/* CSS Document */

body{
	background-color:#ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#788550;
	font-size:10pt;
	background-image:url('images/content.jpg'); 
	background-repeat: repeat-y;
	background-position:center;
	margin:0px;
}

td{ font-size:1em; vertical-align:top; }

a{ color:#788550; text-decoration:none; font-weight:500; }
a:hover{ color:#202020; text-decoration:none; }

h1{
	color:#788550;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:1.2em;
	margin-bottom:10px;
	margin-top:0px;
}

p { margin:0px; padding:0px; }

b, strong{ text-decoration:none; font-weight:700; }

input, select, textarea{ font-size:1em; background-color:#FFFFFF; }

div { border:0px solid #000; }


/* KLASSEN ############################################# */
.row1 { background-color:#d5dab8; }
.row2 { background-color:#f7f8f2; }
.status0 { background-color:#788550; color:#FFFFFF; }
.status1 { background-color:#990000; color:#FFFFFF; }
.klein { font-size:0.9em; padding-top:10px; }
/* ID ############################################# */

#header{ background-image:url(images/header.jpg); background-repeat:no-repeat; background-position: center; width: 800px; height:312px; }
#logo{ font-size:0.9em; width: 316px; float:right; margin-right:55px; margin-top:20px; } *html #logo { margin-right:22px; }

#container{ 
	width:800px; 
	float:left; 
	padding:0px;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	background-position: center;
}

#content{
	width:326px;
	float:left;
	margin-left:55px;
	margin-top:20px;
	padding:10px;
	background-color:#e2e5d3;
	height:auto;;
	overflow:auto;
}
#text-content { font-size:1em; line-height:1.5em; }

*html #content{ margin-left:27px; width:316px; }

#sub_navi{ /* Container für Navigation */
	background-color:#d4dbb9;
	width:722px;
	margin-left:24px;
	padding-left:30px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
}
*html #sub_navi{ margin-left:12px; padding-left:15px; width:737px; } /* IE Hack, Anweisung geht NUR an den IE 6 */

#sub_navi ul{ list-style-type:none;padding:0px; margin:0px; }
#sub_navi a{ padding:10px; color:#788550; margin:0px; float:left; }
#sub_navi a:hover{ background-color:#f7f8f2; }
#sub_navi li { margin:0px; padding:0px; border-right:1px solid #b0b88e; float:left; display:inline; }
#sub_navi .active{ background-color:#f7f8f2; }
