/* Standard Elemente */
body {
	font-family: Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	background-color: #ffffff;
	color: #333333;
	font-size: 10px;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h1 {
	border-bottom-color: #2E3192;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #2E3192;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
}

h2 {
	color: #2E3192;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	width: 100%;
}

h3 {
	color: #2E3192;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #e30b18;
}

a:hover, a:active {
	text-decoration: underline;
	color: #e30b18;
}

ol {
	list-style-position: outside;
	margin-left: 40px;
}

ul {
	list-style-position: outside;
	list-style-image:url(../grafik/bullet.gif);
	margin-left: 40px;
}

li {
	vertical-align: top;
	line-height: 19px;
}

img {
	border: none;
}

td {
	font-size: 11px;
}

p, .bodytext {
	color: #000000;
	font-size: 11px;
	width: 100%;
	line-height: 19px;
}

hr {
	border: 0px;
	height: 0px;
	border-top: 1px solid #2E3192;
	margin-top: 20px;
	margin-bottom: 20px;
}

a img {
	vertical-align: middle;
}

/* Table CSS */
.csstable {
	border-spacing:0px;
	width:400px;
}
.csstable td {
	padding:3px 3px 3px 3px;
	border-bottom: 1px solid #BFD1DF;
	vertical-align: top;
}
.csstable th {
	font-family:Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size:10px;
	color:#2E3192;
	font-weight:bold;
	background-color:#BFD1DF;
	vertical-align: top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding:1px 3px 1px 3px;
}

/* Table CSS - full_width */
.csstable_breit {
	border-spacing:0px;
	width:600px;
}
.csstable_breit td {
	padding:3px 0px 3px 0px;
	border-bottom: 1px solid #BFD1DF;
	vertical-align: top;
}
.csstable_breit th {
	font-family:Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
	font-size:10px;
	color:#2E3192;
	font-weight:bold;
	background-color:#BFD1DF;
	vertical-align: top;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding:1px 3px 1px 3px;
}

/* Mailform CSS */
.csc-mailform {
   border: 0px;
}

.csc-mailform-field label {
   font-size:10px;
   font-family:Verdana,Helvetica,Tahoma,TrebuchetMS,Arial;
   width:140px;
   float:left;
   text-align:left;
   margin-right: 0.5em;
   display: block;
}
.csc-mailform-field {
   clear:both;
}

.csc-mailform-submit {
   margin-left: 120px;
   margin-top: 10px;
}

.bodytext b a, .bodytext a strong {
   font-size:11px;
}

#partner_logos {
   margin:20px 0;
}

#partner_logos td {
  padding:6px 0;
}
#partner_logos td img {
  align:center;
}