@charset "utf-8";
/**
* Stylesheets für stromvonuns.de
* 
* <i-D> internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Annekathrin Linge <a.linge@i-d.de>
* @copy 2010 <i-D> internet & Design GmbH & Co. KG
*/

* {
   margin: 0;
   padding: 0;
   font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
}

html, 
body {
	height: 100%;
	width: auto;
}

body{
	background: #73736E;
	font-size: 0.8em;
}

a img{
	border: 0;
}


#wrap{
	background: url(/img/start/bg_wrap.jpg) repeat-y left top;
	min-height: 300px;
	margin: 0px auto auto auto;
	width: 640px;
}

#poster{
	margin: 0px 20px 0 20px;
	padding-top: 25px;
}

#linkSlide{
	position: relative;
	top: -146px;
	left: 312px;
}


/* JS - Container ... flackernde Pfeile, Sprechblase, .. */

#stromvonunsLink, #gasvonunsLink {
	position: relative;
	left:650px;	
	width: 350px;
}
#pfeil_1, #pfeil_2{
	background: url(/img/start/pfeil.png);
}

#link_1{
	background: url(/img/start/stromvonuns_1.png) no-repeat right top;
	width: 288px;
	height: 50px;
}
#link_2{
	background: url(/img/start/gasvonuns_1.png) no-repeat right top;
	width: 288px;
	height: 50px;
}

#klickOuter {
	margin: 0px auto auto auto;
	width: 640px;
}

#klickInfo {
	display: inline;
	position: relative;
	top:-450px;
	left:500px;
	width: 104px;
	height: 88px;
	background: url(/img/start/sprechblase4.gif) no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0);
	float: left;
}
#klickText {
	float: left;
	position: relative;
	top:20px;
	left:15px;
	width: 120px;
	filter: alpha(opacity = 0);
}
	
	
/* Inhalt */

h1{
	text-transform: uppercase;
	font-size: 1em;
	padding-bottom: 10px;
}

#content{
	margin: -90px 40px 0 40px;
	color: #fff;
}

#trennlinie{
	margin: 15px 0;
}

#left, #right{
	text-transform: uppercase;
	display: block;
	width: 200px;
}

#left a, #right a{
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

#left{
	float: left;
}

#right{
	float: right;
	text-align: right;
}

#footer{
	background: url(/img/start/bg_footer.jpg) no-repeat center top;
	height: 29px;
	margin: 0px auto auto auto;
	width: 640px;
}

