/* CSS Document */


body, div, ul, li, p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#FFFFEE;
	}

#logos {
	position:absolute;
	top:55px;
	left:860px;
	height:40px;
	width:220px;
	background:transparent;}

#header {
	height:107px;
	background:url(../images_system/header_bg.gif) repeat-x;
	}
#header_inner {
	background:url(../images_system/head_rechts.jpg) no-repeat top right;
	}
#header img {margin-top:32px;}

/* Support Navi */

#support_navigation {
	height:24px;
	background:url(../images_system/bg_support.gif) repeat-x;
	padding:10px 0 0px 0;
	}
	#support_navigation ul, #footer ul {
		background:transparent;}
	#support_navigation li, #footer li {
		display:inline;
		font-size:11px;
		line-height:18px;
		background:transparent;
		}
	#support_navigation li a, #footer li a {
		margin:10px 0px 10px 0px;
		padding:7px 12px 7px 12px;
		background:url(../images_system/header_nav_trenner.gif) no-repeat center right;
		color:#ddd;
		text-decoration:none;}
	#support_navigation a:hover, #footer a:hover {
		text-decoration:underline;}

	#support_navigation li.inactive {
		margin:10px 0px 10px 0px;
		padding:7px 12px 7px 12px;
		background:url(../images_system/header_nav_trenner.gif) no-repeat center right;
		color:#fff; font-weight:bold;
		text-decoration:none;}

/* Reiter Navi */

#reiter_navi {
	padding:10px 0 2px 0;
	height:20px;
	background:url(../images_system/bg_reiter.gif) repeat-x;
	overflow:hidden;
	}
	#reiter_navi ul {
		background:transparent;}
	#reiter_navi li {
		display:inline;
		font-size:10px;
		line-height:21px;
		margin:0px 0px 0px 0px;
		}
	#reiter_navi li a {
		text-decoration:none;
		font-size:12px;
		font-weight:bold;}
	#reiter_navi a:hover {
		text-decoration:underline;}

		.orange a, .orange_active a {
			color:#141414;}
		.blue a, .blue_active a {
			color:#3B3B3B;}

		#reiter_navi a.small {
			color:#555;
			font-size:10px;
			margin-left:20px;}


	#reiter_navi .orange, #reiter_navi .orange_active  {
		background:url(../images_system/orange_reiter_2.gif) no-repeat center right;
		padding:15px 240px 6px 15px;
		}
	#reiter_navi .orange_active {
		background:url(../images_system/orange_reiter.gif) no-repeat center right;
		}
	#reiter_navi .blue, #reiter_navi .blue_active  {
		background:url(../images_system/blue_reiter.gif) no-repeat center right;
		padding:15px 220px 6px 15px;
		}
	#reiter_navi .blue_active {
		background:url(../images_system/blue_reiter_2.gif) no-repeat center right;
		}

	#ruler {
		height:7px;
		overflow:hidden;
		}
	#ruler.orange_active {
		background-color:#6f9551;
		}
	.blue_active {
		background-color:#858585;
		}

/* content */

#shader {
	background:url(../images_system/content_shade.gif) repeat-x;
	height:23px;
	border-top: 1px solid #fff;
	}

#container {
	width:998px;
	margin:10px 0 20px 0px;
	}
h2 {
	background-color:#89B160;
	text-transform:uppercase;
	background:url(../images_system/col_head_bg.gif) no-repeat top right #6E9945;
	font-size:12px;
	color:#fff;
	padding:7px;
	margin:0 0 5px 0;
	}

p {
	font-size:12px;
	color:#333;
	margin:0 0 5px 0;
	}


/* col left */

#col_left {
	float:left;
	width:200px;
	margin:0 0 0 10px;
	}
	*html #col_left {
		margin:0 0 0 5px;
		}
#col_left p {
	padding: 7px;
	background:url(../images_system/col_sub_bg.gif) repeat-x #D1CFC0;
	border:1px solid #BDBCB4;}



