/* -----------------------------------------------------------  */
/* -------------------- Rahmen-Layout-Styles -----------------  */
/* -----------------------------------------------------------  */

body {
	font-size: .8em;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	text-align: center; /* horizontale Zentrierung für IE */
	background: url(../images/hg_seite.gif) repeat-y 50% 0px;
	color: #000000;
}

div#seite {
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 827px;
	background: #d9dadb;
}

div#header {
	height: 113px;
	background: url(../images/hg_header.gif) no-repeat;
}

div#navicontainer {
	background: #002f79;
}

div#content {
	background: ;
	width: 607px;
	float: left;
}

div#inhalt {
	margin: 0 0 0 95px;
	padding: 20px 0 20px 0;
	min-height: 280px;
	width: 485px;
}

div#container {
	width: 220px;
	float: right;
}

div#container-content {
	background: #b1b2b4;
	width: 180px;
	/*height: 250px;*/
	height: 25em;
	margin:  25px 0 25px 0px;
	padding: 20px 0 0 0;
}

div#veranstaltungen-news {
	border-top: 1px dashed #002f79;
}

div#suche {
	width: 160px;
	margin: 0 0 20px 10px;
}

div#footer {
	clear: both;
	background: url(../images/hg_footer.gif) no-repeat 0 10px #ffffff;
	height: 200px;
}




/* -----------------------------------------------------------  */
/* ------------------------ Die Navigation -------------------  */
/* -----------------------------------------------------------  */

#navicontainer { 
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	/*background-color: #002f79;*/
}

#navicontainer a { 
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*font-size: 1em;*/
	font-weight: bold;
	/* border-right: 1px solid #ffffff; */
}

#navicontainer ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
	position: relative;
	height: 22px;
	
}

#navicontainer li {
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*border: solid 1px;*/
	/*background-color: #002f79;*/
	
	
}

/*1st level elements*/
#navicontainer ul {
	/* border-top: 1px solid #36c; */
	/* border-bottom: 1px solid #36c; */
	background-color: #002f79;
	padding: 0 0;
	margin-bottom: 2em;
}


#navicontainer ul a, #navicontainer ul a:link,
#navicontainer ul a:visited {
	/*border-right: 1px solid #ffffff;*/
	font-size: 1em;
	color: #97bf0d;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	background: url(../images/trennlinie_navi_1.gif) no-repeat 100% 0 #002f79;
}

#navicontainer ul a:hover, #navicontainer ul a:focus {
	/*border-right: 1px solid #ffffff;*/
	font-size: 1em;
	color: white;
	padding: 0 10px 0 10px;
	margin: 0;
	background: url(../images/trennlinie_navi_1.gif) no-repeat 100% 0 #97bf0d;
}

/*aktive Links*/
#navicontainer ul a#current, #navicontainer ul a#current:link,
#navicontainer ul a#current:visited { 
	font-weight: bold; 
}

/*Second and subsequent levels*/
#navicontainer ul ul {
	position: absolute;
	top: 22px;
	left: 0;
	width: 827px;
	border-top: none;
	background-color: #97bf0d;
	padding: 4px 0 0 0;
	margin: 0 0 0 0;
}

#navicontainer ul ul li { 
	display: inline;
}

#navicontainer ul ul a, #navicontainer ul ul a:link,
#navicontainer ul ul a:visited {
	font-size: 11px !important;
	color: #002f79;
	padding: 0 7px 0 7px;
	margin: 2px 0 0 0;
	background: url(../images/trennlinie_navi_2.gif) no-repeat 100% 0 #97bf0d;
}

#navicontainer ul ul a:hover, #navicontainer ul ul a:focus {
	font-size: 11px !important;
	color: #002f79;
	background: url(../images/trennlinie_navi_2.gif) no-repeat 100% 0 #ffffff;
}

/*aktive Links*/
#navicontainer ul ul a#subcurrent, #navicontainer ul ul a#subcurrent:link,
#navicontainer ul ul a#subcurrent:visited { 
	font-weight: bold; 
}

