/* general stuff */

html {
	font-family: arial, helvetica, "Microsoft Sans Serif", verdana;
	font-size: 14px;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 14px; 
	border: none;
	color: #000;
	}

a:hover {
	text-decoration: none; 
	border: none;
	color: red; 
	}
 
/* Schriften */

#content h1 {
	margin: 10px 0 10px 0;
	font-size: 20px; 
	font-weight: bold;
	color: #000;
	}

#content h2 {
	font-size: 16px; 
	font-weight: bold;
	color: #000;
	}

#content p, #content ul, #content ol {
	font-size: 14px;
	line-height: 18px; 
	color: #000;	
	}
	
p.mini {
	font-size: 11px;
	color: #5B5C5E;
	line-height: 16px;
	}
	
p.mini a {
	font-size: 11px;
	color: #0077B8;
	font-style: italic;
	}

p.clr {
	clear: both; float: none;
	}

div.module {
	margin: 10px 20px 10px 10px; padding: 0px;
	border: 1px solid #CCC;
	}

div.module h2 {
	margin-top: 12px; margin-left: 15px;
	margin-bottom: 10px; 
	color: #000;
	font-size: 12px;
	font-weight: bold; 
	}

div.module ul {
	margin: 0; padding: 0;
	list-style-type: none;
	width: 180px;
	}
	
div.module ul.latestnews {
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	}

a.latestnews:link, a.latestnews:visited, a.latestnews:active {
	font-size: 11px;
	font-weight: normal;
	}

a:hover.latestnews {
	font-size: 11px;
	font-weight: normal;
	color: red;
	}

#rightcol ul, #rightcol ul a:link, #rightcol ul a:visited, #rightcol ul a:active {
	font-family: arial;
	font-size: 11px; font-weight: normal;
	}

#rightcol ul a:hover {
	font-family: arial;
	font-size: 11px; font-weight: normal;
	}

#rightcol ul li {
	margin-left: 21px;
	line-height: 18px;
	}

table.wide {
	padding: 0; background: #999;
	}

table.wide td {
	padding: 8px;
	}

table.wide tr.hell {
	background: #FFF;
	}
	
table.wide tr.dunk {
	background: #EEE;
	}
	
table.tech_data {
	width: 480px; background: #999;
	padding: 1px;
	}

table.tech_data td {
	padding: 5px;
	}

table.tech_data tr.hell {
	background: #DDD;
	}
	
table.tech_data tr.dunk {
	background: #FFF;
	}
	
#content ul, #content ol {
	margin: 10px 0px 10px 20px; padding: 0;
	color: #000;
	}

#content li {
	margin: 0px 0px 10px 0px;
	}

#right ul, #left ul, #content ul{
	margin: 5px 0px 0px 12px; padding: 0;
	list-style-image: url(../images/light_bullet.gif);
	}

ul.download {
	margin: 0; padding: 0;
	list-style-type: none;
	float: left;
	width: 330px;
	}

ul.download li {
	margin: 0; padding: 0px 25px 0px 8px;
	}

ul.download img {
	border: 0;
	margin: 0px 10px 0px -26px;
	}

ul.download a {
	font-size: 12px;
	}

#footer p {
	color: #FFF;
	font-size: 12px;
	margin-left: 200px;
	margin-top: 5px;
	}
	
.newshead a:link, .newshead a:visited {
	font-size: 12px;
	color: 333;
	}

.newstext {
	font-size: 11px;
	color: #333;