/****PAGE GRUNDBEREICH**********************************************************/   
body {
    color: black; 
	 background-color: #EAEAEA;
    font-size: 100.00%;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    margin: 0; 
	 padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	 overflow:-moz-scrollbars-vertical;
  }

#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    padding: 10px;
	 padding-bottom: 0px;
 	 margin-top: 20px;
	 margin-bottom: 5px;
    border: 1px solid silver;
	 background-color: #FFF;
  }

/* mit korrekte Reihenfolge der A-Tags  */
a:link    { color: #055927; }    /* noch nicht besuchter Link */
a:visited { color: #055927; }   /* schon besuchter Link   */   
a:hover   { color: #055927; 
				text-decoration: none; } /* Benutzer 'hovert'     */    
a:active  { color: #055927 }   /* Link wird ausgewählt   */   


  
/********************************************************************************/ 

  
  
  




/****HEADER BEREICH*************************************************************/
#header{
	height: 100px;
	background-color: #fff;
}

#header .logo{
	float: left;
	width: 200px;
	height: 100%;
	/*background-color: #FFCC99;*/
}

#header .menuOben{
	float: right;
	width: 500px;
	height: 100px;
	/*background-color: #FFCC99;*/
	text-align: right;
}
#header .menuOben a {
   font-size: 0.8em;
	text-decoration: none;
}
#header .menuOben a:link, #header .menuOben a:visited  {
    color: black;
}
#header .menuOben a:hover{
    color: #FFCC66;
}
#header .menuOben a.active:link, #header .menuOben a.active:visited {
	color: #FFCC66;
	font-weight:  bold;
}


#header .slogan{
	float: right;
	width: 145px;
	height: 68px;
	color:	#5F3912;
	padding-top: 30px;
	
	font-weight: bold;
	text-align: center;
	border: 1px solid #5F3912;
	/*background: #CCCCCC;*/
}
#header .slogan h1{
   margin: 0px;
	padding: 0px;
	font-size: 1em;
}
/********************************************************************************/ 





/****SPRACHE BLOCK***************************************************************/   
#language {
   float: left;
	width: 175px;
	text-align: left;
	font-size: 1em;
	padding-left: 20px;
	padding-bottom: 20px;
}


/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#language ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.75em;
	 color: #FFFFFF;
}

#language li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht!!!*/  
	 color: #666666; 
}

#language a {
    display: inline;
	 text-decoration: none;
	 height: 100%;
	 color: #666666; 
	 font-weight: normal;
}

#language a:hover {
	text-decoration: underline;
	color: #055927;
	font-weight: normal;
}

#language a.active:link, #language a.active:visited {
	color: #055927;
	font-weight: bold;
}

#language .selected {
	font-weight: bold;
}
/********************************************************************************/


  

  
/****NAVIGATION BEREICH**********************************************************/   
#navigationarea {
	float: left;
	width: 190px;
	margin-top: 21px;
	padding-right: 10px;
}


#navigation{ 
	 /*width: 200px;  /*Content muss berechent werden width*/
    margin: 0; 
	 padding: 0;
    /*border: 0px dashed silver;*/
	 /*border-top: 1px solid #5F3912;*/
	 text-align: right;
}

/*Grundlayout-Definition*/
#navigation ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
	
	font-size: 0.9em;
	/*text-transform: uppercase;*/
}
#navigation li{
	 list-style: none;
	 display: inline; /* Damit IE keine Abstand mehr macht! */	 
}
#navigation a{
	display: block;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0px;
	border-bottom: 0px solid #DBDBDB;
}
#navigation ul li a:link, #navigation ul li a:visited  {
   background-color: transparent;
	color: #666666; 
	border-bottom: 1px solid #fff;
}
#navigation ul li a:hover  {
	color: #055927; /*#4985BF;  #195BA4*/
	background-color: transparent;
	border-left: 0px solid #CCCCCC;
	border-bottom: 1px solid #055927;
}
#navigation ul li a.active:link, #navigation ul li a.active:visited {
	color: #055927; /*#4985BF;  #195BA4*/
	/*background-color: #f5ce1b;    /*#d5d3cc;*/
	border-left: 10px solid #055927;
	border-bottom: 1px solid #055927;
}




