/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*default werte von tags setzen*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*
{
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, dl, dt, dd, form, fieldset, label, select, input, textarea, address, blockquote, nobr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

.hrClearBoth,
.clearBoth
{
	clear: both;
	position: absolute;
	top:-1000px;
	font-size: 0.1em;
	height: 0em;
	visibility: hidden;
}

hr[class = "hrClearBoth"],
div[class = "clearBoth"]
{
	position: static;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

html
{
	height: 100%;
}

body
{
	background: #FFFFFF;
	font-size: 100.01%;
	text-align: center;
	height: 100%;
}

#wrapper
{
	text-align: left;
	margin: 0px auto 0px 0px;
	width: 970px;
	background: url(wrapperbg.gif) repeat-y;
}

.wrapperHeight
{
	height: 100%;
}

div[class = "wrapperHeight"]
{
	height: auto;
	min-height: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* mothers little helpers */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hidden, ul dfn
{
	position: absolute;
	left: -1000px;
	top:-1000px;
	width:0px;
	height: 0px;
	overflow:hidden;
	display:inline;
}

dfn, acronym, abbr
{
  font-style: normal;
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header
{
	height: 132px;
	background: url(headerbg.gif) repeat-x;
}

#header img
{
	display: block;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* hNavigationgation and search*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#hNavigationWrapper
{
	background: #FFFFFF;
	padding-left: 10px;
	border-bottom: 2px solid #001e87;
	padding-bottom: 6px;
}

.tx-macinasearchbox-pi1
{
	float: left;
}

.tx-macinasearchbox-pi1 label,
.tx-macinasearchbox-pi1 input
{
	font-size: 0.65em;
	color: #001e87;
}

.tx-macinasearchbox-pi1 label
{
	font-weight: bold;
}

.tx-macinasearchbox-pi1 input
{
	/*vertical-align: top;*/
}

#suchformfeld
{
	border: 1px solid #010101;
	width: 92px;
}

#suchformbutton
{
	background: transparent;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	font-weight: bold;
}

#hNavigation
{
	float: right;
	/*width: 624px;*/
	width: 764px;
	position: relative;
}

#udm ul li
{
	border-bottom: 1px solid #ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* main 3 column layout*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainWrap
{
	border-top: 3px solid #FFFFFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* right column*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#firstColumn
{
	float: right;
	width: 235px;
	border-top: 1px solid #001e87;
}

.themeItem,
.themeItemAct
{
	font-size: 0.75em;
	border-bottom: 1px solid #001E87;
	line-height: 1.3;
}

.themeItem span,
.themeItemAct span
{
	display: block;
}

.themeItem a,
.themeItemAct a
{
	display: block;
	text-decoration: none;
	padding: 6px 6px 18px 6px;
	color: #000000;
	min-height: 43px;
}

.themeItemAct a
{
	color: #FFFFFF;
	background: #001E87;
}

.themeItem a:hover,
.themeItemAct a:hover
{
	color: #FFFFFF;
	background: #001E87;
}

.themeItem a img
{
	border: 1px solid #000000;
}

.themeItemAct a img
{
	border: 1px solid #FFFFFF;
}

.themeItem a:hover img,
.themeItemAct a:hover img
{
	border: 1px solid #FFFFFF;
}

.themeImg
{
	float: left;
	width: 54px;
}

.themeText
{
	margin-left: 60px;
}

#vNavigation
{
	margin-top: 16px;
}

#vNavigation h3
{
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 6px 6px;
}

#vNavigation ul
{
	list-style-type: none;
	border-bottom: 1px solid #001E87;
	font-size: 0.75em;
}

#vNavigation li
{
	border-top: 1px solid #001E87;
}

#vNavigation li a
{
	padding: 4px 8px;
	display: block;
	text-decoration: none;
	color: #000000;
}

#vNavigation li.act a
{
	color: #ffffff;
	background: #001e87;
}

#vNavigation a:hover,
#vNavigation a:active,
#vNavigation a:focus
{
	color: #ffffff;
	background: #001e87;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* maincontainer with content*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainContainer
{
	margin-right: 245px;
	padding-left: 10px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* contentSection*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#breadCrumb
{
	margin-bottom: 16px;
	background:#c5c5c5;
	padding-left: 6px;
}

#mainContainer #tickerdiv,
#mainContainer #tickerdiv p,
#mainContainer #tickerdiv table,
#mainContainer #tickerdiv table td
{
	color: #ffffff;
}

#mainContainer #breadCrumb p
{
	font-size: 0.65em;
	margin-top: 0;
}

#mainContainer #breadCrumb a,
#mainContainer #breadCrumb strong
{
	text-decoration: none;
	color: #000;
}

#mainContainer #breadCrumb img
{
	margin: 0px 4px;
}

#content
{
	float: left;
	width: 100%;
}

.ceWrap
{
	clear: both;
	float: left;
	width: 100%;
}

.leftWrap
{
        margin-right: 350px;
}

.rightWrap
{
	float: right;
	width: 340px;
	margin-left: 10px;
}

#footerNavigation,
#bottomNavigation,
#subPagesNavigation
{
	clear: both;
	float: left;
	width: 100%;
	background:#c5c5c5;
}

div[class = "metanaviHeight"],
div[id = "bottomNavigation"]
{
	height: auto;
}

#footerNavigation
{
	margin-top:30px;
	background:#fff;
}

#subPagesNavigation
{
	margin-top:10px;
}

#bottomNavigation
{
	color:#9c9e9f;
	background:#fff;
}

#mainContainer #footerNavigation ul,
#mainContainer #bottomNavigation ul,
#mainContainer #subPagesNavigation ul
{
	list-style-type: none;
	border-bottom: 1px solid #001E87;
	margin: 3px 0px;
	padding-bottom: 3px;
}

#mainContainer #footerNavigation li,
#mainContainer #bottomNavigation li,
#mainContainer #subPagesNavigation li
{
	/*float: left;
  position: relative;
  text-align: center;*/
  display: inline;
  line-height: 1.8;
}

#mainContainer #footerNavigation a,
#mainContainer #bottomNavigation a,
#mainContainer #subPagesNavigation a
{
	padding: 4px 4px;
	text-decoration: none;
	color: #000;
}



#mainContainer #bottomNavigation a
{
	color: #9c9e9f;
}

#mainContainer #bottomNavigation li.act a
{
	color: #fff;
	background: #001e87;
}

#mainContainer #footerNavigation a img
{
	margin-right:2px;
	vertical-align: middle;
}

#mainContainer #bottomNavigation a
{
	/*padding: 0px 4px;*/
}

#mainContainer #footerNavigation a:hover,
#mainContainer #footerNavigation a:active,
#mainContainer #footerNavigation a:focus,
#mainContainer #bottomNavigation a:hover,
#mainContainer #bottomNavigation a:active,
#mainContainer #bottomNavigation a:focus,
#mainContainer #subPagesNavigation a:hover,
#mainContainer #subPagesNavigation a:active,
#mainContainer #subPagesNavigation a:focus
{
	color: #fff;
	background: #001e87;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* example content styles*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainContainer a
{
	color: #001e87;
}

#mainContainer #tickerdiv a
{
	color: #fff;
}

#mainContainer a:hover,
#mainContainer a:active,
#mainContainer a:focus
{

}

#mainContainer h2
{
	font-size: 1.75em;
	margin: 0.2em 0;
	font-weight: normal;
	color: #001E87;
	line-height: 1;
}

#mainContainer .leftWrap h2
{
	padding-top: 0.2em;
}

#mainContainer h3
{
	font-size: 0.75em;
	color: #001E87;
	line-height: 1.3;
	margin-top: 1em;
	margin-bottom:1px;
}

#mainContainer h3.first
{
	margin-bottom:12px;
}

#mainContainer p,
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption
{
	font-size: 0.75em;
	margin: 1px 0 12px 0;
	line-height: 1.3;
}

#mainContainer hr
{
	background-color:#001E87;
	height: 1px;
	color:#001E87;
	margin: 6px 0 6px 0;
	padding:0;
	border:0;
}

#mainContainer #tickerdiv p
{
	margin: 1px 0 1px 0;
	line-height: 1em;
}

#mainContainer h3.grau,
#mainContainer p.grau
{
	background: #C5C5C5;
}


#mainContainer h3.blau,
#mainContainer p.blau
{
	background: #c2e5f7;
}

#mainContainer ul,
#mainContainer ol
{
	font-size: 0.75em;
	line-height: 1.3;
}

#mainContainer ul
{
	margin-left: 15px;
}

#mainContainer ol
{
	margin-left: 25px;
}

#mainContainer li
{
	margin: 3px 0;
}

#mainContainer ul ul
{
	font-size: 1em;
}

#mainContainer ul.grau
{
	background: #C5C5C5;
	list-style-type: none;
}

#mainContainer ul.blau
{
	background: #c2e5f7;
	list-style-type: none;
}

#mainContainer ul.neutral
{
	background: #fff;
	list-style-type: none;
}

#mainContainer li.linie
{
	border-bottom: 1px solid #000;
}

.teaserSitemap .first,
.teaserSitemap2col .first
{
	border-top: 1px solid #001E87;
	padding-top: 6px;
}


.teaserItem
{
	border-bottom: 1px solid #001E87;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.teaserSitemap2col .teaserItem
{
	float: left;
	width: 350px;
	margin-right:6px;
}

.teaserImg
{
	float: left;
	width: 130px;
}

.teaserText
{
	margin-left: 130px;
	margin-bottom: 1em;
}

.teaserItem .moreLink
{
        text-align: right;
}

#mainContainer .teaserText h3
{
	margin-top: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* indexed search */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tx-indexedsearch-searchbox td
{
	font-size: 0.8em;
	padding-right: 5px;
	padding-bottom: 3px;
}

.tx-indexedsearch-searchbox input,
.tx-indexedsearch-searchbox select,
.csc-form-fieldcell input,
.csc-form-fieldcell select
{
	border: 1px solid #001E87;
}

.tx-indexedsearch-searchbox input.submit
{
	border: none;
	background: transparent;
	color: #001E87;
	cursor: pointer;
}


.tx-indexedsearch-res td,
.csc-form-fieldcell input,
.csc-form-fieldcell select
{
	font-size: 0.8em;
}

.tx-indexedsearch-redMarkup
{
	color: #001E87;
}

.tx-indexedsearch-res td.tx-indexedsearch-info
{
	padding-top: 5px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* mail form */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

fieldset.csc-mailform
{
	border: none;
	margin-top: 20px;
}

.csc-mailform label
{
	width: 7em;
	float: left;
	font-size: 0.8em;
}

.csc-mailform input,
.csc-mailform textarea,
.csc-mailform select
{
	font-size: 0.8em;
	border: 1px solid #001E87;
	margin: 2px 0px;
}

.csc-mailform input,
.csc-mailform textarea
{
	width: 300px;
}

.csc-mailform-field
{
	clear: left;

}

.csc-mailform input.csc-mailform-submit
{
	border: 1px #001E87 dotted;
	background: transparent;
	color: #001E87;
	cursor: pointer;
	margin-left: 90px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* RTE tables */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.contenttable
{
	/*width: 100%;*/
	border-collapse: collapse;
	margin-bottom: 0.8em;
	margin-top:3px;
}

.contenttable caption
{
	font-size: 0.75em;
	line-height: 1.35;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 4px 14px;
}

.contenttable th,
.contenttable td
{
	padding: 4px 8px 8px 4px;
	border:1px solid #6e6d71;
	vertical-align: top;
}

.contenttable td.grau
{
	background: #C5C5C5;
}

.contenttable td.grau
{
	background: #c2e5f7;
}

.contenttable th
{
	background:#c5c5c5;
	font-size: 0.75em;
	font-style: italic;
	margin: 3px 0;
	line-height: 1.3;
}

td.farbig
{
	font-weight: bold;
}

.contenttable thead th
{
	font-size: 0.7em;
	padding: 4px 8px 8px 4px;
}

.contenttable thead td
{
	font-weight: bold;
}
