/*
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      wartung.css | Wartung / Offline StyleSheets
      Version:	1.0
      Autor:	Matthias Silling
      E-Mail:	m.silling@concept-id.de
      Website:	www.concept-id.de
      Datum:	Dezember 2009

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body {
   margin:auto;
   text-align:center;
	background:url(../gfx/bubbles_bg.png) no-repeat center top #fff;
	border-top:1px solid #b2b2b2;
	font-family:arial, sans-serif;
	font-size:0.75em;
	color:#272727;
}

a, a:link {
	color:#272727;
	text-decoration:none;
}

a:visited {
	color:#272727;
	text-decoration:none;
}

a:focus, a:hover, a:active {
	color:#272727;
	cursor:pointer;
   text-decoration:none;
}

a:active {
	position:relative;
	left:1px;
	top:1px;
}

a:hover { color:#7db955; }

#verlauf {
	background:url(http://gasoleo.de/_asset/gfx/verlauf.png) repeat-x left top;
	width:100%;
	position:relative;
	left:0px;
	top:0px;
	z-index:1;	
	
	behavior:url(http://gasoleo.de/iepngfix.htc)
}
#wrapper {
	width:804px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	top:0px;
	left:0px;
}

#logo {
	position:absolute;
	left:50%;
	top:50px;
	width:259px;
	height:81px;
	background:url(http://gasoleo.de/_asset/gfx/gasoleo_logo_v2.png) no-repeat left top;
	z-index:99;
	margin:0 0 0 -392px;	
	
	
	
	behavior:url(http://gasoleo.de/iepngfix.htc)
	
	
}

#logo h1 {
	width:100%;
	height:100%;
	display:block;
}

#logo a, #logo a:hover { width:100%; height:100%; display:block; }
#logo span { display:none;  }


#activy_res {
	width:50%;
	position:absolute;
	left:50%;
	top:200px;
	margin:0 0 0 -25%;
}


.resBox {
	background:#f3f3f3;
	border:1px solid #c7c7c7;
	padding:10px;
	float:left;
	margin:0 0 10px 0;
	
}


h1 {
	font-size:1.17em;
	font-weight:bold;
}

p {
	margin:5px 0 5px 0;
}