/*Level 2*/
#navigation ul ul a { 
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 20px;
	 font-weight: normal;
	 font-size: 11px;	
}
#navigation ul ul li a:link, #navigation ul ul li a:visited  {
    color: black; 
	 background-color: #BDD7BD; 
	 border-bottom: 1px solid #fff;
	 /*border-right: 1px solid #055927;*/
}

#navigation ul ul li a:hover {
	border-bottom: 1px solid #666;
	background-color: #BDD7BD;
}

#navigation ul ul li a.active:link, #navigation ul ul li a.active:visited {
	background-color: #BDD7BD; 
	color: #000;
	padding-left: 5px;
	font-weight: bold;
	border-left: 0px solid #999999;
	border-bottom: 1px solid #fff;
}





/*Level 3*/
#navigation ul ul ul a { 
	 padding-left: 5px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 40px;
	 background-color: #66CCCC;
	 
	 font-weight: normal;
	 font-size: 10px;	
}
#navigation ul ul ul li a.active:link, #navigation ul ul ul li a.active:visited {
	background-color: #fff;
}
/********************************************************************************/ 
  

  
  
/****CONTENT BEREICH*************************************************************/ 
#contentarea {
   margin-top: 10px;
	float: left;
	width: 690px;
	border-left: 1px solid silver;
}
#contentMinHeight{
   float: left;
	height: 200px;
}
#content {
	float: left;
	/*
	 float: left;
	 width: 580px; /*Content muss berechent werden width
    padding: 0 1em;
    border: 1px dashed silver;*/
	 padding-top: 10px;
	 padding-left: 20px;
	 margin-left: 0px;
	 padding-bottom: 15px;
	 
}

/*Weiter Content-Styles siehe unten*/

/********************************************************************************/ 






/****FOOTER BEREICH*************************************************************/
#footer{
	height: 30px;
	
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	
	font-size: 0.7em;
	
	background-color: #fff;
	text-align: right;
	border-top: 1px solid silver;
}
/********************************************************************************/ 





/****FOOTER BEREICH*************************************************************/
#sponsoring{
	width: 920px;
	margin: 0 auto;
	
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	
	color: #999999;
	
	font-size: 0.7em;
	text-align: right;
}
#sponsoring a, #sponsoring a:hover, #sponsoring a:link {
	
	color: #999999;
	
}
/********************************************************************************/ 






/****SPEZIAL BEREICH*************************************************************/
.clear{
	clear: both;
	font-size: 1px;
}
.hide { display: none; }
/********************************************************************************/ 
























/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*
   Edited by Webtech AG/bz
*/


/***************************/
/* General element styles: */
/***************************/
#content H1, #content H2, #content H3, #content H4, #content H5, #content P, #content TD, #content UL, #content OL, #content BLOCKQUOTE, #content INPUT, #content TEXTAREA, #content SELECT { font-family: verdana, arial, helvetica; color: #000000; }
#content PRE { font-family: monospace; }
/*#content A { text-decoration: underline; }
#content A:hover { }*/
#content FORM { margin: 0px 0px 0px 0px;}
#content P,#content  PRE { margin: 0px 0px 0px 0px; }
#content P, #content TD, #content  UL, #content  OL { font-size: 12px; }
#content INPUT, #content TEXTAREA, #content SELECT { padding-left: 5px; font-size: 11px; }


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
#content P.csc-linkToTop { text-align: right; }
#content P.csc-linkToTop A { font-weight: bold; }

#content DIV.csc-frame { border: 0px; }
#content DIV.csc-frame-invisible {}
#content DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
#content DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
#content DIV.csc-frame-indent { padding-left: 100px; }
#content DIV.csc-frame-indent3366 { padding-left: 33%; }
#content DIV.csc-frame-indent6633 { padding-right: 33%; }
#content DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
#content DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

#content DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
#content DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
				
/******************/
/* Headers, plain */
/******************/
#content H1 { font-size: 20px; color: #5F3912; }
#content H2 { font-size: 18px; color: #5F3912; }
#content H3 { font-size: 16px; color: #5F3912; }
#content H4 { font-size: 14px; color: #5F3912; }
#content H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; }
#content H1 { margin-bottom: 10px; }
#content H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
#content H1 A, #content H2 A, #content H3 A, #content H4 A, #content H5 A { color: #5F3912; text-decoration: none; }
#content H2 A { color: #5F3912; }
#content H3 A { color: #5F3912; }
#content H4 A { color: #5F3912; }
#content H1 A:hover, #content H2 A:hover, #content H3 A:hover, #content H4 A:hover, #content H5 A:hover { text-decoration: underline; }

