body {
	margin: 0px;
	padding: 0px;
	background-color:#fff9e6;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 90%;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	color: #663300;
}

#hp {
	width: 960px;
	min-height: 500px;


	background-color:#fff9e6;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;

}

#left {
	width: 150px;
	float: left;
}

#left #pic {
	height: 227px;
	width: 150px;
}

#left #leftmenu {
	height: 325px;
	width: 150px;
	padding-left: 7px;	
}

#left #leftmenu img {
	border: none;
}

#left #leftbottommenu {
	width: 150px;
	padding-left: 7px;
	padding-top: 6px;
}


#left #leftbottommenu img {
	border: none;
}

#right {
	margin-left: 150px;
	width: 805px;

}

#top {
	height: 174px;
	
}

#title {
	width: 285px;
	height: 174px; 
	
	left: 150px;
	position: absolute;
	
	padding-left:27px;
	padding-top: 152px;
	

}

#misc {
	width: 200px;
	left: 150px;
	
	position: absolute;
}




#position {
	height: 43px;
	width: 805px;

	position: absolute;
	position: relative;
		
}

#position .text {
	padding-left: 28px;
	color: #663300;
	font-size: 90%;
	padding-top: 10px;
}

#main {
	width: 805px;
	height: auto;
	position: relative;

}

#maintable {
	width: 748px;
	height: auto;
	min-height: 580px;
	margin-left: 28px;

	background-repeat: no-repeat;
	background-position: right top;

}

#maintableheader {
	width: 748px;
	height: 17px;

	background-image:url(../images/main/tableheader/theader_seite.gif);
	background-repeat: no-repeat;

}


#maintablebody {
	width: 748px;
/*	width: 743px;*/

	height: auto;
	display: table;
	position: relative;	
}

#maintablebody .content {
	margin-top: 19px;
	margin-right: 15px;	
	padding-bottom: 20px;

}


