
/******* Allgemein *******/

html, body{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}

body {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	
	-webkit-text-size-adjust:none;
}

body.generationen{
	background-image: url(../css/img/generationen_bg.jpg);
}

body.anforderungen{
	background-image: url(../css/img/anforderungen_bg.jpg);
}

body.raum{
	background-image: url(../css/img/raum_bg.jpg);
}

body.sombra{
	background-image: url(../css/img/sombra_bg.jpg);
}

body.impressum{
	background-image: url(../css/img/impressum_bg.jpg);
}


a {
	outline: 0;
	display:block;
}

a img {border: none;}



/******* Zentrierung *******/

#zentrierung {
	width: 1px;
	height: 50%;
	margin-bottom: -287px; /* haelfte von outercontainer-hoehe*/
	float: left;
}



/******* Container *******/

#outercontainer{
	width:1253px;
	height:573px;
	margin-left: 27px;
	clear: left;
}

#innercontainer {
	height:511px;
	width:1253px;
	margin-bottom:5px;
}



/******* Content *******/

#content_left, #content_middle, #content_right{
	float: left;
}

#content_left {
	width:299px;
}

#content_left_image{
	height:337px;
	background-image: url(../css/img/content_left_bg.png);
}

.content_left_navp{
	background-image: url(../css/img/content_left_bg.png);
	height:48px;
	margin-top:3px;
	padding:7px 0 0 43px;
}

#content_middle {
	width:214px;
}

#content_right {
	width:740px;
	height:100%;
	background-image: url(../css/img/content_right_bg.png);
	color:#333;
}



/******* Bottom *******/

#bottomcontainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#343331;
	width:1253px;
}

.content_bottom_navp{
	width:299px;
}

.content_bottom_navp{
	float:left;
	padding:3px 0 0 43px;
}

#logo {
	float: right;
}
