body {
	background-color:#FFFFFF;
}

#about_us ul.navigation {
	list-style-image: none;
}

body, table, td, div, input, select, option, textarea, ul, ol, li, p
{
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}

* {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
    font-size: 11px;
}

.normal {
	font-size:11px;
	color:#000000;
}
.small {
	font-size:10px;
}
.failure {
	color:#ff0000;
}
.ready {
	color:#2E6F1F;
}
.bold {
	font-weight:bold;
}

.colored {
	color:#003366;
}

.top-navi {
	font-size:10pt;
	color:#003366;
}

.headline-1 {
	margin-top: 12px;
	font-size:20pt;
	font-weight:bold;
	color:#003366;
}

.headline-2 {
	font-size:12pt;
	font-weight:bold;
	color:#003366;
}

.headline-3 {
	font-size:16pt;
	font-weight:bold;
	color:#003366;
}

a, a:visited {
	color:#003366;
	text-decoration:underline;
}

a:hover, a:active, a:focus  {
	color:#C31A1B;
	text-decoration:none;
}


.italic {
	font-style:italic;
}

ul {
	margin:0px;
	padding:0px;
	padding-left:20px;
	list-style-image:url(img/bullet.gif);
}

li {
	margin:0px;
	padding:0px;
}


a.upper_menu {
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	color:#003366;
	text-decoration:none;
}

a.upper_menu:hover {
	font-size:12px;
	color:#003366;
}

.col-header {
	color:black;
	background-color:#EBEBEB;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:4px;
	padding-left:4px;
	margin-bottom:0px;
}

.text-small {
	font-size:10px;
}

.text-normal {
	font-size:11px;
	/*font-size:x-small;*/
}

.text-medium {
	font-size:11px;
}

.text-big {
	font-size:17px;
}

.h1, h1 {
	color:#003366 ;
	font-size:20pt;
	font-weight:bold;
	margin-top: 12px;
}
.h2, h2 {
	color:#003366 ;
	font-size:16pt;
	font-weight:bold;
}
.h3, h3 {
	color:#003366 ;
	font-size:12pt;
	font-weight:bold;
}
.h4, h4 {
	color:#003366 ;
	font-size:10pt;
	font-weight:bold;
}


/*  ist notwendig, da ansonsten die Umbrüche in der 2-spaltigen Darstellung wegen des bold-Tags nicht mehr aligned sind */
div.highlights td {line-height:14.5pt; vertical-align:top;}

.error {
	display: block;
	background-color: #ffdfdf;
	border: 1px solid #f00; 
	padding: 10px;
	color: #f00;
	font-weight:bold;
}

.kiwa_error {
	color: #f00;
	font-weight:bold;
}

#about_us img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#about_us li {
	list-style-position: inside ;
}

#about_us .navigation {
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	list-style: none;
}



#about_us .navigation li {
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 35px;
	border-bottom: white 1px solid;
	list-style: none;
}

#about_us .navigation li.first {
	background-image: url('img/about_us/top.gif') no-repeat;
}

#about_us .navigation a, #about_us .navigation a:link {
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
/* 	font-weight: bold; */
}

#about_us .navigation a.selected {
	background-image: url('img/nav_left/arrow.png');
	color:#C31A1B;
	background-repeat: no-repeat;
	background-position: 0 3 ;
}

#about_us .content {
	padding-right: 20px;
	font-size: 12px;
}

#about_us .content .text-normal {
	font-size: 12px;
	line-height: 18px;
}

#about_us .content img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#about_us img.hover {
	margin: 0px;
}

#about_us .h3, #about_us h3 {
	font-size: 14pt;
	margin-top: 20px;
}

.newsletter {
	margin-bottom:      20px ;
	margin-top:         20px ;
	padding-bottom:      20px ;
	border-bottom: 1px #C9C9C9 solid;
	clear: both;
}

.newsletter h2 { 
	width: 400px;
	margin-top: 0px;
	float: left;
	font-size: 14px ;
}

.newsletter .date {
	width: 100px;
	float: right;
	margin-top: 5px;
	font-weight: bold;
	text-align: right;
}

.newsletter ul {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsletter .more {
	clear: both;
}