
html {
height:				100%;
}

body {
background:			black;
font-family:		Arial, sans-serif;
font-size:			10pt;
width:				100%;
height:				100%;
margin:				0;
padding:			0;
}

#wrapper {
width:				990px;
position:			relative;
min-height:			100%; /* Mindesthöhe für moderne Browser */
height:				auto !important; /* Important Regel für moderne Browser */
height:				100%; /* Mindesthöhe für den IE */
overflow:			hidden !important; /* FF Scroll-leiste */
margin:				auto;
background-color:	white;
}

#clear_div {
clear:				both;
height:				50px;
}

#header {
width:				100%;
height:				202px;
text-align:			center;
margin-bottom:		22px;
text-align:			right;
}

#header_logo {
padding:			25px 25px 0 0;
}

#navigation {
font-size:			12pt;
width:				156px;
float:				left;
padding:			17px 25px 0 25px;
min-height:			380px;
}

#navipunkt {
width:				100%;
float:				left;
color: 				black;
margin-bottom:		15px;
}

#navipunkt:hover {
color:				#006c2e;
}

#navipunkt_aktiv {
width:				100%;
float:				left;
color:				#006c2e;
margin-bottom:		15px;
}


#navipunkt_aktiv:hover {
color:				#006c2e;
}

.navipunkt_tagebuch_datum {
font-size:			9pt;
color:				#808080;
}

#content {
float:				right;
padding:			17px 32px 0 32px;
margin-bottom:		25px;
width:				719px;
min-height:			400px;
font-size:			11pt;
text-align:			left;
border-left:		1px solid black;
}

#content a {
color:				#00457D;
text-decoration:	none;
}

#content a:hover {
text-decoration:	underline;
}

#content img {

}

.bild_tagebuch {
border:				1px solid black;	
}

#fbplugin_box {
min-height:			320px;
float:				right;
text-align:			left;
padding-left:		20px;
}

.screenbox {
border-top:			1px solid #0561A8;
border-bottom:		1px solid #0561A8;
padding:			15px 0;
margin-bottom:		25px;
text-align:			center;
}

.projekt_screen {
border:				1px solid #0561A8;
margin-right:		15px;
}

.news_titel {
font-weight:		bold;
margin:				0;
}

.news_text {
margin:				10px 0 25px 0;
}

.fett {
font-weight:		bold;
}

.fett_rot {
font-weight:		bold;
color:				#FF0000;
}

.legende {
font-size:			0.8em;
}

.table {
border:				1px solid #000000;
border-collapse:	collapse;
}

.formularfelder {
font-family:		Arial, sans-serif;
font-size:			9pt;
width:				80%;
}

.formfehler {
color:				red;
font-size:			8pt;
}

.titel {
width:				100%;
margin-bottom:		30px;
}

.userangabe_titel {
font-weight:		bold;
font-size:			0.8em;
}

.userangabe {
font-size:			0.8em;
}

.seitentitel {
font-weight:		bold;
font-size:			12pt;
}

.tagebuch_box_links {
width:				63%;
float:				left;
margin-right:		7%;
}

.tagebuch_box_rechts {
width:				30%;
text-align:			right;
float:				left;
}

.tagebuch_auswahlmenu {
margin-bottom:		30px;
}

.tagebuch_kommentarbox {
text-align:			left;
border:				1px solid black;
background:			#E9F8FC;
padding:			15px;
font-size:			9pt;
}

.tagebuch_auswahlmenu_titel {
font-size:			9pt;
margin-bottom:		5px;
}

.kommentar_datumzeit {
color:				#A6A6A6;
font-size:			8pt;
}

.hidden_field {
display:			none;
}

.mailadd {
display:			none;
}

h1 {
font-weight:		bold;
font-size:			12pt;
}

* {
margin:				0;
padding:			0;
}

p {
margin:				0;
}

td, th {
padding:			2px;
}