body
{
	background: #f6f3ee;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
}

img { border: none; }

h1
{
	font-size: 150%;
	color: #0f3072;
}

h2
{
	font-size: 96%;
	color: #0f3072;
}





#root
{

}

#main
{
	background: url('images/thebackground.gif');
	background-repeat: repeat-y;
	width:917px;
	text-align:left;
}

/* Logo */
#header
{
	margin-left: 39px;
}

#header_pic
{
	float:left;
	width:524px;
	height:216px;
}
#logo
{
	float:left;
	width:313px;
	height:216px;
}
/* Ende */


/* Content */
#content
{
	clear: both;
	margin-left: 0px;
}

#content_left
{
	float: left;
	width: 524px;
	background: #fff;

}

#nav1 { float: left; }
#nav2 { float: left; }
#nav3 { float: left; }
#nav4 { float: left; }
#nav5 { float: left; }
#nav6 { float: left; }
#nav7 { float: left; }

#text
{
	clear: both;
	padding: 20px 0 0 10px;
}

#text input { border: 1px solid #cac3b7; padding-left:2px; }
#text select { border: 1px solid #cac3b7; }
#text textarea { border: 1px solid #cac3b7; }



.sitemap {
	list-style-image: url(images/pfeil.png);
}

.sitemap li {
	padding: 1px 0 0 0;	
}






.sendbutton { border: 0px solid #000; padding:0; }

.searchmessage
{
	color: #721111;
	font-size: 110%;
	font-weight: bold;
}


.object_content
{
	padding: 20px 0 30px 5px;
	border: 1px solid #cac3b7;
}


.subnav 
{
	list-style-type: none;
	padding:0;
	margin: 0;
	height: 30px;
	text-align:right;
}
.subnav li 
{
	display: inline;
	font-size: 11px;

}
.subnav li a 
{
	float:left;
	display: block;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	color: #000;
	text-decoration: none;
	background: #cac3b7;
}
.subnav li a:hover { background-color: #f6f3ee; position: relative; }

.subnav li.current a 
{
	color: #fff;
	background-color: #0f3072;
	position: relative;
}

.subnav li.offline a 
{
	color: #000000;
	background-color: #F7F7F7;
	position: relative;
	cursor: default;
}

.subnav li.offline a:hover 
{
	color: #000000;
	background-color: #F7F7F7;
	position: relative;
	cursor: default;
}

.subnav li.offline 
{
	color: #000000;
	background-color: #F7F7F7;
	position: relative;
	cursor: default;
}

.pagination
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #cac3b7;
	text-decoration: none;
}

.pagination_current
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #0f3072;
	text-decoration: none;
}


.contactform_send
{
	font-weight: bold;
	color: #721111;
}


#content_right
{
	float: left;
	width: 313px;
	height: 400px;
	background: url('images/sidebar.gif');
	background-repeat: no-repeat;
}


.sc
{
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.sc li 
{
	display: inline;
}
.sc li a 
{
	font-size:90%;
	display: block;
	float: right;
	padding: 2px 5px;
	margin: 0 5px 0px 0px;
	color: #000;
	text-decoration: none;
	border: 1px solid #5f5039;
	background: transparent;
}
.sc li a:hover { background-color: #5f5039; color: #fff; position: relative; }

.sc li.current a 
{
	color: #ff0000;
}



#box1
{
	margin: 37px 0 0 2px;
	padding: 30px 0 0 30px;
	height: 193px;
	background: url('images/box1.gif');
	background-repeat: no-repeat;
}

.searchfield
{
	width: 240px;
	font-size: 13px;
	background: transparent;
	border: 1px solid #cac3b7;
	color: #5f5039;
	padding-left: 2px;
}

.searchbutton
{
	border: none;
}

#box2
{
	margin: 0 0 0 2px;
	padding: 25px 0 0 30px;
	height: 217px;	
	background: url('images/box2.gif');
	background-repeat: no-repeat;
}


/* Ende */

#footer
{
	clear: both;
	background: url('images/footer.gif');
	font-size: 11px;
	color: #5f5039;
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
	width: 917px;
	height: 80px;
	text-align: center;
}

#footer a:link, #footer a:active, #footer a:visited { color: #5f5039; }

/* Hyperlinks */
a:link, a:active, a:visited 
{
 color: #721111;
 background-color: transparent;
 text-decoration:none;
}

a:hover
{
 background-color: transparent;
 text-decoration:underline;
}







#content_left h1 a { color: #0f3072; }