.e1a {
color: #ffffff !important;
	padding: 0 20px 0 20px !important;
	margin: 0 !important;
	background: url(../images/trennlinie_navi_1.gif) no-repeat 100% 0 #97bf0d !important;
}

.e2a {
	color: #002f79 !important;
	background: url(../images/trennlinie_navi_2.gif) no-repeat 100% 0 #ffffff !important;
}


/* -----------------------------------------------------------  */
/* ------------------------ Pseudo-Styles --------------------  */
/* -----------------------------------------------------------  */

div#kopfzeile a:link, div#kopfzeile a:visited,
div#kopfzeile a:hover, div#kopfzeile a:active {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

div#inhalt a:link, div#inhalt a:visited {
	color: #68820d;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_gruen.gif) no-repeat 0 3px;
	padding: 0 0 0.1em 1.4em;
	/*display: block;*/
	/*white-space: nowrap;*/
}

div#inhalt a:hover, div#inhalt a:active {
	color: #002f79 !important;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_blau.gif) no-repeat 0 3px;
	padding: 0 0 0.1em 1.4em;
}

div#veranstaltungen-news a:link, div#veranstaltungen-news a:visited {
	color: #68820d;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_gruen.gif) no-repeat 0 3px;
	padding: 0 0 0.1em 1.4em;
}

div#veranstaltungen-news a:hover, div#veranstaltungen-news a:active {
	color: #002f79 !important;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_blau.gif) no-repeat 0 3px;
	padding: 0 0 0.1em 1.4em;
}

.link_extra a:link, .link_extra a:visited {
	color: #68820d;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_gruen.gif) no-repeat 0 3px;
	padding: 0 0 0.1em 1.4em;
}

.link_extra a:hover, .link_extra a:active {
	color: #002f79 !important;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_blau.gif) no-repeat 0 3px;
	padding: 0 0 0.1em 1.4em;
}

.bildergalerie a:link, .bildergalerie a:visited,
.bildergalerie a:hover, .bildergalerie a:active {
	color: none !important;
	text-decoration: none;
	border: none !important;
	background: none !important;
	padding-left: 0 !important;
}

.sitemap-link {
	color: #002f79;
	text-decoration: none;
	border-bottom: dotted 1px;
	background: url(../images/link_icon_blau.gif) no-repeat 0 3px;
	padding: 0 0 1px 16px;
}



/* -----------------------------------------------------------  */
/* ------------------------ Bilder-Archiv --------------------  */
/* -----------------------------------------------------------  */

.bildergalerie {
	float: left;
	border-bottom: 1px dashed #002f79;
	margin: 0 0 20px 0;
}

.bildergalerie img {
	margin: 0 12px 0 0;
	border: 1px solid #002f79;
}

.bildergalerie p {
	font-size: .9em;
}


/* -----------------------------------------------------------  */
/* ------------------------ Format-Styles --------------------  */
/* -----------------------------------------------------------  */

h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	color: #002f79;
}

h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000000;
}

h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #002f79;
}



div#container h2 {
	font-size: 1.2em;
	margin: 0 0 .3em 10px;
	padding: 0;
	color: #002f79;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

div#container p {
	font-size: 1em;
	line-height: 1.3em !important;
	color: #000000 !important;
	margin-bottom: 1.2em !important;
}

div#inhalt strong {
	color: #002f79;
}

div#inhalt b {
	color: #002f79;
}

div#inhalt hr {
	display:block;
	height: 1px;
	border-top: 1px dashed #002f79;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 20px 0 -14px 0;
	padding: 0 0 0 0;
	clear: both;
}

* html div#inhalt hr {
	margin: 0px 0 -27px 0;
}

div#footer p {
	margin: 0 0 0 95px;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #002f79;
}

div#container p {
	margin: 0 0 0 10px;
	padding: 0;
	color: #ffffff !importent;
}

/* -----------------------------------------------------------  */
/* --------------------- Aufzählungen ------------------------  */
/* -----------------------------------------------------------  */

