	body{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(/images/homepage/indexseite_bg_gross.gif);
		background-repeat: no-repeat;
		text-align: center;
	}
	
	ul {
		margin: 0px 0px 0px 8px;
		padding: 0px 0px 0px 0px;
	}
	
	li {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image: url(/images/homepage/li.gif);
	}
	
	* html ul {
		margin: 0px 0px 0px 12px;
	}
	
	#header{
		background-image: url(/images/homepage/header_bg.gif);
		background-repeat: repeat-x;
		height: 247px;
		width: 100%;
	}

	#menu{
		width: 566px;
		background-color: #FFF;
		margin-left: auto;
		margin-right: auto;
	}
	
	#menurow1 {
		height: 153px;
		margin-bottom: 6px;
	}

	#menurow2 {
		height: 88px;
	}

	#menurow3 {
		height: 20px;
		margin-bottom: 25px;
		margin-left: 20px;
	}
	
	#menuitem {
		margin-bottom: 0px;
		margin-left: 6px;
		margin-right: 0px;
		margin-top: 0px;
		width: 134px;
		float: left;
	}

	* html #menuitem {
		margin-left: 3px;
		margin-right: 3px;
	}

	#content{
		display: table;
		width: 606px;
		background: #FFF;
		border-bottom: 1px solid #AAA;
		background-image: url(/images/homepage/content_bg.gif);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		text-align: center;
	}

	#maincontent {
		float: left;
		width: 554px;
		margin-left: 26px;
		margin-right: 26px;
		text-align: left;
	}
	
	* html #maincontent {
		margin-left: 13px;
		margin-right: 13px;
	}
	
	#contentmiddle {
		float: left;
		width: 6px;
	}
	
	#contentleft {
		float: left;
		width: 274px;
	}
	
	#contentright {
		float: left;
		width: 274px;
	}
		
	#menubottom{
		width: 554px;
		border-top: 1px solid #AAA;
		margin-top: 18px;
		margin-left: 26px;
		padding-top: 10px;
		float: left;		
		text-align: center;
	}
	
	* html #menubottom {
		margin-left: 14px;
	}
	
	#contentheader1{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #FFF;
		background-color: #6A6A6A;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-top: 2px;
		margin-bottom: 6px;
	}
	
	#contentheader2{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #FFF;
		background-color: #AAA;
		font-weight: bold;
		padding-left: 10px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-top: 2px;
		margin-bottom: 6px;
	}
	

	#contenttext{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #000000;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-top: 10px;
		border: 1px solid #AAA;
		margin-bottom: 10px;
		background-color: #FFF;
	}
	
	#contentimage{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 65%;
		color: #6A6A6A;
		border: 1px solid #AAA;
		margin-bottom: 10px;
		background-color: #FFF;
	}
	
	.botimg {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	a  {
		text-decoration : underline;
		color: #000000;
	}

	a:active {
		text-decoration : none;
		color: #000000;
	}

	a:visited {
		text-decoration : underline;
		color: #000000;
	}

	a:hover {
		text-decoration : none;
		color: #000000;
	}
