/* in diesem dokument sind alle klassen zur formatierung des contents enthalten */


/* -------------------------------------------------- global ---------------------------------------------------- */
/* global */
body {
	margin: 0px;
  padding: 0px;
	text-align: center;
	background-color: #fff;
}
body, td, div {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0 none;
}
form {
  display: inline;
}
hr {
  border: 0;
	color: #5C5034;
  background-color: #5C5034;
	height: 1px;
	width: 100%;
	margin: 0px;
}
img {
  border: 0;
}
p {
  margin: 0 0 1.6em 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #003798;
  margin: 0;
	font-weight: bold;
	font-size: 1em;
  line-height: 1.3em;
}
h1 {
  font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #003798;
}
h2 {
  font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003798;
}
ul {
  margin: 20px 0 20px 29px;
}
ol {
  margin: 20px 0 20px 34px;
}
li {
  margin-bottom: 3px;
}

/* listendefinition hauptnavigation */
ul.contentNavi {
  list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.contentNavi li {
	border-bottom: 1px solid #fff;
	text-align: left;
	background-color: #ffde54;
	margin: 0;
}
ul.contentNavi li.contenNaviSub {
	border-bottom: 1px dashed #ffde54;
	text-align: left;
	background-color: #ffde54;
	margin: 0;
}

/* listendefinition hauptnavigation zuweisung runde ecke oben */
ul.contentNavi li.contentNaviTop {
	border-bottom: 1px solid #fff;
	text-align: left;
	margin: 0;
	background: #ffde54 url(../img/i_navi_ecke_or.gif) no-repeat top right;
}

/* listendefinition hauptnavigation zuweisung runde ecke unten */
ul.contentNavi li.contentNaviBottom {
	border-bottom: 1px solid #fff;
	text-align: left;
	margin: 0;
	background: #ffde54 url(../img/i_navi_ecke_ur.gif) no-repeat bottom right;
}

/* definition metanavi */
ul.mataNavi {
  list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.mataNavi li {
	border-bottom: 1px solid #a6bccb;
	text-align: left;
	margin: 0;
}
td {
 	padding: 5px;
}

table.noBorder {
  border-spacing: 1px;
}

td.noBorder {
  	border: 0;
	padding: 5px;
}

/* -------------------------------------------------- textformatierung ------------------------------------------- */
/* textformatierung */
.txError {
	color: #f03;
}
.txColored {
	color: #003798;
}



/* -------------------------------------------------- linkformatierung ------------------------------------------- */
/* linkformatierung */
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #003798;
}
a.liNavi:link, a.liNavi:visited, a.liNavi:hover, a.liNavi:active,
a.liNaviTop:link, a.liNaviTop:visited, a.liNaviTop:hover, a.liNaviTop:active,
a.liNaviBottom:link, a.liNaviBottom:visited, a.liNaviBottom:hover, a.liNaviBottom:active {
	text-decoration: none;
	font-size: 12px;
	display: block;
	color: #fff;
	padding: 6px 0 6px 0;
}
a.liNaviTop:link, a.liNaviTop:visited, a.liNaviTop:hover, a.liNaviTop:active {
	background: #265e95 url(../img/i_navi_ecke_or.gif) no-repeat top right;
}
a.liNaviBottom:link, a.liNaviBottom:visited, a.liNaviBottom:hover, a.liNaviBottom:active {
	background: #265e95 url(../img/i_navi_ecke_ur.gif) no-repeat bottom right;
}

a.liTopNav:link, a.liTopNav:visited, a.liTopNav:hover, a.liTopNav:active,
a.liTopNavAbschluss:link, a.liTopNavAbschluss:visited, a.liTopNavAbschluss:hover, a.liTopNavAbschluss:active,
a.liTopNavSel:link, a.liTopNavSel:visited, a.liTopNavSel:hover, a.liTopNavSel:active,
a.liTopNavAbschlussSel:link, a.liTopNavAbschlussSel:visited, a.liTopNavAbschlussSel:hover, a.liTopNavAbschlussSel:active {
  text-decoration: none;
	background: #bfcde5 url(../img/i_arrow_topnav_na.gif) no-repeat 10px 10px;
	padding: 6px 14px 6px 25px;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	float: left;
	color: #003798;
	font-weight: bold;
}
a.liTopNav:hover, a.liTopNavAbschluss:hover {
  background: #003798 url(../img/i_arrow_topnav_sel.gif) no-repeat 10px 10px;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #003798;
	color: #fff;
}
a.liTopNavSel:link, a.liTopNavSel:visited, a.liTopNavSel:hover, a.liTopNavSel:active,
a.liTopNavAbschlussSel:link, a.liTopNavAbschlussSel:visited, a.liTopNavAbschlussSel:hover, a.liTopNavAbschlussSel:active {
  background: #003798 url(../img/i_arrow_topnav_sel.gif) no-repeat 10px 10px;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #003798;
	color: #fff;
}
a.liTopNavAbschluss:link, a.liTopNavAbschluss:visited, a.liTopNavAbschluss:hover, a.liTopNavAbschluss:active,
a.liTopNavAbschlussSel:link, a.liTopNavAbschlussSel:visited, a.liTopNavAbschlussSel:hover, a.liTopNavAbschlussSel:active {
  border-right: 0;
	padding: 6px 14px 6px 30px;
}

/* hauptnavigation ebene 1 */
a.liNaviNa:link, a.liNaviNa:visited, a.liNaviNa:hover, a.liNaviNa:active {
	text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	background-image: url(../img/i_arrow_nav_na.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;
}
a.liNaviSel:link, a.liNaviSel:visited, a.liNaviSel:hover, a.liNaviSel:active {
	text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	background-image: url(../img/i_arrow_nav_sel.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;
}

/* hauptnavigation ebene 2 */
a.liSubNaviNa:link, a.liSubNaviNa:visited, a.liSubNaviNa:hover, a.liSubNaviNa:active {
  text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	background-color: #ffeda3;
}

a.liSubNaviSel:link, a.liSubNaviSel:visited, a.liSubNaviSel:hover, a.liSubNaviSel:active {
  text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	background-color: #ffeda3;
	background-image: url(../img/i_arrow_nav_sel.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;
}

/* hauptnavigation ebene 3 */
a.liSubSubNaviNa:link, a.liSubSubNaviNa:visited, a.liSubSubNaviNa:hover, a.liSubSubNaviNa:active {
  text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	background-color: #fff8d9;
}

a.liSubSubNaviSel:link, a.liSubSubNaviSel:visited, a.liSubSubNaviSel:hover, a.liSubSubNaviSel:active {
  text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	background-color: #fffdf2;
	background-image: url(../img/i_arrow_nav_sel.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;
}

/* metanavigation */
a.liMetaNavi:link, a.liMetaNavi:visited, a.liMetaNavi:hover, a.liMetaNavi:active {
  text-decoration: none;
	display: block;
	color: #003798;
	padding: 5px 0 5px 30px;
	background-image: url(../img/i_arrow_nav_na.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;
}

/* icon links */
a.liIconLink:link, a.liIconLink:visited, a.liIconLink:hover, a.liIconLink:active {
  text-decoration: none;
  line-height: 1.3em;
	color: #003798;
	display: block;
	font-weight: bold;
}

/* listendefinition icon links */
ul.iconLink {
  list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0px;
}
ul.iconLink li {
	background-image: url(../img/i_arrow_nav_sel.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 4px 0 0 15px;
	text-align: left;
	margin: 0;
}

/* -------------------------------------------------- formularformatierung --------------------------------------- */
/* formularformatierung */
.foInput1 {
	width: 120px;
	margin-right: 4px;
}
.foKontakt {
 width: 200px;
	margin: 3px 0 3px 0;
}
.foKontaktPlz {
 width: 40px;
	margin: 3px 6px 3px 0;
}
.foKontaktOrt {
 width: 150px;
	margin: 3px 0 3px 0;
}
.foTextarea {
  width: 200px;
	height: 100px;
	margin: 3px 0 3px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.foTextareaLabel {
 padding: 3px 0 0 0;
	border: 0;
}

/* formular definition */
fieldset {
 border: 0;
}
label {
 padding-right: 20px;
	line-height: 20px;
}


/* -------------------------------------------------- container ------------------------------------------------- */
/* container */
.conClear {
	width: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}
.conPrint {
 display: none;
}
#conPositionTop, #conPositionBottom {
  width: 0;
	height: 0;
	line-height: 0;
  font-size: 0;
}
#conZentrierung {
	width: 100%;
	text-align: center;
	vertical-align: middle;	
}
#conMaster {
  width: 811px;
	text-align: left;
	margin: 0 auto;
}
#conTopNav {
  margin: 16px 24px 0 24px;
	height: 34px;
	background: #bfcde5 url(../img/i_border_topnav.gif) repeat-x bottom left;
}
#conContent {
  margin: 0 24px 0 24px;
	background-color: #fffdf2;
	border: 1px solid #fffdf2;
}
#conNav {
	float: left;
	width: 170px;
	padding: 34px 0 20px 0;
	background-color: #fffdf2;
}
#conCenter {
	float: left;
	width: 381px;
	padding: 34px 20px 20px 20px;
	background-color: #fffdf2;
}
#conTeaser {
	float: right;
	width: 170px;
	padding: 34px 0 20px 0;
}
#conFooter {
  margin: 0 24px 0 24px;
	height: 82px;
	background-color: #fffdf2;
	padding-left: 190px;
}
#conFooterText {
	float: left;
	border-top: 1px solid #99aece;
	padding-top: 32px;
	width: 415px;
}
#conFooterLogo {
	float: left;
	border-top: 1px solid #99aece;
	padding-top: 32px;
	width: 124px;
}
#conSuche {
  border-top: 1px solid #a6bccb;
	border-bottom: 1px solid #a6bccb;
	padding: 5px 0 10px 16px;
}
#conSucheHeadline {
  color: #003798;
	font-weight: bold;
	margin-bottom: 2px;
}
#conNavList {
  margin-top: 10px;
}
#conNavMetaList {
  margin-top: 10px;
	border-top: 1px solid #a6bccb;
}
/* start only */
.conStart {
  background: url(../img/bg_start.gif) repeat-y;
}
#conStartCol {
	width: 170px;
	padding-bottom:10px;
}
.conStartTeaser {
  background: #ccd9e6;
	padding: 10px;
	line-height: 1.3em;
	color: #004282;
}
