/* 
	Standard CSS Style fuer gersag.ch
	
	Author: syseca informatik
	Last updated (dd.mm.yy): 18.08.08

*/

/*---------------------------------------------------------------------------
 	CSS import
 ---------------------------------------------------------------------------*/

@import url(rte.css);
@import url(general.css);
@import url(menu.css);
@import url(plugins.css);


/*---------------------------------------------------------------------------
 	Layout
 ---------------------------------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	background: url(../statpics/bg.gif) repeat-x;
}
div#wrap-all {
	width: 930px;
	margin:0 auto;
}


/*-------------------------------------
 	Oberer Bereich
 --------------------------------------*/

#header {
	height:93px;
	background: url(../statpics/header_bg.jpg) no-repeat;
	margin-bottom: 36px;
	overflow:visible;
}
.logo {
	padding:14px 0 0 8px;
	margin-left:-62px;
}
#logo-shadow {
	height:42px;
	width:440px;
	margin: 6px 0 0 -62px;
	background:	url(../statpics/logo_shadow.png) no-repeat;
}
#printheader {
	display:none;
}


/*-------------------------------------
 	Linker Bereich
 --------------------------------------*/
#left {
	top: 120px;
	left:15px;
	width:185px;
	float:left;
}
#address {
	margin-top: 30px;
}


/*-------------------------------------
 	Mittlerer Bereich
 --------------------------------------*/
#content {
	/*margin-left: 230px;*/
	margin-left: 45px;
	width: 470px;
	float:left;
	overflow:hidden;
}


/*-------------------------------------
 	Rechter Bereich
 --------------------------------------*/
#right {
	/*Abstand von linker Seite des Bildes, minus 15px rechts Abstand*/
	width:185px;/*border:1px solid #000;*/
	float:right;
}

