@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 YAML Builder */

#page_margins { 
	width: 1001px;
	margin: 0 auto;
}

#col1 { 
	float: right;
	width: 280px;
}

#col3 { 
	margin: 0 280px 0 30px;
	padding: 2em;
}

#col1_content { 
	padding: 2em;
	margin-right: 30px;
	margin-left: 5px;
}

#col3_content { 
	width: 100%;
	float: left;
	margin-bottom: 1em;
	min-height: 30em;
}
#main { 
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background: white url(images/bg-main.gif) no-repeat 30px 25px;
	float: left;
	margin: 0;
	padding: 0;
}
#main_content {
	float: left;
	margin: 25px 0;
	width: 999px;
	background:url(images/bg-content.gif) no-repeat 30px bottom;
}

#one #col1 { 
	display: none;
}
#one #main { 
	background: white;
}
#one #col3 {
	margin-right: 30px;
	border-top: 1px solid #ccc;
}

#one #main_content { 
	background: url(images/bg-border.gif) no-repeat 30px bottom;
}

/* @end */

/* @group Layout: Breite, Hintergrund, Rahmen */

body { 
	margin-top: 30px;
	font-family: geneva, arial, helvetica, serif;
	font-size: 80%;
	color: #666;
	background: url(images/bg-body.gif) repeat;
}

#header { 
	height: 102px;
	background: #666;
}
#headercontent { 
	padding: 1px 0 0 1px;
}

#header a { 
	height: 101px;
	width: 999px;
	display: block;
	background: url(images/header.gif) no-repeat left bottom;
}

#header a span, #header h1, #header h2 { 
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* @end */

/* @group Hauptnavigation */

/* @group Allgemeine Einstellungen */

#nav_main { 
	width: 999px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	position: relative;
	float: left;
	z-index: 20;
	font-size: 12px;
	background: #ffcc00;
	float: left;
}

ul#nav { 
	border-top: 5px solid #ffcc00;
	position: relative;
	z-index: 200;
	line-height: 1;
	list-style: none;
	top: 0;
	left: 0px;
	float: left;
	margin: 0;
}

ul#nav * { 
	list-style: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul#nav li { 
	float: left;
	position: relative;
	width: 110px;
	line-height: 0;
	text-align: left;
	background: #ffcc00;
	border-right: 1px solid #fff;
}

ul#nav a { 
	display: block;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 7px 5px 9px 5px;
	height: auto;
	line-height: 1;
	text-align: center;
}

/* @end */

/* @group 2. Level */

ul#nav li ul { 
	position: absolute;
	z-index: 200;
	left: -999em;
	background: url(images/bg-menu-ul.png) bottom left no-repeat;
	width: 120px;
	padding-bottom: 25px;
	height: auto;
}

ul#nav ul li { 
	width: 120px;
	background: url(images/bg-menu-li.gif) repeat-y;
	border: none;
	position: relative;
	float: left;
}

ul#nav li.last { 
	border-right-color: #ffcc00;
}

ul#nav ul a { 
	font-weight: normal;
	text-align: left;
	margin: 0 10px 0 1px;
	padding: 7px 5px 9px 5px;
	line-height: 1;
	position: relative;
}

/* @end */

/* @group Einblendungen */

ul#nav li:hover ul, ul#nav li.over ul { 
	left: auto;
}

/* @end */

/* @group Look & Feel */

ul#nav li:hover a, ul#nav li.over-look a { 
	color: #444;
}

ul#nav li:hover li a, ul#nav li.over-look li a { 
	color: #666;
}

ul#nav ul a:hover { 
	background-color: #ffe57f;
	color: #666666;
}

/* @end */

/* @end */

/* @group Footer */

#footer { 
	background: url(images/bg-footer.png) no-repeat 1px top;
	font-size: 9px;
	padding: 4px 0 30px 0;
	text-align: center;
}

#footer a { 
	color: #666;
	text-decoration: none;
}

#footer a:hover { 
	text-decoration: underline;
}

/* @end */

/* @group Formatierung der Inhaltsbereichs */

#main a { 
	color: #c8971d;
	text-decoration: none;
}

#main a:hover { 
	color: #DAA520;
	text-decoration: underline;
}

/* @group Überschriften */

/*h3,h4,h5 { 
	width: 100%;
}*/

h3 { 
	font-size: 1.3em;
	margin: 5em 0 .8em;
}
h4 { 
	font-size: 1.1em;
	margin: 2em 0 .5em;
}
h5 { 
	font-size: 1.0em;
	margin: 1.5em 0 .5em;
}


/* @end */

/* @group Klassen */
.csc-textpic-caption {
	font-style: italic;
	padding-bottom: 1em;
	font-size: 0.9em;
}

.hide, #hide {
	position: absolute;
	left: -1000em;
	top: -1000em;
	width: 1em;
}

.absolute-hide {
	display: none;
}

.wichtig {
	background-color: #fee;
	border: 1px #fcc solid;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

.hinweis {
	background-color: #eef;
	border: 1px #ccf solid;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

.red {
	color: #d23232;
}

/* @group TYPO3 */

.csc-firstHeader { 
	margin-top: 0em;
}
#main ul { 
	margin-left: 0px;
}

#main ul ul { 
	margin-left: 10px;
}

#main li { 
	list-style: square;
}
#main ul.csc-menu { 
	margin-left: 0;
}
.tr-even { 
}

.filelinks div { 
	padding-bottom: 3px;
}

/* @group Mailform */

legend { 
	padding: 0 10px;
	border: 0;
}

label { 
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

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;
}
textarea {
	font-family: geneva, arial, helvetica, serif;
	font-size: 1em;
}

.mf-check, .mf-radio, .mf-select { 
	border: 0;
}

.mf-submit { 
	margin-top: 1em;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
}

/* @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 */

/* @end */

/* @end */

}