/* Header date */
#content P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
#content P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
#content P.csc-subheader-0 { font-style: normal; }
#content P.csc-subheader-1 { color: #186900; }
#content P.csc-subheader-2 { color: #10007B; }
#content P.csc-subheader-3 { color: #8A0020; }



/*******************/
/* RTE / Bodytext: */
/*******************/
#content P.bodytext { font-size: 12px; color: #000000; margin-bottom: 10px; }
#content P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
#content UL { margin-top: 0px;  }
#content UL UL LI { font-size: 10px; }
#content OL { margin-top: 0px; }
#content LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
#content TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; }
#content TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
#content TABLE.contenttable TR TD P.bodytext { font-size: 10px; margin-bottom: 0px; }
#content TABLE.contenttable TR { background-color: #EDEBF1; }



/**********/
/* Images */
/**********/

/* Images / Captions */
#content P.csc-caption { font-size: 11px; font-style: italic; }

/* Images / Tables / Floating text */
#content TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
#content TABLE.imgtext-nowrap { border: 0px; }
#content TABLE.imgtext-nowrap H1, #content TABLE.imgtext-nowrap H2, #content TABLE.imgtext-nowrap H3, #content TABLE.imgtext-nowrap H4, #content TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
#content UL.csc-bulletlist LI { font-size: 12px; }

/* Bulletlists, specifically */
#content UL.csc-bulletlist-0 { color: #000000; }
#content UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
#content UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
#content UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/
#content TABLE.contenttable P { font-size: 11px; }
#content TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
#content TABLE.contenttable-0 P { color: #000000; }

#content TABLE.contenttable-1 P { color: #186900; }
#content TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
#content TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
#content TABLE.contenttable-2 P { color: #10007B; }
#content TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
#content TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

#content TABLE.contenttable-3 P { color: #8A0020; }
#content TABLE.contenttable-3 TR TD.td-0, #content TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
#content TABLE.contenttable-3 TR TD.td-0 P, #content TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
#content TABLE.csc-uploads { border: 0px; }
#content TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
#content TABLE.csc-uploads TR TD { vertical-align : top; }
#content TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
#content TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
#content TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
#content TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
#content TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
#content TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
#content TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
#content TABLE.csc-uploads-1 { border-color: #186900; }

#content TABLE.csc-uploads-2 { border-color: #10007B; }

#content TABLE.csc-uploads-3 { border-color: #8A0020; }
#content TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
#content TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
#content TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
#content FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
#content FORM TABLE TR TD.csc-form-labelcell, #content FORM TABLE TR TD.csc-form-commentcell { background-color: #BDD7BD; }
#content FORM TABLE TR TD.csc-form-fieldcell { background-color: #DAEDDB; }
#content FORM TABLE TR TD.csc-form-fieldcell INPUT, #content FORM TABLE TR TD.csc-form-fieldcell SELECT, #content FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
#content FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
#content FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
#content FORM TABLE.csc-searchform { width: 100%; }
#content FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
#content FORM TABLE.csc-searchform TR TD.csc-form-labelcell, #content FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
#content FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, #content FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
#content FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
#content TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
#content TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
#content TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
#content TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
#content TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
#content H3.csc-searchResultHeader A { color: #186900; }
#content H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
#content P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
#content SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
#content DIV.csc-menu { margin-left: 10px; }
#content DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #EDEBF1; }
#content DIV.csc-menu P A { color: #000000; text-decoration: none; }
#content DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
#content DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
#content DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
#content DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
#content DIV.csc-menu-2 { }
#content DIV.csc-menu-2 P.csc-sitemap { }
#content DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
#content DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
#content DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
#content DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
#content DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
#content DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
#content DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
#content DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
#content DIV.csc-menu-3 { }
#content DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
#content DIV.csc-menu-3 P.csc-section A { color: #186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
#content DIV.csc-menu-4 { }
#content DIV.csc-menu-4 P { margin-top: 2px; }
#content DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
#content DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
#content DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
#content DIV.csc-menu-7 { }
#content DIV.csc-menu-7 P { font-weight: bold; }
#content DIV.csc-menu-7 P.csc-section A { color: #186900; }




/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/






