﻿/* Allgemein */

body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	overflow-y:scroll;
	background-image:url('../images/banner_bg_repeat.png');
	background-position:center top;
	background-repeat:repeat-x;
}

img{
	-ms-interpolation-mode: bicubic;
}


#page{
	width:1008px;
	margin:0 auto;
}


a{
	color:black;
	text-decoration:none;
}

a:hover, a.aktiv{
	text-decoration:underline;
}


.clear{
	clear:both;
	height:0px;
}

#banner{
	height:134px;
	width:1008px;
	margin:0px auto;
}

#banner #bannercontent{
	position:relative;
}

#banner #bannercontent #toplogo{
	position:absolute;
	right:115px;
	top:40px;
}

#banner #bannercontent ul{
	width:398px;
	height:59px;
	background-image:url('../images/navi.png');
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	left:50px;
}

#banner #bannercontent ul li{
	float:left;
}

#banner #bannercontent ul li a{
	width:99px;
	display:block;
	text-align:center;
	height:47px;
}

#banner #bannercontent ul li a:hover, #banner #bannercontent ul li a.aktiv{
	background-image:url('../images/navi_hover.png');
	background-repeat:repeat-x;
	text-decoration:none;
	color:white;
}

#infobanner{
	height:136px;
	background-color:#00A1B3;
	
}

#infobanner #infobannercontent{
	width:1008px;
	margin:0px auto;
	position:relative;
}

#infobanner #infobannercontent ul{
	list-style-type:square;
	color:white;
	position:absolute;
	right:150px;
	top:10px;
}

#infobanner #infobannercontent #logoperson{
	position:absolute;
	right:15px;
	top:-40px;
}

#infobanner #infobannercontent #infobannerbild{
	padding-left:50px;
}

#contenthelper{
	
}

#contenthelper #content{
	width:958px;
	margin:0px auto;
	padding-left:50px;
}

#content h1{
	font-size:14px;
}


#content #contentleft{
	float:left;
	width:49%;
}

#content #contentright{
	float:right;
	width:49%;
}


#footer{
	background-color:#EDF1F3;
	margin-top:50px;
}

#footer #footercontent{
	width:958px;
	margin:0px auto;	
	text-align:center;
	padding:25px;
}

#footer ul{
	padding-bottom:15px;
}

#footer #footercontent ul li{
	display:inline-block;
	padding:5px;
}

#footer #footercontent a, #footer #footercontent{
	color:#58585A;
}