#col_left ul {
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	padding:2px 0 0px 0px;
	margin:0 0 5px 0;
	background-color:#e4e4d7;
	list-style:none;
	}


#col_left ul.switch_views {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	padding:10px 0 10px 0;
	margin:0 0 5px 0;
	background-color:#fff;
	padding: 7px;
	background:transparent;
	border:1px solid #BDBCB4;
	list-style:none;
	}
#col_left li.header {
	background:url(../images_system/bullit_nav_header.gif) no-repeat left 13px;
	border-bottom:1px solid #fff;
	padding:12px 0 0 10px;
	font-size:12px; 
	color:#75a044;
	}
#col_left li {
	background:transparent;
	border-bottom:1px solid #fff;
	}
#col_left li a {
	display:block;
	color:#484848;
	padding:2px 0 2px 10px;
	margin:0 0 0px 0;
	text-decoration:none;
	}
#col_left ul ul {
	padding:0 0 0 20px;
	}
#col_left li li {
	font-size:10px;
	line-height:12px;
	border-bottom:none
	}
#col_left li li a {
	display:block;
	color:#484848;
	padding:4px 0 4px 0px;
	margin:0 0 0px 0;
	text-decoration:none;
	}
#col_left ol li a {
	color:#484848;
	padding:7px 0 7px 0px;
	margin:0 0 5px 0;
	text-decoration:none;
	}

#col_left li a:hover {
	color:#658F39;
	text-decoration:underline;
	}

#col_left ol li a:hover {
	color:#658F39;
	text-decoration:underline;
	}
#col_left li .inactive, .switch_views .inactive {
	color:#000;
	display:block;
	padding:2px 0 2px 10px;
	margin:0 0 0px 0;
	background:url(../images_system/v_nav_active.gif) no-repeat left;
	}
#col_left ol li.inactive {
	color:#658F39;
	padding:0px 0 0px 0px;
	margin:0 0 0px 0;
	background:none;
	}
.switch_views .inactive {
	color:#658F39;
	padding:0px 0 0px 25px;
	margin:0 0 0px 0;
	background:url(../images_system/v_nav_active.gif) no-repeat left;
	}

/* ausnahmen col_right */

/* col Right */

#col_right {
	float:left;
	width:220px;
	margin:0 0 0 10px;
	}
#col_right p {
	padding: 7px;
	background:url(../images_system/col_sub_bg.gif) repeat-x #D1CFC0;
	border:1px solid #BDBCB4;}
#col_right a {
	color:#75a044; 
	font-weight:bold;
	}
#col_right a:hover {
	color:#333; 
	font-weight:bold;
	}
#col_right ul {
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	list-style:none;
	line-height:11px;
	padding:10px 0 10px 0px;
	background:#edece0;
	}
#col_right li {
	background:transparent;
	font-size:11px;
	padding:2px 0 2px 15px;
	margin:0 0 2px 0;
	}
#col_right li li {
	font-size:10px;
	}
#col_right li a {
	display:block;
	color:#484848;
	text-decoration:none;
	}
#col_right li a:hover {
	color:#658F39;
	}
#col_right .inactive {
	color:#658F39;
	display:block;
	}
#col_right li li .inactive {
	color:#658F39;
	display:block;
	padding:0px 0 0px 15px;
	}


#col_right .weitere_rankings img {
	margin:5px 1pt;
	}



/* middle */

#content {
	float:left;
	width:520px;
	margin:0px 0 0 10px;
	padding:0px 10px 0 10px;
	font-size:12px;
	color:#073754;
	}
#content p {
	font-size:12px;
	color:#073754;
	}
#content h1{
	font-size:12px;
	color:#666;
	background:none;
	margin:10px 0 10px 0;
	padding:0;
	}
#content h2 {
	font-size:18px;
	margin:20px 0 15px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #ddd;
	color:#75a044;
	background-color:transparent;
	background-image:none;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial narrow,Arial, Helvetica, sans-serif
	}

#content h2 b {
	color:#fc7217;
	font-weight:normal;
	}

