/**************************
	SEITE
**************************/
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:14px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	margin:0px;
	padding:0px;
	
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(img/bg0.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
table {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:14px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;	
}
td {
	text-align:left;
	vertical-align:top;
}
p {
	margin:14px 0px 0px 0px;
}
#container {
	background-image:url(img/main_m.gif);
    margin:auto;
    padding:0px;
    text-align:left;
	width:850px;
}

/**************************
	HEADER
**************************/
#header {
	background-image:url(img/header_center.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:120px;
	text-align:left;
	margin:0px;
	padding:0px;
}

/**************************
	TOP MENU
**************************/
#menuTop {
	background-position:left top;
	background-repeat:no-repeat;
	height:49px;
	position:absolute;
	top:71px;
	margin:0px;
	padding:1px 0px 0px 240px;
}
#menuTop a {
	color:#000000;
	text-decoration:none;
	margin:0px 15px 0px 15px;
	padding-bottom:5px;
}
#menuTop a:hover {
	color:#5384AE;
	text-decoration:none;
}

/**************************
	SPALTEN
**************************/
#leftCol {
	background-image:url(img/menu_left_m.gif);
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
	margin:0px;
	padding:0px;
	width:200px;
}
#mainCol {
	float:left;
	width:650px;
	max-width:590px;
	margin:0px 0px 0px 0px;
	padding:20px 30px 30px 30px;
}

/**************************
	MENU
**************************/
#menu {
	background-image:url(img/menu_left_t.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:5px;
	margin:0px;
	text-align:left;
}
#menu_start {
	margin-left:30px;
	margin-top:10px;
	padding-left:5px;
	padding-bottom:20px;
	width:150px;
	max-width:130px;
	text-align:justify;
}
#menu_nav {
	color:#000000;
	line-height:18px;
	padding:0px;
	margin:0px;
	text-align:left;
	width:200px;
}
#menu_nav a {
	display:block;
	background-image:url(img/menu_a.gif);
	background-position:left top;
	background-repeat:repeat-y;
	line-height:18px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	margin-left:30px;
	padding-left:20px;
	width:160px;
	max-width:140px;
}
#menu_nav a:hover {
	background-image:url(img/menu_ahover.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:18px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.menu_nav_active {
	display:block;
	background-image:url(img/menu_active.gif);
	background-position:left top;
	background-repeat:repeat-y;
	line-height:18px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin-left:30px;
	padding-left:20px;
	width:160px;
	max-width:140px;
}
#menu_ue {
	text-transform:uppercase;
	color:#D30000;
	font-weight:bold;
	line-height:24px;
	padding-top:10px;
	padding-left:35px;
}
#menu_bottom {
	background-image:url(img/menu_left_b.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:40px;
	padding:0px;
}
#startseite {
	background-color:#FFFFFF;
	padding-left:35px;
	padding-top:10px;
	color:#333333;
}
#startseite a, #startseite a:hover {
	color:#333333;
	text-decoration:underline;
}

/**************************
	FOOTER
**************************/
#footer {
	font-size:10px;
	background-image:url(img/footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	clear:both;
	color:#999999;
	padding:32px 0px 10px 200px;
	margin:0px;
	text-align:center;
	height:10px;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
.line {
	margin:0px 5px 0px 5px;
}

/**************************
	SPECIAL
**************************/
#contentImpressum {
	background-image:url(img/impressum.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:80px 10px 30px 225px;
}
#trademark {
	color:#999999;
	border-top:1px solid #E7E7E7;
	padding:2px 0px 0px 0px;
	margin:30px 0px -30px 0px;
}
#trademark p {
	padding:0px;
	margin:0px 0px 7px 0px;
}
#trademark sup {
	vertical-align: text-top;
}