div#inhalt ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

div#inhalt ul li {
	display: block;
	background: #f1f1f2 url(../images/aufzaehlung_punkt_blau.gif) no-repeat .8em .65em;
	margin: 0 0 0.3em 0;
	padding: .3em 1em .3em 1.8em;
}

.aufzaehlung-jobs {
	margin: 1em 0 0 0 !important;
}

.aufzaehlung-jobs li {
	background: #e3e9f4 !important;
	padding: .3em 1em .3em 1em !important;
}


/* -----------------------------------------------------------  */
/* --------------------- Formulare ---------------------------  */
/* -----------------------------------------------------------  */

form {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	padding: 0 0 0 0;
}

.pform { /* Extra-Class für das p im Formular da die Vererbung von "div#inhalt p" kommt */
	font-size: 1em !important;
	margin: .5em 0 .5em .5em !important;
	padding: 0 !important;
}

legend {
	color: #ff0000;
	font-weight: bold;
}

fieldset {
	padding: .5em;
	border: 1px solid #003399;
	margin: 0 0 .5em 0;
}

fieldset#person input:focus, fieldset#betreffzeile input:focus {
	background-color: #ffffff;
	/* font-weight: bold; */
	border: 1px solid #003399;
}

fieldset#person input {
	font: 100% Arial, Helvetica, sans-serif;
	display: block;
	width: 16.8em;
	float: left;
	border: solid 1px #003399;
	margin: .4em 0 0 0;
	padding: 0.1em;
	background-color: #e3e9f4;
}

fieldset#person label {
	float: left;
	width: 6em;
	text-align: left;
	margin: .5em 0 .2em .5em;
	padding: 0;
}

form br {
	clear: left;
}

fieldset#betreffzeile input {
	font: 100% Arial, Helvetica, sans-serif;
	border: 1px solid #003399;
	margin: .5em 0 .5em .5em;
	padding: 0.1em;
	width: 23em;
	background-color: #e3e9f4;
}

.submit {
	background-color: #003399;
	border: 1px solid #003399;
	color: #ffffff;
	margin: 0 0 .5em .5em;
	cursor: pointer;
}

textarea:focus {
	background-color: #ffffff;
	border: 1px solid #003399;
}

textarea {
	font: 100% Arial, Helvetica, sans-serif;
	border: 1px solid #003399;
	margin: .5em 0 .5em .5em;
	padding: 0.1em;
	width: 23em;
	background-color: #e3e9f4;
}


/* -----------------------------------------------------------  */
/* ------------------------ Module-Styles --------------------  */
/* -----------------------------------------------------------  */


.label {
	font-size:11px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:rgb(0,0,0);
}


a.sitemap_level1 {
	display:block;
	border-bottom:1px solid #b4a8b4;
	color:rgb(217,104,28);
	font-weight:bold;
	padding: 2px 0 2px 20px !important;
	margin: 0 0 10px 0;
background: url(../images/link_icon_gruen.gif) no-repeat 3px 5px #eeeeef !important;
}

a.sitemap_level2 {
	color:rgb(62,77,116);
	display:block;
}

a.sitemap_level3 {
	color:rgb(190,190,190);
}

.sitemap_level2_container {
	/*float:left;*/
	/*width:200px;*/
	padding: 0 0 0 0;
margin: 0 0 2px 50px;
/*background: #ffffff;*/
}

.sitemap_level3_container {
	/*float:right;*/
	/*width:50%;*/
	/*padding-top:.3em;*/
}


.label_searchbox {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	color: #002f79;
}


.input_searchbox {
	font: 100% Arial, Helvetica, sans-serif;
	width: 130px;
	float: left;
	border: solid 1px #002f79;
	margin: 0 0 0 0;
	padding: .1em;
	background-color: #ffffff;
}

#searchbox img{
	margin: 0 0 0 -5px;
	padding: 0;
}

div#searchbox br {
	clear: left;
}



.hidden {
	display:none;
}