body {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	margin:20px 10px 10px 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	font-size: 10pt;
}

th {
	font-size: 10pt;
	background-color: #000000;
}

.clearfix {
	clear: both;
}

.ie_clearfix {
    display:block; /* DIV sichtbar machen */
    \clear:both; /* Normales Clearing für IE5.x/Win */

    width: 100%; /* IE-Clearing mit 100%-DIV für IE 6 */
    font-size:0;
    margin: -2px 0 -1em 1px; /* IE-Clearing mit übergroßem DIV für IE7 */
}

.lauftext_title {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom:12px;
}

/**
* Hyperlinks
*/
a:link {
	color: #44583d;
	text-decoration: none;
}

a:visited {
	color: #44583d;
	text-decoration: none;
}

a:hover {
	color: #44583d;
	text-decoration: underline;
}

/**
* Navigation
*/
a.navigation_link {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.navigation_link:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

div.navigation_box {
	background-color: #44583D;
	width: 220px;
	padding-bottom:10px;
}

div.navigation_item {
	color: #FFFFFF;
	margin-left: 10px;
}

div.navigation_sub_item {
	margin-left: 30px;
}

div.navigation_item_active {
	font-weight: bold;
}

div.content_box {
	margin-top: 23px;
	padding: 10px;
	background-color: #BEC2BC;
}
