/* standards
 ----------------------------------------------- */

body {
	background: url(../img/body_bg.jpg) repeat-x fixed;
	background-color: #E4EDFB;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

a:link {
	color: #AF0E1F;
	text-decoration: underline;
	}

a:visited {
	text-decoration: underline;
	color: #CC5663;
	}

a:hover {
	text-decoration: underline;
	color: #1B78B9;
	}


h1 {
	font-size: 140%;
	color: #1B78B9;
	padding: 0;
	margin: 1.5em 0 0.8em 0;
	line-height: 120%;
	font-weight: normal;
	}
	
h2 {
	font-size: 111%;
	color: #505050;
	padding: 0;
	margin: 0 0 0.8em 0;
	}

h3 {
	font-size: 101%;
	padding: 0;
	margin: 1.6em 0 0.8em 0;
	color: #1B78B9;
	}
	
h4 {
	font-size: 101%;
	padding: 0;
	margin: 0.8em 0 0 0;
	}
	

	
p, p.bodytext {
	margin: 0.4em 0 1.2em 0;
	padding: 0;
	}
	
img {
	text-decoration: none;
	border: none;
	}
	
hr {
	margin: .7em 0 .3em;
	padding: 0;
	border: none;
	border-bottom: 1px dotted #B2B2B2;
	height: 0px;
}

strong, b {
	color: #505050;
}

/* layoutgrid
 ----------------------------------------------- */

#wrapper {
	position: relative;
}

#top {
	text-align: center;
	position: relative;
}

#header {
	height: 88px; 
	width: 790px; 
	background-color: #fff; 
	margin: auto; 
	position: relative;
}

#main {
	text-align: center; 
	position: relative;
}

#contentcon {
	width: 790px; 
	background: url(../img/main_bg.gif) repeat-y;
	background-color: #fff;
	margin: auto; 
	text-align: left; 
	position: relative;

}


/* layoutelements
 ----------------------------------------------- */



#logo {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 88px; 
	width: 168px; 
}


#metanav {
	font-size: 89%; 
	position: absolute; 
	top: 6px; 
	right: 0px;
	color: #606060;
	
}

#metanav a:link, #metanav a:visited {
	text-decoration: none;
	color: #606060;
}

#metanav a:hover {
	text-decoration: underline;
	color: #1B78B9;
}

#metanav input {
	font-size: 89%;
	margin-right: 0.3em;
}


#content {
	margin: 0 0 0 190px; 
	height: 100%; 
	width: 410px; 
	border: 1px solid #fff;
	line-height: 130%;
}

#content ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	}	

#content ul li {
	padding: 0 0 4px 22px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0 4px no-repeat;
	}

#content ul ul {
	list-style: none;
	margin: .3em 0 .3em 0;
	padding-left: 23px;
	_padding-left: 0; /* ie win referenziert vom oberen li aus */
	}	

#content ul ul li {
	padding: 0 0 4px 10px;
	line-height: 1.4em;
	background: url(../img/listpunkt_contentindent.gif) 0 6px no-repeat;
	}

#leftcol {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	padding: 0; 
	margin: 0; 
	width: 170px;
	background-color: #F2F6FD;
}

#rightcol {
	position: absolute; 
	top: 32px; 
	right: 10px; 
	padding: 0; 
	margin: 0; 
	width: 160px;
	xbackground-color: #F2F6FD;
	font-size: 89%;
	line-height: 110%;
}

#rightcolcontent {
	margin: 0;
	padding: 0;
}

#rightcolcontent h3 {
	font-size: 89%;
	padding: 3px 4px;
	background-color: #2198E8;
	color: #fff;
	margin: 0 0 .6em;
}

#rightcolcontent p {
	margin: .5em 0 .3em;
	padding: 0;
}

#rightcolcontent ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 2px;
	}	

#rightcolcontent ul li {
	padding: 0 0 4px 8px;
	line-height: 1.3em;
	background: url(../img/listpunkt_rightcolcontent.gif) 0 6px no-repeat;
	}


#rightcolcontent ul ul {
	list-style: none;
	margin: 0;
	padding-left: 8px;
	_padding-left: 0; /* ie win referenziert vom oberen li aus */
	}	

#rightcolcontent ul ul li {
	padding: 0 0 4px 8px;
	line-height: 1.3em;
	background: url(../img/listpunkt_rightcolcontent.gif) 0 6px no-repeat;
	}



/*
#visual {
	position: relative; 
	background: url(../img/visual_chapter.jpg) no-repeat;	
	height: 98px; 
	width: 790px; 
	background-color: #fff; 
	margin: auto; 
}
*/


#breadcrumb {
	text-align: left; 
	position: absolute; 
	left: 190px; 
	bottom: 3px; 
	font-size: 89%;
}

#breadcrumb strong {
	color: #000;
}

#footer {
	font-size: 79%;
	color: #606060;
	text-align: left; 
	padding: 30px 0 10px 190px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #606060;
}

#footer a:hover {
	text-decoration: underline;
	color: #1B78B9;
}


/* navigation
 ----------------------------------------------- */



#topnav {
	position: absolute;
	bottom: -1px;
	right: 0;
	background: url(../img/topnav_bg.gif) no-repeat;
	width: 590px; /* only ie mac */
	 /* Hide from IE-Mac \*/
	width: auto;
 /* End hide */
}

