/*--------------------------------------------------*/
/* Stylesheet for the div-containers on gp-bern.ch  */
/* ------------------------------------------------ */
/* author: Michael Hutzli (mh-websolutions.ch)      */
/* last change: 09.02.2010                          */
/*--------------------------------------------------*/

/* body */
div#Body, div#bodyFirst {
	width               : 930px;
	height              : 600px;
	background-color    : #F0F0F0;
	margin-top          : -300px;
	margin-left         : -465px;
	padding             : 0;
	position            : absolute;
	top                 : 50%;
	left                : 50%;
}

div#bodyFirst {
	background-image    : url(../images/start_site.jpg);
}

/* header */
div#Header {
    width               : 930px;
	height              : 154px;
	background-image    : url(../images/header.jpg);
	position 			: absolute;
	left                : 0px;
	top 				: 0px;
}

/* navigation */
div#MainNavi {
    position            : absolute;
	top                 : 174px;
	right               : 0px;
	float               : right;
	z-index             : 2;
}

/* content */
#Content {
    position            : absolute;
	top                 : 215px;
	left                : 155px;
	z-index             : auto;
}

/* sponsoring */
div#Sponsoring {
    position            : absolute;
	top                 : 186px;
	left                : 10px;
	float               : right;	
}

h4#sponsoring {
  margin-top          : 10px;
}

div#sponsoringTitle {
	font-size           : 9px;
	padding             : 0px 0px 10px 15px;
}

/* content "frame" */
div#contentFrame {
	width               : 760px;
	height              : 360px;
	overflow            : auto;
	padding             : 0 2px 0 0;
	position            : absolute;
	top                 : 216px;
	left                : 155px;
	z-index             : 1;
	margin-top          : 0;
}

div#cOverflowHidden {
	overflow            : hidden;
	width               : 760px;
	height              : 360px;
}

/* short navigation */
div#ShortNavi {
    position            : absolute;
	top                 : 157px;
	left                : 670px;
	width               : 250px;
	text-align          : right;
	font-size           : 10px;
}
