@charset "iso-8859-2";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	font-size: 100.1%
}
body{
	/* min-width: 800px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #ffffff;
}
p {
	color: black;
	background-color: #ffffff;
}
a {
	color: black;
}
a:hover {
	color: #ca0551;
}
.clearer {
	clear:both;
	height: 0px;
	width: 0px;
	line-height: 0px;
}

/* Seite */
#seite {
	background-image: url(media/shadow_menue.gif);
	background-repeat: repeat-y;
	background-position: 0px -5px;
	/* nötig, damit die Fensterbreite nich zu weit schrumpfen kann */
	min-width: 1000px;
}

/* Kopfbereich */
#head {
	background-image: url(media/head_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #c9d5df;
	height:205px;
}
#head_logo {
	height: 110px;
	width: 323px;
	background-image: url(media/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#head_logo a{
	line-height: 100px;
	width: 323px;
	text-decoration:none;
}
#head_logo a span{
	height: 100px;
	width: 323px;
	display:block;
}
#linie {
	background-image: url("media/menuelinie.gif");
	background-repeat: repeat-x;
	background-color: #ca0551;
	/* width: 100%; */
	height: 1.6em;
}
#headabschluss {
	background-image:url(media/main_head_shadow.gif);
	background-repeat: repeat-x;
	height: 50px;
	width:100%;
}
#flaeche {
	height:50px;
	width: 160px;
	float:left;
	background-image: url(media/submenue_head.gif);
	background-repeat: no-repeat;
}
#corner {
	height: 50px;
	width: 50px;
	background-image: url(media/main_corner.gif);
	background-repeat: no-repeat;
	float:left;
}

/* Breadcrumb Nav */
#breadcrumbnav {
	float:left;
	padding-top: 15px;
}
#breadcrumbnav a {
	color: #ca0551;
	text-decoration: underline;
}
#breadcrumbnav a:hover {
	color: #000000;
	text-decoration: underline;
}

/* suchformular */
#searchbox {
	float:right;
	color: #ffffff;
}


/* static Menu */
#staticnav {
	float:right;
	color:#ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-right: 10px;
}
#staticnav a {
	color:#ffffff;
	text-decoration:none;
}
#staticnav a:hover {
	color:#000000;
	text-decoration:none;
}


/* Menu1 */
#menue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	width: 100%;
	height: 26px;
	padding-top: 0.1em;
}
#menue ul {
	list-style-type: none;
	font-variant: small-caps;
}
#menue ul li {
	display: inline;
	float: left;
}
#menue ul li a {
	color: #ffffff;
	text-decoration: none;
	background-image: url("media/tabs.gif");
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	width: 115px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
}
#menue ul li a:hover {
	color: #ffffff;
	background-position: 0 -26px
}
#menue ul li#active a {
	color: #24327b;
	background-position: 0 -26px;
}



/* Linke Seite mit Untermenue*/
#sideleft {
	float: left;
	width: 170px;
	margin-top:20px;
}
#submenue ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 0px;
}
#submenue li {
	height: 33px;
	width: 170px;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 0px;
}
#submenue a {
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	height: 23px;
	width: 145px;
	background-image: url(media/sub_bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	font-size: 11px;
}
#submenue a:hover {
	background-position: 0px -27px;
}
#submenue li#active a {
	background-position: 0px -27px;
}
li#sub_head {
	height: 0px;
}


/* Inhaltsbereich */
#content {
	padding-left: 210px;
	padding-right: 265px;
	/*
	margin-left: 210px;
	margin-right: 290px;
	*/
}
#content ul{
}
#content li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(media/li-dot.gif);
	line-height: 1.3em;
	/*letter-spacing: 0.1em;*/
	margin-left: 1em;
	margin-top:0.5em;
	margin-bottom:0.5em;	
}
#content h1 {
	color: #ca0551;
	font-size: 1.6em;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ca0551;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#content h2 {
	color: #ca0551;
	font-size: 1.2em;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h3 {
	color: #ca0551;
	font-size: 1em;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

#content hr {
	background-color: #ca0551;
	margin-bottom: 2em;
	height: 3px;
	border-width: 0;
}
#content p {
	line-height: 1.3em;
	/*letter-spacing: 0.1em;*/
	margin-bottom: 1em;
}

/* rechte Seite Newsbereich */
#sideright {
	float:right;
	width: 210px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 5px;
	color: #4b5054;
	margin-top: 10px;
}
#sideright h1 {
	color: #4b5054;
	font-size: 1.1em;
	font-weight: bolder;
	/*letter-spacing: 0.1em;*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4b5054;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#sideright hr {
	background-color: #4b5054;
	margin-bottom: 1em;
	height: 3px;
	border-width: 0;
}
#sideright p {
	line-height: 1.3em;
	/*letter-spacing: 0.1em;*/
	font-size: 0.8em;
	margin-bottom: 1em;
}

/* Fußzeile */
#footer {
	font-size: 9px;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 0px;
	padding-bottom: 0em;
	position: relative;
	height: 3em;
	margin-top: 2em;
	margin-left: 170px;
}
#footer a {
	color:#ca0551;
}

/* Abschluss der Seite für NavBereich */
#abschluss {
	background-image: url(media/abschluss_shadow.gif);
	background-repeat:repeat-x;
	height: 50px;
	width: 170px;
	
}
/*--------------Bild--------------*/
dl.Bild {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;
	margin-right: 0px;
	padding: 0;
}
dl.Bild dd {
	font-style: italic;
	margin-left: 0;
}
/*#content img {
	border: solid 1px #4b5054;
}*/


/*-------- CSC-Mailform ----------*/
.csc-mailform {
	border: none;
}
.csc-mailform-field label {
	float:left;
	text-align:right;
	width: 8em;
	margin-right: 1em;
}
.csc-mailform-field input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ca0551;
	margin-top: 3px;
	margin-bottom: 3px;
}
.csc-mailform-field textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ca0551;
	margin-top: 3px;
	margin-bottom: 3px;
}
.csc-mailform-field #mailformformtype_mail{
	float:left;
	margin-left: 9em;
	margin-right: 1em;
	padding: 0.1em;
}
.csc-mailform-field #mailformformtype_reset{
	float:left;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.1em;
}


/* ----- CSC-Sitemap --- */
#content .csc-sitemap ul {
	list-style-type:none;
	list-style-image:none;
}

#content .csc-sitemap ul li {
	padding: 5px;
	margin: 3px;
	border: 1px dotted #ca0551;
	list-style-type:none;
	list-style-image:none;
}

/*-------csc-textpic---------------*/
dl.csc-textpic-image {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	/*float:right;*/
	margin-right: 0px;
	padding: 0;
}
dd.csc-textpic-caption{
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-left: 0;
	margin-bottom: 1em;
}



