@charset "utf-8";
body, html {
	height: 100.1%;
	text-align: center;
	font-family: Verdana;
	font-size: 12pt;
	color: #0a326e;
}
*{
	margin: 0;
	padding: 0;
}

#container {
	width: 990px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
/*	height: 270px;*/
	margin: 0px;
	padding: 0px;

}
.header-image {
	background-color: #d2e4ff;
}

#header-unten {
	background-image: url(../images/header_unten_schrift.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin: 0;
	padding: 0;
}
#linke-spalte {
	width: 220px;
	float: left;
	margin-top: 7px;
	clear: left;
}
#mitte-spalte {
	width: 733px;
	float: right;
	padding-left: 20px;
}
#mitte-spalte-mitte {
	width: 500px;
	float: right;
}


#rechte-spalte {
	width: 220px;
	margin-top: 7px;
	float: right;
	margin-left: 25px;
}

.links-spalte-kopf {
	background-image: url(../images/left_nav_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}
.links-spalte-kopf-bild {
	background-image: url(../images/left_bildbox_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 78px;
}

.links-spalte-content {
	background-image: url(../images/left_nav_mitte.gif);
	background-repeat: repeat-y;
	background-position: right top;

}
.links-content {
	padding: 0 5px 0 30px;
}
.links-content ul {
	margin-top: -5px;
}
.links-spalte-unten {
	background-image: url(../images/left_nav_unten.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 75px;
	padding-top: 35px;
}
.rechts-spalte-kopf-bild {
	background-image: url(../images/right_nav_oben.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}

.rechts-spalte-content {
	font-size: 10pt;
	background-image: url(../images/right_nav_mitte.gif);
	background-repeat: repeat-y;
	background-position: right top;
/*	height: 65px;*/
}
.rechts-content {
	padding: 0 25px 0 15px;
}
a.rechts-content {
	color: #0a326e;
}
.rechts-spalte-unten {
	background-image: url(../images/right_nav_unten.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 75px;
	padding-top: 35px;
}

.mitte-spalte-kopf {
	background-image: url(../images/content_kopf_unterseite.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 733px;
}
.mitte-spalte-content {
	background-image: url(../images/content_mitte_unterseite.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 733px;

}
.mitte-spalte-unten {
	background-image: url(../images/content_unten_unterseite.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	width: 733px;
}

.mitte-spalte-kopf-mitte {
	background-image: url(../images/content_kopf_startseite.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 500px;
}
.mitte-spalte-content-mitte {
	background-image: url(../images/content_mitte_startseite.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 500px;

}
.mitte-spalte-unten-mitte {
	background-image: url(../images/content_unten_startseite.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	width: 500px;
}




.mitte-content {
	padding: 0 10px 0 20px;
}
.clearer {
	clear: both;
	float: none;
}
#footer {
	background-color: #D2E4FF;
	width: 990px;
	margin-top: 20px;
	line-height: 40px;
	margin-bottom: 0px;
	text-align: center;
}
.abstand-unten {
	height: 40px;
}


/* -----------Formatierung Allgemein----------- */

a, a img, img a {
        color: #000;
        text-decoration: none;
        border: none;
}
a:visited {
        color:#000;
        text-decoration: none;
}
a:hover {
        color: #000;
        text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
        text-transform:none;
        font-weight: bold;
        margin-top: 0;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
	text-align: left;
}

h1, h2 {
	background-image: url(../images/ueberschrift-hg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;


}
h1 {
        padding-top: 0px;
        font-size: 18pt;
        color: #0a326e;


}
#linke-spalte h1 {
	font-size: 11pt;
	text-align: center;
}
}
#linke-spalte h2 {
	font-size: 10pt;
	text-align: center;
}
h2 {
        font-size: 16pt;
}
h3 {
        font-size: 14pt;
}
h4 {
        font-size: 13pt;
        padding:0px;
}
h5 {
        font-size: 12pt;
        padding:0px;
}
h6 {
        font-size: 11pt;
        padding:0px;
}
em {
        font-weight: bold;
}
strong {
        color: #0a326e;
}
b {
        font-weight: bold;
}
code {
        color: #333;
}
p, pre, p.bodytext {
        padding: 5px 15px 5px 0px;
        margin:0;
}
p.bodytext a img {
        border: 1px none #fff;
}
p.bodytext a:hover img {
        border: 1px none #fff;
}
ul, ol {
        margin: 0px 0px 0px 20px;
        padding: 0px;
        color: #0a326e;
}
li {
        margin-top: 5px;
        color: #000;
}
td {
	padding-left: 5px;
}
/*Links*/
.external-link-new-window, .external-link-new-window img, .external-link-new-window img a,
.external-link, .external-link img, .external-link img a,
.internal-link-new-window, .internal-link-new-window img, .internal-link-new-window img a,
.internal-link, .internal-link img, .internal-link img a,
.download, .download img, .download img a,
.mail, .mail img, .mail img a {
        border: none #efefef;
        text-decoration: none;
        margin-right: 5px;
}
.csc-sitemap ul li a {
        color: #0a326e;
}
/*
.csc-textpic-image {
        padding: 5px;

}
.csc-textpic-imagerow {
        margin-top: 10px;
        margin-bottom: 10px;
}
*/

#nav, #nav ul {
        padding: 0; /*same as height. This will center your text verticaly*/
        text-decoration: none;
        height: 30px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        list-style: none;
        padding-left: 5px;
        text-align: left;
        font-size: 13px;
}

#nav a {
        display: block;
        width: 90px;
        color: #fff;
        text-decoration: none;
        background-color: #eab90b;
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 0;
        padding-left: 5px;
        line-height: 25px;
}
#nav a:hover {
        color: #0a326e;
}
#nav ul ul li.menuparent {
        background-image: url(../images/arrow.gif);
        background-repeat: no-repeat;
        background-position: right center;
        margin-right: 15px;
}


#nav li {
        float: left;
        padding: 0;
        width: auto;
        margin-right: 10px;
}

#nav li ul {
        position: absolute;
        left: -999em;
        height: auto;
        width: 90px;
        font-weight: normal;
        margin: 0 0 0 -1px;
        background-color: #EAB90B;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-color: #0a326e;
        border-bottom-color: #0a326e;
        border-left-color: #0a326e;
}
#nav ul li.menuparent ul li a {
        line-height: 15px;
        height: 20px;
        font-size: 12px;
        padding-left: 0px;

}
#nav li li {
        width: 90px;


}

