﻿/* Main CSS - Layout */

html{
	margin: 0px;
	padding: 0px;
	border:none;
}

*{
	margin: 0px;
	padding: 0px;
	border:none;
}

#rand_oben{
	background-image:url('../Bilder/Layout/Hg_rechteck_randoben.gif');
	background-repeat:no-repeat;
	margin:0px auto;
	width:959px;
	height:15px;
	margin-left:-1px; /*1 px Ausgleich damit die Raender stimmen */
}
#wrapper{
	background-image:url('../Bilder/Layout/bg_ground.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
}

#container{
	width:959px;
	margin:0px auto;
	min-height:380px; /*Firefox ergänzung*/
}

#top{
	clear:both;
	margin:20px auto;
	margin-bottom:0px;
	/* background-color:maroon; */
	/*background-image:url('../Bilder/Layout/menu.gif');
	
	background-repeat:no-repeat;
	background-position:bottom right;*/
	width:929px; /* um 30px kleiner als container -> 15px rand links u. rechts */
	height:61px;
	
}

/*Einzug von Logo */
#logo{
	/*siehe #top...hack wegen rechtem einzug! */
	float:left;
	width:390px;
	height:61px;
}


	
#menu{
	/*margin:30px;*/
	padding:0px;
}
#menu li{
	/*padding-left:40px;
	display:inline;
	list-style:none;*/
}

#menuneu{
	width:510px;
	height:53px;
	vertical-align:bottom;
	float:right;
	border:none;
	margin-top:8px; /* vertical-bottom Ersatz */
	
}

#content{
	width:959px;
	margin:0px auto;
	background-image:url('../Bilder/Layout/hg_mit_rand.gif');
	background-repeat:repeat-y;
}

#innercontent_left{
	background-color:white;
	width: 370px; /* so breit wie das Logo(fuer Ausrichtung) */
	clear:both;
	float:left;
	margin:0px;
	margin-left:5px;
	padding:30px 20px 0 0;
}


.features{
	background-image:url('../Bilder/Layout/features.jpg');
	background-repeat:no-repeat;
	background-color:white;
	width:236px;
	height:177px;
	margin-top:15px;
	padding: 0px;
	float:left;
}

#innercontent_right{
	background-color:white;
	width: 520px;
	float:left;
	padding:30px 5px 0 10px;
	
}


#footer{
	clear:both;
	background-color:white;
}

#rand_unten{
	margin:0px auto;
	width:959px;
	background-image:url('../Bilder/Layout/rand_bottom.gif');
	/*background-color:red;*/
	background-repeat:no-repeat;
	height:75px;
}

#rand_unten p{
	margin:40px 10px 0 0;
	float:right;
}

#rand_unten a, #rand_unten p{
	font-size:7pt;
}


