/* general stuff */

html {
	font-family: arial, helvetica, "Microsoft Sans Serif", verdana;
	font-size: 12px;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px; 
	border: none;
	color: #000;
	}

#content a:link, a:visited, a:active {
	text-decoration: underline;
	color: #006AB3;
	}

a:hover {
	text-decoration: none; 
	border: none;
	color: #666; 
	}
 
/* Schriften */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px; 
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	background: #16A992;
	color: #FFF;
	margin-bottom: 4px;
	}

p {
	font-size: 12px;
	line-height: 18px; 
	color: #000;
	}
	
p.mini {
	padding: 10px; 
	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;
	}

.module {
	margin: 0; padding: 0;
	}

div.module h3 {
	color: #FFF;
	background: #0C1752;
	margin: 0px;
	font-size: 11px;
	height: 22px;
	line-height: 20px;
	width: 159px;
	font-weight: bold;
	padding-left: 8px; 
	}

table.downloads {
	margin: 5px;
	}
	
div.module ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}
	
ul.list_1 {
	margin: 0; padding: 0;
	float: left;
	padding-left: 20px;	padding-top: 20px;
	list-style-type: none;
	}
	
#content ul, ul.vita_1 {
	margin: 0; padding: 0;
	margin-left: 15px; margin-bottom: 10px;
	list-style-image: url(../images/dark_bullet.gif);  
	}

hr {
	margin-bottom: 10px;
	color: #000000;
	background-color: #FFFFFF;
	height: 1px;
	}

#content ul.vita_2 {
	margin: 5px; padding: 0;
	padding-left: 15px;
	list-style-image: url(../images/light_bullet.gif);  
	}

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 {
	margin: 0; padding: 0;
	margin: 5px; padding: 5px;
	padding-left: 10px;
	list-style-image: url(../images/light_bullet.gif);  
	background: #FFF;
	border: 1px solid #d25d36; 
	}
	
#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: 10px;
	line-height: 16px;
	}

#footer p {
	color: #FFF;
	font-size: 12px;
	margin-left: 200px;
	margin-top: 5px;
	}
	
input.txt {
	font-size: 12px; 
	border: 1px solid #14406C;
	margin-right: 3px; 
	}

textarea.txt {
	font-size: 12px; 
	border: 1px solid #14406C;
	margin-right: 3px; 
	}
	
table.dot {
	border: 1px dotted #CCC;
	}

tr.hell {
 	margin: 5px;
	background-color: #FFF;
 	}

tr.dunkel {
 	padding: 5px;
	background-color: #FFF;
	}

.newshead a:link, .newshead a:visited {
	font-size: 12px;
	color: 333;
	}

.newstext {
	font-size: 11px;
	color: #333;
	}
