body {
background:		#3E352C;
background:	url(../images/hintergrund.png) repeat-x #dfd8c4;
font-family:	Calibri, Arial;
color:			#555;
}
a:link, a:visited, a:hover, a:active{
text-decoration: none;
font-weight:	normal;
color:			#555;
		}
#main {
position:		absolute;
width:			820px;
margin-left:	-410px;
left:			50%;
}
#center {
position:		relative;
float:			left;
border: 		2px solid #23221B;
border:			none;
margin:			10 0 0 0;
}
#logo {
position:		relative;
float:			left;
width:			100%;
margin:			10 0 0 0;
color:			#bea859;
color:			#beb38d;
font-size:		32px;
padding:		5px;
letter-spacing:	2.3px;
font-weight:	bold;
}
#navigation {
position:		relative;
float:			left;
width:			100%;
border:			2px solid #23221B;
border-bottom:	none;
}
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active{
text-decoration: none;
font-weight:	normal;
color:			#e8dfbd;
}
#navigation table {
width:			100%;
border-collapse:separate;
border-spacing: 0px 0px;
}
td.navigation_item {
background: 	url(../images/navigation_background.png) repeat-x #373737;
width:			25%;
color:			#e8dfbd;
font-size:		19px;
padding:		8px;
letter-spacing:	1px;
}
td.navigation_underlined {
background:		#fff;
height:			6px;
font-size:		0px;
}
#navigation_sub {
position:		relative;
float:			left;
width:			100%;
background: 	url(../images/navigation_sub_background.png) repeat-x #f8f8f8;
font-size:		11px;
border-right: 2px solid #dfd8c4;
border-left: 2px solid #dfd8c4;
border-bottom:	1px solid #ccc;
}
#navigation_sub a:link, #navigation_sub a:visited, #navigation_sub a:hover, #navigation_sub a:active{
text-decoration: none;
font-weight:	normal;
color:			#333;
}
td.navigation_sub_item {
font-size:		14px;
padding-right:	16px;
}
#content {
position:		relative;
float:			left;
background:		#fff;
height:			#200px;
width:			100%;
margin:			0 0 0 0;
line-height:	28px;
border-right: 2px solid #dfd8c4;
border-left: 2px solid #dfd8c4;
}
#content table {
border-collapse: separate;
border-spacing: 0px 0px;
border:			1px solid #ccc;
}
#content td {
padding:		6px;
background:		url(../images/content_td_background.png) repeat-x #fff;
}
#content td.top {
background:		url(../images/content_td_top_background.png) repeat-x #bdae7f;
}
#content th {
background:		url(../images/content_td_top_background.png) repeat-x #bdae7f;
font-size:		100%;
font-weight:	normal;
}
#content img {
border:				2px solid #ccc;
background-color:	#fff;
border:				4px solid #fff;
margin:			0 0 1 0;
}
#content div.img_fr {
background:		#fff;
border-top:		1px solid #eee;
border-right:	1px solid #ccc;
border-bottom:	1px solid #bbb;
border-left:	1px solid #ccc;
font-size:		11px;
}
#footer {
position:		relative;
float:			left;
border-top:		1px solid #999;
background:		#eee;
width:			100%;
font-size:		13px;
border-right: 2px solid #dfd8c4;
border-left: 2px solid #dfd8c4;
border-bottom: 2px solid #dfd8c4;
}
