/* spezielle styles */

img {
border: 0px;
}

/* service-navigation wie home, contact, usw. */
a.serviceNavi, a.serviceNaviSelected {
	font-size: 11px;
	color: #666666;
	padding: 0 5px 0 22px;
	display: block;
}
a.serviceNavi {
	text-decoration: none;
}
a.serviceNavi:hover {
	text-decoration: underline;
}
/* wenn angewählt */
a.serviceNaviSelected {
	text-decoration: underline;
}

/* haupt-navigation wie OUR VALUES, usw. */
a.hauptNavi, a.hauptNavi:hover, a.hauptNaviSelected {
	text-decoration: none;
	text-transform: uppercase;
}
a.hauptNavi {
	color: #666666;
}
/* wenn angewählt */
a.hauptNavi:hover, a.hauptNaviSelected {
	color: #CA0114;
}

/* die unter-navigation */
.subNavi, .subNaviSelected {
	border-right-width: 2px;
	border-right-color: #D4D8E1;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.subNavi {
	border-bottom-color: #D4D8E1;
}	
.subNavi:hover {	
	background-color: #B8C0CD;
}
.subNavi a {
	display: block;
	color: #FFFFFF;
	padding: 0 12px 0 12px;
}
.subNaviSelected {	
	border-bottom-color: #B8C0CD;
	background-color: #B8C0CD;
}
.subNaviSelected a {
	display: block;
	color: #012765;
	padding: 0 12px 0 12px;
}
.hgSubNavi {
	background-color: #A7AEB8;
}
/* der rahmen unter der subnavi */
.subNaviBorderBottom {
	border-bottom-width: 2px;
	border-bottom-color: #D4D8E1;
	border-bottom-style: solid;
}

/* die unter-unter-navigation */
a.subSubNavi {
	color: #666666;
}
a.subSubNavi:hover, a.subSubNaviSelected {
	color: #012765;
}

/* farben für schriften */
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.blaueSchrift {
	color: #012765;
}
.schriftRot {
	color: #CA0114;
}
.dunkleSchrift {
	color: #666666;
}
.hBlaueSchrift {
	color: #E2E5EA;
}

/* farben für hintergründe */
.hgOben {
	background-color: #E0E1DB;
}
.hBlaueStriche {
	background-color: #D4D8E1;
}
.hgBlau {
	background-color: #B8C0CD;
}
.hgWeiss {
	background-color: #FFFFFF;
}

/* bilder im hintergrund */
.schraegOben {
	background-image: url(./images/schraeg_oben.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* styles für home */
.homeSubtitle {
	font-size: 16px;
	color: #012765;
}
.newsDateDay {
	color: #D4D8E1;
	font-size: 34px;
	line-height: 26px;
}
.newsDateMonth {
	color: #D4D8E1;
	font-size: 11px;
}
.newsTitle {
	color: #012765;
	font-size: 11px;
}
.newsPreview {
	color: #FFFFFF;
	font-size: 11px;
}
.newsPfeil {
	color: #012765;
	font-weight: bold;
}
td.newsTitleOverAll {
	color: #012765;
	font-size: 18px;
	padding-top: 36px;
}
td.textfeld {
	padding-left: 55px;
	padding-top: 36px;
}

/* allgemeine styles */
td.textfeldLinks {
	padding-left: 0px;
	padding-top: 36px;
}
td.textfeldMitte {
	padding-left: 0;
	padding-top: 36px;
}
td.textfeldRechts {
	padding-left: 0;
	padding-top: 36px;
	background-color: #B8C0CD;
}
td.impressum {
	padding-left: 38px;
	padding-bottom: 2px;
	background-image: url(./images/schraeg_unten.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
}
a.impressum {
	color: #FFFFFF;
}
.hgKasten {
	background-color: #EBECF0;
}
td.kastenText {
	padding: 6px 20px 20px 20px;
	color: #666666;
	background-color: #EBECF0;
}
td.kastenTextHome {
	padding: 0 10px 8px 10px;
	color: #666666;
	background-color: #EBECF0;
}
#kastenText {
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 8px;
}
.kastenHeader {
	color: #012765;
	font-size: 20px;
	background-image: url(./images/inhalts_punkt_mitte.gif);
	background-repeat: repeat-x;
}
td.hgSchattenRechts {
	background-image:url(./images/schatten_rechts.gif);
	background-repeat:repeat-y;
}
td.hgSchattenUnten {
	background-image:url(./images/schatten_unten.gif);
	background-repeat:repeat-X;
}
p.pageTitle {	
	font-size: 20px;
	color: #012765;
	margin-top: 0;
	padding-top: 0;
}
p.pageSubtitle {	
	font-size: 16px;
	color: #012765;
}

/* overview */
td.overview {
	color: #012765;
	padding-bottom: 4px;
	padding-left: 8px;
}
td.overviewKasten {
	padding: 6px 6px 6px 6px;
	color: #666666;
	background-color: #EBECF0;
}

/* ende spezielle styles */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.kleiner {
	font-size: 85%;
	line-height: 0px;
}
a {
	color: #012765;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input.button {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 12px;
	cursor: pointer;
} 
input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 12px;
	cursor: pointer;
} 
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #012765;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font-weight: normal;
	font-size: 115%;
}
h3 {
	font-weight: bold;
	font-size: 110%;
}
h4 {
	font-weight: bold;
	font-size: 105%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
}
h6 {
	font-weight: bold;
	font-size: 95%;
}

p {
         margin-top: 0px;
         margin-bottom: 8px;
}

fieldset {
border:0;
}

fieldset.csc-mailform-radio legend {
  display: none;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.start-pfeil {
  text-align: right;
  width: 50px;
}

.start-land {
  text-align: left;
  width: 200px;
}

.start-fahne {
  text-align: left;
  width: 50px;
}

.tx-newloginbox-pi1 {
  margin-left: 22px;
}

/* BaseNet webshop styles NL */
td.textfeldMitteWebShop {
	padding-left: 0;
	padding-top: 0px;
	background-color: #B8C0CD;
}
#kastenTextWebShop {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }