/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "TYPO3 Template für YAML" (c) by Dieter Bunkerd (http://yaml.t3net.de) #############################
** # "Layout für YAML" (c) by Stefan Grothus (http://www.made-in-nature.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 22.10.06  
**  Datei       : seppel.css
**  Funktion    : Layout für das Template "Seppel". Es werden Zuweisungen in den Dateien content.css, basemod.css, nav_vlist.css und der jew. basemod_xx.css überschrieben. Sämtliche originalen CSS-Dateien sind unangetastet.
**
*/

@media all
{

/* Formatierung der Seite */
body { background:#CBC4BB url(../../img/layout/body_hintergrund.gif) repeat; border: none; padding: 20px 60px; height:100% }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ background:#EBE4C5 ; border:20px solid #323D30;  }
#page_margins {border:1px solid #2f392d;}

/* Formatierung der Kopfbereiches */
#header { height: 200px; color: #fff; background: #6D9966 url(../../img/layout/header_background.jpg) no-repeat right top; text-align: right;border:none; text-align:right; }
#header img {top:0px; left: 0px; display:block;}
/* Impressum ausblenden */
#header a {display:none;}
#banner { position:absolute; top:20px; right:0px; z-index:10; }
#banner img { display:none; }
#topnav { display:none;top:0px; }
.unsichtbar{position:absolute;left:-1000px;top:-1000px; width:0; height:0; overflow:hidden; display:inline;}

/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################
*/

#teaser { 
	margin: 0px; 

	background:none; 
	padding: .4em 0px; 
	color: #23080B; 
}

#teaser div {float:left; width: auto; margin-right: 1em; }
#teaser .block1 {padding:0.5em 0 0.4em 3em; font-size: 0.82em; }
#teaser .block1 a {color:#6D210F; text-decoration:none;}
#teaser .block1 a:hover {background:transparent;}
#teaser .block3 {width: 45%; padding-top:0.5em; font-size: 0.82em; }
#teaser .langMenu {float:right; padding-top:0.2em; margin-right:0;}
#teaser .selectFontSize {float:right; padding-top:0.4em; padding-right:1em;}
#teaser .selectFontSize a {color:#6D210F;text-decoration:none; border:none;}
#teaser .selectFontSize a:hover {background:transparent;}
#teaser .aktDatum {float:right; font-size: 0.82em; padding-top:0.5em; padding-right:1em;}

#teaser .block3 .title {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	display:block;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #C73C1B;  
	background:inherit;  
	margin: 0 0 0.5em 0; 
}

	#submain { text-align:right; clear: both; z-index: 70; padding:.5em 1.5em;background:none;  }
	#submain a.img {border: none;}
	#submain a:hover {background: inherit;}
	#submain img {margin-left: 10px;}
/* Formatierung der Fußzeile */
#footer { color:#23080B; background:#625835 url('../../img/layout/footer_hintergrund.jpg') no-repeat left top; margin:0px; padding-top: 0; border: none; padding: 0px 1em 1em 5px; line-height: 2em;}

#footer #footcol1 {width:150px; height:35px; right:0px;float: left; margin-top:0px;background:#625835 url('../../img/layout/footer_hintergrund.jpg') no-repeat right top}
.minlogo10 {margin-top: 25px;}
	#mintitle {position:relative;width:200px;height:40px; }
	#mintitle h6 {text-indent: -10000px;margin:0px; padding:0px; border: inherit}
	#mintitle h6 a {width:200px;height:40px;text-decoration:none;display:block;border: inherit;}
	#mintitle h6 a:hover {background:inherit;}
	#mintitle h6 a span {display: none;}

#footcol2 { width:400px; float:right; margin-right:10px; text-align:right;}
	#footcol2 ul,.headerline ul {  display: inline; white-space: nowrap; line-height: 1em;  margin:0;  padding:0px;  list-style:none;}
	#footcol2 li,.headerline li {  display: inline;  padding:2px 7px;  margin: 0;}
	#footcol2 a,.headerline a {  color:#fff;  text-transform: none;  text-decoration:none;  font-weight:normal;  padding:2px 7px;}
	/* Commented Backslash Hack
	   hides rule from IE5-Mac \*/
	#footcol2 a,.headerline a {float:none;}
	/* End IE5-Mac hack */
	#footcol2 a:hover,.headerline a:hover {text-decoration:none; border: none;background:#EBE4C5;color:#B36407; }
	#footcol2 #current,.headerline #currentheader { }
	#footcol2 #current a,.headerline #currentheader a {  background:#EBE4C5;color:#B36407;  font-weight:bold;}
	
	.pnavi,.tx-gsipagenav-pi1 {margin: .5em; background: #F0EED9; border: 10px solid #F6F6E9; text-align:center;}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background:none; padding: 0;	border:none; } 

/* linke Spalte */
#col1,#col2,#col3 {border:none;}
#col1_content { margin-left: 0px; margin-right: 0px; color: #23080B; background: none/*#E8DEB9*/; padding:10px 1em 10px 0px;border:none;}

#col2_content { margin-left: 0px; margin-right: 0px;color: #23080B;background: none;padding: 0px 1em;border: none; }
/* Rechte Spalte */


#col3_content { margin-left: 0px; margin-right: 11px;color: #23080B;background: none;padding:0px 1em;border: none; }

/* ######################################################################################################
** ### Hauptnavigation im Kopf der Seite ################################################
** ######################################################################################################
*/
#nav { 	float:left;
	margin: 0px;
    
	line-height:normal;
	border:none; width:100%;}
#nav_main {
background:#847a4f url('../../img/layout/navi_bg.jpg') no-repeat right top;
}

