html {height:100%;}

body{
margin:0px;
height: 100%;
padding: 0%;
}

#container{
width:917px;
height: 500px;
background-image:url(img/background_1.jpg);
background-repeat:repeat-y;
text-align:left;
margin-left:80px !important;
padding:0%;
height:100%;}


#menu{
	width:247px;
	height:500px;
	float:left;	
	background-image:url(img/menu.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	margin-top:auto;
}

/*NP*/

td.netzprospekt, td{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
}

th.netzprospekt, th{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2f529b;
	padding-bottom:18px;
}

#inhalt{
	width:670px;
	height:500px;
	float:right;
	text-align:left;
	background-image:url(img/back.jpg);
	background-repeat:repeat-x;
	background-color: transparent;
	padding:0px;

}