#content h3 {
	font-size:14px;
	margin:20px 0 10px 0;
	padding:6px 0 6px 0;
	color:#75a044;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial narrow,Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
#content h3 b {
	color:#888;
	font-weight:bold;
	}
#content h3.faq {
	font-size:14px;
	margin:20px 0 10px 0;
	padding:6px 0 6px 0;
	color:#75a044;
	font-weight:bold;
	text-transform:none;
	font-family:Arial narrow,Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

#content h4 {
	font-size:12px;
	margin:10px 0 5px 0;
	padding:0px 0 6px 0;
	color:#75a044;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial narrow,Arial, Helvetica, sans-serif
	}
#content h5 {
	font-size:14px;
	margin:25px 0 5px 0;
	padding:6px 0 6px 0;
	color:#75a044;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial narrow,Arial, Helvetica, sans-serif
	}

#content ul {
	margin:0 0 10px 5px;
	list-style-type:none;}

#content li {
	background:url(../images_system/bullit_light_blue.gif) no-repeat 0px 5px;
	padding:2px 0 6px 12px;
	color:#073754;
	}
#content ol li {
	background:none; 
	padding-left:0;
	}
#content a {
	color:#75a044; 
	font-weight:bold;
	}
#content a:hover {
	color:#333; 
	font-weight:bold;
	}
.kleine_karten {
	margin:-10px 10px 35px -10px; 
	padding:0 0px 0 0;
	}
#content .small {
	font-size:10px; 
	color:#888
	}

/* Table styles */

table {
	width:100%;
	margin:20px 0 20px 0;
	}
th {
	text-align:right;
	font-size:11px;
	color:#666;
	height:18px;
	}
td {
	text-align:right;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	font-size:11px;
	color:#777;
	}
td.plus {
	text-align:left; 
	margin:0; 
	padding:0;
	background:url(../images_system/bg_pattern.gif);
	}
td.minus {
	text-align:right; 
	margin:0; 
	padding:0;
	}
td img {
	border:1px solid #75a044;
	height:15px;
	margin:0 0 0 0px;
	background:url(../images_system/balken_blue.gif);
	}
td a {
	color:#75a044;
	text-decoration:none;
	font-weight:bold;}
td.left {text-align:left;}
td.left_wert {text-align:left; font-weight:normal;padding:0 0 10px 0; color:#888;}
td.right_wert {text-align:right; font-weight:normal;padding:0 14px 10px 0; color:#888;}
/*
.spitzenwert	{
	border:0px;
	height:17px;
	margin:0 0 0 0px;
	background:url(../images_system/balken_orange.gif);}
*/
.spitzenwert {
	border:1px solid #A8A7A7;
	height:15px;
	margin:0 0 0 0px;
	background:url(../images_system/balken_grey.gif);
	}

#content table.formel td {
	border:none;
	}
#content table.formel img {
	border:none; 
	height:auto;
	}
.staerken_schwaechen
	{}
.staerken_schwaechen h3 {
	font-size:18px;
	margin:15px 0 5px 0;
	padding:0 0 6px 0;
	color:#5B7A9B;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial narrow,Arial, Helvetica, sans-serif
	}

.staerken_schwaechen h3 b {
	color:#888;
	font-weight:bold;
	}

.staerken_schwaechen ul {
	margin:0 0 0 0px;
	list-style-type:none;}

.staerken_schwaechen li {
	background:url(../images_system/bullit_light_blue.gif) no-repeat 0px 5px;
	padding:2px 0 2px 12px;
	color:#073754;
	}


/* footer */

/* -- nur ausnahmen gegenüber support -- */

#footer {
	height:24px;
	background:url(../images_system/footer_bg.gif) repeat-x;
	padding:10px 0 3px 0;
	}
#footer li a {
	background:url(../images_system/footer_nav_trenner.gif) no-repeat center right;
	color:#75A044;
	}


/* specials */

.clearer {
	clear:both;
	font-size:0;
	line-height:0;
	}