#nav_main ul {
	padding:0px;
	list-style:none;
	margin-top: 10px;
	
}

#nav_main li {
	display:inline;
	margin:0;
	padding:0;
}

#nav_main a {
	float:left;
	background:none;
	margin:0px 3px 0px 0px;
	font-weight:bold;
	padding:4px 5px;
border-bottom:1px solid #EBE4C5;
	color: #fff;
	text-decoration:none;
		border:none;

		text-align:center;
}

#nav_main a span {
background: transparent;
	border:none;
	color: #fff;
	padding: 0px; margin:0px; text-align:center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_main a span {float:none;}
/* End IE5-Mac hack */
#nav_main a:hover span {
background: transparent;
padding: 0px; margin:0px; text-align:center;
}

#nav_main #current a {
	background:#EBE4C5;
	padding:4px 5px;
	border:none;
	font-weight:bold;
	color:#B36407;

}

#nav_main #current a span {
	border:none;
	padding: 0px; margin:0px; text-align:center;
}

#nav_main a:hover {
	color:#B36407;
	font-weight:bold;
	background:#EBE4C5;
	border-bottom:none;

}

#nav_main a:hover span {
background: transparent;
border-bottom: none;
padding: 0px; margin:0px; text-align:center;
}




h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}
h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; display:block; font-weight:bold;}

h1 {font-size: 1.1em; color: #323D30;background: #EEEAD1;  margin:0.4em 0 0.5em 0;border: 1px dotted #E3D4A5; padding: .6em;}
h2 {font-size: 1.0em; color: #323D30;background: #EEEAD1;   margin:0.2em 0 0.5em 0; padding: .4em; margin-top: 1em;border: 1px dotted #E3D4A5; }
h3 {font-size: 1.0em; color: #323D30;background: #EEEAD1; margin:0.4em 0 0.3em 0; padding: .3em;border: 1px dotted #E3D4A5;}
h4 {font-size: 1.0em; color: #323D30;background: #EEEAD1; margin:0.4em 0 0.3em 0; padding: .2em;border: 1px dotted #E3D4A5;}


#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 1.5em;}
p { line-height: 1.5em; margin: 0 0 1em 0; }


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #6D210F solid; 
}

acronym, abbr {
	border-bottom: 1px dashed #CC7B00;
	cursor: help;
}

/*******************************************
* Vertikale Listennavigation
********************************************/
/*******************************************
* Vertikale Listennavigation
********************************************/
#col1_content h3 {
	margin:.4em 0 0 0;
	padding: 5px 10px; 
	border: 1px dotted #E3D4A5;
	color:#323D30;
	background-color:#EEEAD1;
}
#col1_content h3 img {
	margin-right:0.7em;
}
#col1_content .mainMenu {
	width: 100%;
	overflow: hidden;
	color:#fff;
	margin:0;
	padding:1em 0 0 0;
    border-top: none; 
/*	border-top: 1px #ccc solid; */
/*	border-bottom: 2px #aaa solid; */
}
#col1_content .mainMenu img {
	margin-right:0.7em;
}
#col1_content ul {
	width: 100%;
	overflow: hidden;
	margin: 0em 0 0em 0;
	list-style-type: none;
	border-top: none;
	border-bottom: none;
}
#col1_content ul a { display:block; text-decoration: none; }
#col1_content ul li { width: 100%; margin:2px 0px; padding: 0 }
#col1_content ul li strong {
background: #EEEAD1; 
color: #323D30;
font-weight:bold;
padding: 0px 10px 0px 10%;
margin: 1px 0px;
border: none;
display:block;
width:95%;
height:1%;
}
#col1_content ul li ul li strong {
	display:block;
	width: 95%;
	padding: 0px 0px 0px 14%;
	background: #EEEAD1; 
	color:#323D30;
	font-weight: bold;
border: none;
}
#col1_content ul li ul li ul li strong {
	display:block;
	width: 95%;
	padding: 0px 0px 0px 21%;
	background: #EEEAD1; 
	color:#323D30;
	font-weight: bold;
border: none;
}
#col1_content ul li a {
text-decoration:none;
background: #323D30; 
color: #fff;
padding: 0px 10px 0px 10%;
margin: 1px 0px;
border: none;
display:block;
width:95%;
height:1%;
}
#col1_content ul li a:hover { background-color:#EBE4C5; color: #323D30; }
#col1_content ul li ul { list-style-type: none; margin:0; padding: 0; }
#col1_content ul li ul li { width: 100%; margin:0; padding:0; }
#col1_content ul li ul li a {
	width: 90%;
	padding: 0px 0px 0px 14%;
	background-color:#323D30;
	color: #fff;
	border: none;
}
#col1_content ul li ul li ul { list-style-type: none; margin:0; padding: 0; }
#col1_content ul li ul li ul li { width: 100%; margin:0; padding:0; }
#col1_content ul li ul li ul li a {
	width: 90%;
	padding: 0px 0px 0px 21%;
	background-color:#323D30;
	color: #fff;
	border: none;
}
#col1_content ul li ul li a:hover { background-color:#EBE4C5; color: #323D30; }
#col1_content ul li#title {
	width: 95%;
	padding: 3px 0px 3px 7%;
	font-weight: bold;
	color: #B1600F;
	background: none;
	border: none;
}



/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a, a em.file {color: #6D210F; text-decoration:none; border:none; }
a:hover {text-decoration:none;border:none; color:#323D30}

/*
#topnav a { color: #fff; background:transparent; text-decoration:none; }
#topnav a:hover{ text-decoration:underline; background-color: transparent;}

#footer a { color: #6D210F; text-decoration:none;border-bottom:1px dotted #6D210F; }
#footer a:hover {border-bottom:2px solid #9C9C9C; color:#9C9C9C; background:none; }*/

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}
/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; margin-bottom: 0.5em; }

form {overflow:hidden;}

