/* general stuff */

html {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}

p {
	margin: 0; padding: 0; 
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 11px; 
	border: none;
	color: #333;
	}

a:hover {
	text-decoration: none; 
	color: #666; 
	border: none;
	}
 
/* Schriften */

.header {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 27px;
	margin-bottom: 10px; 
	}

.subheader {
	font-size: 13px;
	font-weight: bold;
	color: #B23E26;
	line-height: 18px;
	}
	
h2 {
	margin: 0; padding: 0;
	padding-bottom: 15px;
	font-size: 11px; 
	font-weight: bold;
	}

.text {
	font-size: 12px;
	line-height: 18px; 
	color: #000;
	}
	
p.clr {
	clear: both; float: none;
	}

.module {
	margin: 0; padding: 0;
	}

div.module h2 {
	margin-top: 12px; margin-left: 10px; 
	}

table.downloads {
	margin: 5px;
	}
	
div.module ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}
	
#content ul {
	list-style-image: url(../images/bullet.gif);  
	}

ul.latestnews {
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

a.latestnews:link, a.latestnews:visited, a.latestnews:active {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

a:hover.latestnews {
	font-size: 11px;
	font-weight: normal;
	color: red;
	}

#rightcol-1024 ul, #rightcol-1024 ul a:link, #rightcol-1024 ul a:visited, #rightcol-1024 ul a:active {
	font-family: arial;
	font-size: 11px; font-weight: normal;
	}

#rightcol-1024 ul a:hover {
	font-family: arial;
	font-size: 11px; font-weight: normal;
	}

#rightcol-1024 ul li {
	margin-left: 12px;
	line-height: 12px;
	}

#footer-1024 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;
	}
	
.header, h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

div.formhead h3 {
	margin: 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

label {
	margin: 0; padding: 0;
	padding-left: 5px; padding-right: 5px;
	}

div.address label {
	display: block; float: left;
	margin: 0; padding: 0;
	padding-left: 5px; 
	width: 120px;
	}

div.question label {
	display: block; float: left;
	margin: 0; padding: 0;
	padding-left: 5px; 
	width: 220px;
	}

input.quest {
	font-size: 10px;
	height: 17px; width: 200px;
	border: 1px solid #BBB;
	margin-bottom: 5px;
	}

textarea.quest {
	font-size: 10px;
	height: 80px; width: 200px;
	border: 1px solid #BBB;
	margin-bottom: 5px;
	}