#nav li ul a {
        height: 20px;
        width: auto;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 10px;

}

#nav li ul ul {
        margin: -1em 0 0 90px;
        border: 1px solid #ccc;
        padding-left: 5px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
        left: auto;

}

#nav li:hover, #nav li.sfhover {
        background: #666;

}

/*Ende Links*/
ul .start, ul .start-aktiv, ul .sub, ul .sub-aktiv, ul .sub1, ul .sub1-aktiv {
	list-style:none;
	margin:0px;
	font-size: 10px;
	margin-left: -20px;
}
ul .sub1, ul .sub1-aktiv {
	margin-left: 0px;
}
ul li .start, ul li .start-aktiv, ul li .sub, ul li .sub-aktiv {
	margin-bottom: 0px;
	margin-top: 0px;

}

ul li.start a {
	display: block;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 11pt;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/nav-normal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}
ul li.start a:hover {
	background-image: url(../images/nav-mouse-over.gif);
}
ul li.start-aktiv a {
	display: block;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 11pt;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/nav-aktiv.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}
ul li.start a:hover, ul li.start-aktiv a:hover {
	color: #000;
}
ul li.start-aktiv ul li.sub a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: none;
	margin: 0px;
	line-height: 20px;
	height: 20px;
}
ul li.start-aktiv ul li.sub-aktiv a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: none;
	margin: 0px;
	line-height: 20px;
	height: 20px;
}
li.sub-aktiv a {
	color: #000;
}
.csc-textpic-imagewrap {
	clear: right;
}
.rahmen50links {
	float: left;
	width: 48%;
}
.rahmen50rechts {
	float: left;
	clear: right;
	width: 48%;
}
.clear {
	clear: both;
	height: 10px;
}
.contentinhalt-links {
	width: 48%;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
}
.contentinhalt-rechts{
	width: 50%;
	float: right;
}

.contentinhalt-rechts h1 {
	width: 240px;
        font-weight: normal;
	font-size: 10pt;
	clear: none;
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
}