input, textarea {
    width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

/* +Bewerbungsformular
............................................... */

form p {
    line-height:130%;
    font: normal 100%/1.4em  Verdana,Arial,Helvetica,sans-serif;
	color:#323D30;
    margin: 0.5em 0;
}

form, input, body {
    padding: 0;
    margin: 0;
}
fieldset {
    margin: 20px 0 10px 0;
    padding: 5px 10px;
    border: 1px solid #323D30;
    background-color: #F2F2E1;
}
label {
    font-weight:bold;
    color: #497C42;
}
legend {
    background-color: #323D30;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #d0d0d0;
    margin: 0 0 10px 0;
    font-weight: bold;
    display : block;
}
input {
    background-color: #fff;
    border: 1px solid #000000;
    width: 18em;
    padding: 2px;
    margin: 3px 0 9px 0;
}
input.btn {
    width: 14em;
    margin: 3px 3px 9px 0;
}
input.send {
    background-color: #fff;
    border-style: groove;
    width: 12em;
    margin: 3px 3px 9px 0;
}
input.rund {
    width: 1em;
    margin: 3px;
}
textarea {
    background-color: #fff;
    border: 1px solid #000000;
    width: 25em;
    padding: 2px;
    margin: 3px 0 9px 0;
}

/* ######################################################################################################
** ### Spezielle Formatanweisungen des YAML-Standard-Layouts ############################################
** ######################################################################################################
*/

/* ###  Textformatierungen ################################################################## */

/* Beispieldateien */
p.demo { background-color: #fee; border: 1px #fcc solid; padding: 6px; margin-bottom: 0.5em; }

/* Navigation am Seitenende */
p.navlink { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.navlink a { color: #353;}
p.navlink a:hover { font-weight: bold; background: transparent; }

blockquote { 
	color: #222; 
	background: #f8f8f8; 	
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}

/* Ungeordnete Listen ohne Listenpunkt */ 
ul.linklist { list-style-type: none; margin: 0 0 1em 0; }
ul.linklist li { margin: 0 0 1em 0; }

/* Auszeichnungen für Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}

em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}

pre, code {
	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}

code.css { 
	background-image: url(../../img/bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

code.xhtml { 
	background-image: url(../../img/bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

code.typoscript { 
	background-image: url(../../img/bg_ts.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* ### Tabellen ################################################################## */

table.bugs { margin-bottom: 1em; margin-top: 0.5em; width:100%; }
table.bugs th { 
	background: #fff; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}

table.bugs td {
	background: #f0f0f4; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}

/* ### Download-Box ################################################################## */

.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}

.bluebox p { padding: 0px 8px 0 8px; }

a.dl_link {
	display: block;
	padding: 0;
	margin: 0.5em auto 0 auto;
	background-image: none;
}

a.dl_link:hover { text-decoration: none; background-color: transparent; }


}
/*******************************************
* Styles für Typo3 (RTE)
********************************************/
input, textarea {
	margin-left: 1em;
  width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
  background: #fafafa;
	padding: 2px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}
img {
	border: 0;
}
p.csc-linkToTop {
	text-align: right;
}
span.mono { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}
span.file { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 14px;
	color: #000088;
	background: transparent url('../../img/icons/file.gif') no-repeat left;
}

span.directory { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 15px;
	color: #000088;
	background: transparent url('../../img/icons/dir.gif') no-repeat left;
}
p.smalltext {
	font-size: 0.9em;
}
p.redbox { color:#000; background-color:#fee; border:1px #fcc solid; padding:6px; margin-bottom: 0.5em; }
p.greenbox { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.greenbox a { color: #353;}
p.greenbox a:hover { background: transparent; }
p.box {
	display: block;
	font-size: 1em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.code {
	display: block;
	margin: 0 0 1em 1em;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}

p.featurebox {
	background-image: url(../../img/featurebox_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:#f4f4f4;
	border-top:3px solid #B3B3B3;
	padding:1.5em;
}
p.csc-form-label-req {
	font-weight: bold;
}
.csc-caption {
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 2px;
}
/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-style: italic;
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 0;
}

.csc-textpic:after {    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;}

.csc-textpic {display: inline-table;} /* Safari-Browser */

* html .csc-textpic { height: 1%; }
.csc-textpic { display: inline-block; } /* Safari-Browser */

.csc-textpic {background: #F0EED9; padding: .5em; margin: 7px 0; border:7px solid #F6F6E9;}

/*******************************************
* Styles für tt_news
********************************************/
.tx-ttnews-browsebox {
	text-align:center;
	padding:0;
	margin:1.2em 0 1em 0;
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {
	padding: 0 0.4em 0.4em 0;
	margin:0;
	background:transparent;
}

/* LATEST Ansicht */
.news-latest-item {
	margin-bottom: 1em;
}
.news-latest-item h3 {
	padding-top: 0;
}
.news-latest-item h3 a { text-decoration:none; }
.news-latest-item h3 a:hover { background:transparent;text-decoration:none; }
.news-latest-item img {
	padding-right: 1em;
	padding-top: 0.5em;
	float: left;
}
.news-latest-morelink {
  padding:1px;
    background:#f0f0f4;
	text-align:center;
}

/* LIST Ansicht */
.news-list-item {
	margin-bottom: 1em;
}
.news-list-item h3 {
	padding-top: 0;
}
.news-list-item h3 a { text-decoration:none; }
.news-list-item h3 a:hover { background:transparent; text-decoration:none;}
.news-list-item h3 span.news-list-date {
	color: #aaa;
	font-weight: normal;
}
.news-list-morelink {
  padding:1px;
   background:#f0f0f4;
	text-align:center;
}
.news-list-morelink a { color: #669;text-decoration:none;}
.news-list-morelink a:hover { background: transparent; text-decoration:none;}

/* SINGLE Ansicht */
.news-single-item h3 {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
.news-single-img {
	padding-right:15px;
	float:left;
}
.news-single-img p {
	padding:0;
	margin:0;
}
.news-single-timedata {
	color: #aaa;
	margin-bottom: 1em;
}
.news-list-category {
	color: #aaa;
}
.news-single-additional-info {
}
.news-single-additional-info dd {
	margin-top: -1em;
}
.news-single-additional-info dt {
	margin-bottom: 1.4em;
	color: #aaa;
}

/*******************************************
* Styles barrierefreies Menü
********************************************/
@media screen, print {
	#col1_content dfn, #col1_content .hidden {
	position: absolute;
	left: -1000em; 
	width: 20em;
	} }
