@charset "UTF-8";

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/slim_base.css);
/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003.css);
 
@media all {

/* @group Dynamisch */

#header { 
	position: relative;
	z-index: 2;
	height: 308px;
	background: #4d5d6d;
	margin: 0;
	padding: 0;
}


/* @end */

/* @group Randbereiche & Seitenhintergrund */

body { 
	font: 12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	background: url(images/bg-page.jpg) scroll center top;
}

/* @end */

/* @group Layout: Breite, Hintergrund, Rahmen */
#page {
	background: url(images/bg-header.jpg) repeat-x scroll center top;
}

#page_margins {
	width: 790px;
	margin: 0 auto;
	background: #4d5d6d url(images/bg-nav.jpg) repeat-y 1px top;
	border-bottom: #4d5d6d solid 1px;
}

#topnav {
	z-index: 0;
	width: 820px;
	left: 0;
	top: 0;
	height: 107px;
	background: url(images/header.jpg) no-repeat center top;
}
#main {
	background: url(images/bg-nav.jpg) repeat-y 1px top;
	margin: 30px 0;
	padding: 0;
	min-height: 500px;
}
#col1 {
	float: left;
	width: 210px;
	font-size: 12px;
}
#col3 { 
	width: auto;
	margin: 0 0 0 210px;
	color: #E6E6E6;
	font-size: 12px;
}
#col3_content {
	padding: 0 20px 0 10px;
	letter-spacing: 0.06em;
	line-height: 1.2em;
}
/* @end */

#header h1, #header h2, a#homelink span { 
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

a#homelink {
	z-index: 10;
	display: block;
	width: 500px;
	right: 0;
	top: 20px;
	height: 90px;
	position: absolute;
}
.hide { 
	position: absolute;
	width: 1px;
	height: 1px;
	left: -999em;
	top: -999em;
}
/* @group Navigation */

ul#nav ,ul#nav li, ul#nav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 0;
	font-size: 12px;
}
ul#nav ul ul { 
	font-size: 11px;
}
ul#nav li.spc { 
	line-height: 11px;
}
ul#nav a { 
	text-decoration: none;
	color: #E6E6E6;
	display: block;
	line-height: normal;
	padding: 4px 30px 4px 10px;
	overflow: hidden;
}
ul#nav a:hover { 
	text-decoration: none;
	background: url(images/nav-RO.jpg) repeat-y 1px;
}
ul#nav ul a { 
	padding-left: 30px;
}
ul#nav ul ul a { 
	padding-left: 50px;
}
ul#nav ul a.act {
	background: url(images/nav-act.jpg) repeat-y 1px;
}
ul#nav a.act:hover {
	background: url(images/nav-RO.jpg) repeat-y 1px;
}
ul#nav a.cur {
	background: url(images/nav-cur-NO.jpg) repeat-y 1px;
}

ul#nav a.curifsub, ul#nav a.actifsub  { 
	background: url(images/nav-RO.jpg) repeat-y 1px;
}
ul#nav ul a { 
	padding-left: 30px;
	background: url(images/nav-act.jpg) repeat-y 1px;
	
}
ul#nav ul ul a { 
	padding-left: 50px;
}


/* @end */

/* @group Footer */

#footer {
	margin: 5px 0 2em;
	color: #666;
	text-align: left;
	font-size: 10px;
	
}
#footer_content { 
	width: 790px;
	margin: 0 auto;
}
#footer a { 
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer p { 
	float: left;
}

#rootline {
	text-align: right;
	float: right;
}


/* @end */

/* @group Formatierung der Inhaltsbereichs */
#main a {
	color: #b4cbe7;
	text-decoration: none;
}
#main p { 
	margin-bottom: 1em;
}

#main a:hover {
	text-decoration: underline;
}

/*#col3_content a { 
	font-style: italic;
}*/

h3 { 
	margin: 1.5em 0 0.5em;
	font-size: 18px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: 0;
}
h4 { 
	margin: 1.5em 0 0.5em;
	font-size: 16px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: 0;
}
h5 { 
	margin: 1.5em 0 0.5em;
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	letter-spacing: 0;
}
.csc-textpic-caption { 
	text-align: right;
	font-style: italic;
	padding-bottom: 1em;
	padding-right: 0;
	font-size: 11px;
	font-weight: normal;
}
input, textarea {
	color: #b4cbe7;
	background: #4d5d6d;
	border: 1px solid #ccc;
	padding: 3px 5px;
	font: 12px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}
input.fokus, textarea.fokus { 
	color: black;
	border-color: #444;
	background: #d9e3ef;
}
label { 
	font-weight: normal;
	padding-bottom: 3px;
}



/* @end */

/* @group TYPO3 */

.tr-even { 
}

.filelinks div { 
	padding-bottom: 3px;
}

div.csc-textpic { 
	float: left;
}

/* @group Mailform */

legend { 
	padding: 0 10px;
	border: 0;
}

label { 
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
	font-size: 1em;
}

fieldset { 
	padding: 0;
	border: none;
	margin: 0;
}

.formu { 
	width: 100%;
	padding: 0;
}

.radiolayout { 
	width: 100%;
	padding: 1em 0;
	line-height: 1.5em;
}

.checklayout { 
	padding: 0 0 1em 0;
}

.mf-text, .mf-input { 
	margin-bottom: 5px;
	width: 300px;
}

.mf-check, .mf-radio, .mf-select { 
	border: 0;
}

#main input.mf-submit { 
	margin-top: 1em !important;
	color: #222;
	background-color: #d9e3ef;
	border: 1px solid #444 !important;
	padding: 3px 1em !important;
	font-style: normal !important;
}

/* @end */

/* @group Suchresultat */

.tx-indexedsearch input.sword { 
	width: 150px;
}

.tx-indexedsearch ul.browsebox { 
	margin: 1em 0 1em 0;
	padding: 0;
}

.tx-indexedsearch ul.browsebox li { 
	display: inline;
	margin-right: 2em;
	margin-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { 
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults { 
	text-align: center;
	font-weight: bold;
}

.csc-sword, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color: #AC1715;
	font-weight: bold;
}

.suchbox label { 
	margin: .5em 1em 0 0;
}

.suchresultat { 
	display: block;
	border-top: #555 1px solid;
	padding: 0em;
	margin-bottom: 1em;
	width: 500px;
}

.suchresultat .noResume { 
	color: #666666;
}

.suchresultat  h3 { 
	width: 100%;
}

.suchresultat  h3 img { 
	float: right;
}

.suchresultat  p { 
	width: 100%;
}

/* @end */

/* @end */

}