#topnav ul {

	padding: 0;
	margin: 0;
	font-size: 96%;
	font-weight: bold;
	text-transform: uppercase;
	xwidth: 500px; /* width for opera */
	xfloat: left;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a, #topnav ul li a:link {
	padding: 4px 18px 4px 18px;
	xbackground-color: #53AEED;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0;
}

#topnav ul li a:hover {
	background: url(../img/topnav_hover_bg.gif) no-repeat;
	xbackground-color: #C31023;
	color: #fff;
}

#topnav ul li a.active {
	background: url(../img/topnav_active_bg.gif) no-repeat;
	xbackground-color: #C31023;
	color: #fff;
}

#topnav ul li a.first:hover {
	background: url(../img/topnav_first_hover_bg.gif) no-repeat;
	xbackground-color: #C31023;
	color: #fff;
}

#topnav ul li a.firstactive {
	background: url(../img/topnav_first_active_bg.gif) no-repeat;
	xbackground-color: #C31023;
	color: #fff;
}

#topnav ul li a.firstactive:hover {
	background: url(../img/topnav_first_active_bg.gif) no-repeat;
	xbackground-color: #C31023;
	color: #fff;
}

#subnav {
	width: 170px;
	font-size: 89%;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnavlist1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#subnavlist1 li a, #subnavlist1 li a:link {
	background: url(../img/listpunkt_subnav.gif) no-repeat;
	background-position: 8px 9px;
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 0;
	text-decoration: none;
	color: #43789D;
	xbackground-color: #FFE0B2;
	border-bottom: 1px solid #CDDCF6;
	width: 170px;
	w\idth: 145px; /* hack for win ie 5.x */
}

#subnavlist1 li a:hover {
	background-color: #FAFBFD;
}

#subnavlist1 li a.active {
	background: url(../img/listpunkt_subnav_active.gif) no-repeat;
	background-position: 8px 9px;
	background-color: #C31023;
	color: #fff;
	font-weight: bold;
}

#subnavlist1 li a.active:hover {
	background: url(../img/listpunkt_subnav_active.gif) no-repeat;
	background-position: 8px 9px;
	background-color: #C31023;
	color: #fff;
	xfont-weight: bold;
}

#subnavlist2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F9E8EA;
}

#subnavlist2 li a, #subnavlist2 li a:link {
	background: none;
	xbackground: url(../img/listpunkt_subnav.gif) no-repeat;
	xbackground-position: 8px 9px;
	display: block;
	padding: 5px 5px 5px 20px;
	margin: 0;
	text-decoration: none;
	color: #43789D;
	border-bottom: 1px solid #CDDCF6;
	width: 170px;
	w\idth: 145px; /* hack for win ie 5.x */
}

#subnavlist2 li a:hover, #subnavlist2 li a.active:hover {
	xbackground: url(/.img/listpunkt_subnav.gif) no-repeat;
	xbackground-position: 8px 8px;
	background-color: #FAFBFD;
	color: #43789D;
}

#subnavlist2 li a.active {
	background: none;
	font-weight: bold;
	color: #43789D;
	background-color: #F9E8EA;
}

#subnavlist3 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F9F4F5;
}

#subnavlist3 li a, #subnavlist3 li a:link {
	background: none;
	display: block;
	padding: 5px 5px 5px 28px;
	margin: 0;
	text-decoration: none;
	color: #43789D;
	border-bottom: 1px solid #CDDCF6;
	width: 157px;
	w\idth: 137px; /* hack for win ie 5.x */
}

#subnavlist3 li a:hover, #subnavlist3 li a.active:hover {
	background-color: #FAFBFD;
	color: #43789D;
}

#subnavlist3 li a.active {
	background: none;
	font-weight: bold;
	color: #43789D;
	background-color: #F9F4F5;
}


/* mailformular */

#content .mailformtable {
	font-size: 101%;
	margin: 0 0 1em;
	width: 99%;
	}

#content .mailformtable td {
	vertical-align: top;
	padding: 4px;
	margin: 0;
	}
	
#content .mailformtable th {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	margin: 0;
	}

.formnook {
	color: #D72F4D;

}


/* uploads
 ----------------------------------------------- */


table.csc-uploads {
width: 380px;
margin: 0;
padding: 0;
}

table.csc-uploads td {
vertical-align: top;
padding: 2px 4px 2px 2px;
}

table.csc-uploads .csc-uploads-fileSize p {
margin: 0; padding: 0;
width: 5em;
}


table.csc-uploads .csc-uploads-fileName p {
margin: 0; padding: 0;
}


/* sitemap */

.sm-rubriklink {
	background-color: #ececec; 
	display: block; 
	padding: .2em 0 .3em .6em;
	font-weight: bold;
}

#content li.sm-rubriklist {
	background-image: none;
	margin-left: -22px;
}


/* extras
 ----------------------------------------------- */
.tx_indexedsearch {
margin: 0;
padding: 0;
}

.dmail_error {
	font-weight: bold;
	color: #FF0000;
}


.small {
	font-size: 86%;
}

.required {

}

p.requiredinfo {

}

span.required {
	color: #D72F4D;
	font-weight: bold;
}

p.requiredinfo {
	margin: 1em;
	font-size: .8em;
	font-weight: bold;
}

.external {
	background: url(../img/externerlink.gif) 0 4px no-repeat;
	padding-left: 12px;
	display: inline;
}


.minheight {
	height: 400px;
	float: right;
	width: 1px;
}

.break {
	clear: both;
}