@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
.clearer {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	}	
	
body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
margin:20px;
	}



/* Content /////////////////////////////////////////  */

	
		
#content a {
	color:#619bcc;
	}	
	
#content h1 {
	margin:0 0 10px 0;
	padding:0 0 9px 11px;
	line-height:26px;
	font-size:25px;
	}
#content h2 {
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin:15px 0 0 0;
	padding:0 0 0px 11px;
	}
.quote {
	font-size:14px;
	font-weight:bold;
	color:#275073;
	padding:0 0 0px 11px;
	}	

	
#content h3 {
	font-size:14px;
	margin:10px 10px 0 0px;
	padding:3px 3px 0 11px;
	width:450px;
	}

#content h4 {
	background:url(../images_system/table_header.png) no-repeat;
	color:#FFFFFF;
	font-size:13px;
	margin:12px 0px 0 0px;
	padding:3px 3px 0 11px;
	width:450px;
	height:22px;
	}
#content p, #content li {
	margin:7px 0px;
	padding:0 0 0px 11px;
	}
#content ul {
	margin:0 0 15px 0px;
	list-style:none;
	padding:0 0 0px 11px;
	}
#content li {
	color:#666;
	background:url(../images_system/bullit.gif) no-repeat top left;
	padding:0 0 0 20px;
	}
	
/* Tabelle Styles //////////////////////////////////// */

.tableheader_container {
	color:#000;
	font-size:12px;
font-weight:bold;
	margin:12px 0px 0 0px;
	padding:0 3px 0 11px;
	width:450px;
	}

	.tableheader {
		display:block; float:left;
		}
		.left {
			padding:3px 3px 4px 0px;
			width:187px;
			}
		.middle {
			padding:3px 3px 4px 0px;
			width:80px;
			}
		.right {
			padding:3px 3px 4px 0px;
			width:80px;
			}
.header_tendenz {
			padding:3px 3px 4px 0px;
			width:50px;
			}
table.krisentable {margin:10px 10px 10px 12px;}		
#content .t_body_container a {
	display:block;
border-bottom:1px solid #dedede;
	margin:0px 0px 0 6px;
	width:455px;
	color:#444;
	text-decoration:none;
	}


	.t_body {
		display:block; 
		float:left;
		padding:4px 3px 3px 11px;
		}
		.first {
			padding-left:5px;
			width:235px;
			}
		.second {padding-left:0px;
			width:50px;
			text-align:middle;
			}
		.third {
			width:25px;
			text-align:right;
			}
		.tendenz {
			padding:2px 3px 0px 24px;
			}
		.durchschnitt, .unter, .ueber, .starkUeber, .starkUnter  {
			display:block;
			height:17px; 
			width:65px; 
			}
.durchschnitt {
	background:url(../images_system/3sterne.gif) no-repeat;
		}
.unter {
	background:url(../images_system/2sterne.gif) no-repeat;
		}
.ueber {
	background:url(../images_system/4sterne.gif) no-repeat;
		}
.starkUnter {
	background:url(../images_system/1sterne.gif) no-repeat;
		}
.starkUeber {
	background:url(../images_system/5sterne.gif) no-repeat;
		}
