/* NEWS CSS hinzuladen */
@import url("./styles_news.css");
/* BENUTZERKONTO CSS hinzuladen */
@import url("./styles_benutzerkonto.css");

a:link {
	color: #0B1761;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B1761;
}
a:hover {
	text-decoration: underline;
	color: #333399;
}
a:active {
	text-decoration: none;
	color: #0B1761;
}
body {
	background:#ffffff;
	margin-top:10px;
}
body, td {
	font-size: 12px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td, p {
	padding: 0px;
	margin: 0px;
}
.menu_gesamt {
	margin-top:5px;
	vertical-align:top;
	width: 170px;
	line-height: 16px;
}
.menu_block {
	background-color: #cccfd1;
	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
}
.menu_hauptpunkt {
	font-size:13px;
	font-weight:bold;
}
.menu_unterpunkt {
	font-size:11px;
	white-space:normal;
}
.bg_color_grosso {
	background-color:#0b1761;
}
.bg_color_software {
	background-color:#a8002d;
}
.bg_color_abbo {
	background-color:#f18f04;
}
.bg_color_vca {
	background-color:#004a2a;
}
.headmenu {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	width:170px;
	height:30px;
}
.headmenu a:link, .headmenu a:visited, .headmenu a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
.headmenu a:hover {
	text-decoration: underline;
}
.breadcrumb {
	font-size: 10px;	
	color:#0b1761;
	padding-left:20px;
}
.grau_hell {
	background-color:#e6e6e6;
}
.grau_mittel {
	background-color:#cccfd1;
}
.grau_dunkel {
	background-color:#666666;
}
.content {
	width:690px;
	vertical-align:top;
	padding: 0px 20px 20px 20px;
}
.logo {
	width:197px; /* eigentlich 200, wg. 3x weisse linie aber 3px weniger */
	height:85px;
	padding-left:20px;
	padding-bottom:20px;
	vertical-align:top;
	text-align:right;
}
.klein_blau {
	font-size: 10px;	
	color:#0b1761;
}
.klein_grau {
	font-size:10px;	
	color:#666666;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
h3, h4 {
	font-size:12px;
	font-weight:normal;
}
.bodytext {
	font-size:12px;
	line-height:20px;
}
.inhalt_border { }
.inhalt_mitte { }
.inhalt_left {
	display:block;
	float:left;
	vertical-align:top;
	width:320px; 
}
.inhalt_right {
	display:block;
	float:right;
	vertical-align:top;
	width:320px; 
}

.csc-mailform {
	margin: 0px;
	border: none;
}
.csc-mailform input, .csc-mailform textarea {
	display:block;
	width: 400px;
}
.csc-mailform label {
	font-size: 12px;
	display:inline;
	width: 150px;
}
label {
	font-size: 12px;
}
form, legend, fieldset, dl, dt, label {
	margin: 0px;
	padding: 0px;
	border: none;
}
.csc-textpic-caption {
	font-size: 11px;
	color: #666666;
}
.contenttable caption {
	font-size: 12px;
	text-align: left;
	line-height:20px;
}
.contenttable td, .csc-uploads td {
	padding:1px 4px 1px 4px;
}
.csc-uploads td {
	vertical-align:top;
}
.contenttable {	
	background-color:#fff; /* #cccfd1; */
}
.tr-even {
	background-color:#fff;
}
.tr-odd {
	background-color:#e6e6e6;
}
.tr-0 {
	color: #fff;
	font-weight: bold;
	background-color:#0b1761;
}
.tr-last td {
	border-bottom:#0b1761 solid 1px;
}
div.address {
	display:block;
	width:320px;
	float:left;
}
div.csc-header, div.tx-addressgroups-pi1 {
	display:block;
	clear:both;
	float:none;
}
/* Suche */

.csc-searchform	{
	padding-left:0px;
	border: none;
}

.csc-form-label {
	width: 100px;
}

.csc-searchform input, .csc-searchform select {
	width: 300px;
}

/* Suchergebniss */

.csc-searchResult {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #999 solid 1px;
}
/* Spam-Schutz */
span.hidden {
	display: none;
}