body {

        /*width: 1024px;*/

	margin: 0px auto 0px auto;

	background: white;

	color: #333;

	font-size: 11px;

	font-family: verdana, arial, sans-serif;

}

#maincontainer {

	float:left;

	border: 0px;

	width: 1024px;

	height: 853px;

}

div#header {

	height: 147px;

	width: 1024px;

	background: url(head.jpg) no-repeat left center;

}

div#navigation_menue{

	background: url(left.jpg)  left center repeat-y;

	float:left;

	width:187px;

	height:706px;

	clear:left;

}

div#content {

	margin-left:187px;

	height:706px;

}

a.menu_current:link, a.menu_current:visited, a.menu_default:hover, a.menu_current:hover  {

	display: block;

	color: red;

	text-decoration: underline;

	text-indent: 20px;

	background: url(dot-gelb.gif) left center no-repeat;

	padding: 2px 2px 2px 2px;

	font-size: 14px;

}



a.menu-home:link, a.menu-home:visited {

	display: block;

	color: red;

	text-decoration: none;

	text-indent: 20px;

	background: url(home.gif) left center no-repeat;

	padding: 2px 2px 2px 2px;

	font-size: 14px;

}

a.menu_default:link, a.menu_default:visited {

	display: block;

	color: white;

	text-decoration: none;

	text-indent: 20px;

	background: url(dot-blau.gif) left center no-repeat;

	padding: 2px 2px 2px 2px;

	font-size: 14px;

}

ul, li {



	list-style: none;



}
