/****PAGE GRUNDBEREICH**********************************************************/   
body {
    color: #000; 
	 background-color: white;
    font-size: 100.00%;
    font-family: Arial, Helvetica, sans-serif;
	 
    margin: 0; 
	 padding: 0;
    /* text-align: center;  Zentrierung im Internet Explorer */
	 
	 background-image: url(/prog/img/bg.gif);
  }



/********************************************************************************/ 





/****KONFIG PAGE*****************************************************************/ 
#page {
    /* text-align: left;    Seiteninhalt wieder links ausrichten */
	 width: 840px;
	 margin: 0px auto;
	 margin-top: 10px;
    padding: 3px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 border: 1px solid #AAA2A2;
	 background-color: #fff;
  }
/********************************************************************************/   
  
  




/****HEADER BEREICH**************************************************************/ 
#headerarea{
	height: 227px;
	background-image: url(/prog/img/header-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0 0;
}
/********************************************************************************/ 





/****HILFSNAVIGATIONs BEREICH****************************************************/  
#hilfsnavigation{
 margin: 0px;
 padding: 2px;
 padding-left: 185px;
 padding-right: 5px;
 background-color: #017F40;
 color: #fff;
 font-size: 0.75em;
}
#hilfsnavigation a{
	text-decoration: none;
	color: #fff;
}
#hilfsnavigation a:hover{
	text-decoration: underline;
	color: #fff;
}

/********************************************************************************/ 




/****NAVIGATION BEREICH**********************************************************/  
#navigationarea{
	float: left;
	margin: 0; 
	margin-top: 15px;
	padding: 0;
	width: 170px;

	
}

#navigation{
   /*float: left;  		/* Muss da sein sonst ist die Navigation total verzogen NUR bei Mac */
	/*width: 100%;*/
   margin-left: 10px;
   margin-right: 10px;
	padding: 0px;
}


/* Grundlayout-Definition Level 1*/
#navigation ul{
   margin: 0px;
	padding: 0px;
   font-weight: bold;
	font-size: 0.8em;
}

#navigation li{
	 /*  margin-bottom: 1px; !important ; -->Bug zur Behebung Border -Bottom mit Styleswitcher einbinden falls noetig */
	 list-style: none;
	 display: inline; /* Damit IE keine Abstand mehr macht! */	 
}

#navigation a{
	display: block;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 100%;
	text-decoration: none;
	letter-spacing : 0.1em;
	font-weight: bold;
	font-size: 0.9em;
	
	border-bottom: 1px solid #DBDBDB;
}

#navigation ul li a:link, #navigation ul li a:visited  {
	color: #000000; 
}

#navigation ul li a.active:link, #navigation ul li a.active:visited, #navigation ul li a:hover  {
	color: #fff;
}


/* Level 2 */
#navigation ul ul{
   margin: 0px;
	padding: 0px;
   font-weight: normal;
	font-size: 0.95em;
}

#navigation ul ul a { 
	 display: block;
	 padding-left: 15px;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 letter-spacing : 0px;
	 font-weight: normal;
	 font-size: 0.95em;
	 
	 border-bottom: 1px solid #DBDBDB;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	 color: #000000; 
}

#navigation ul ul li a.active:link, #navigation ul ul li a.active:visited, #navigation ul ul li a:hover {
	color: #fff; 
}

/* Level 3 */
#navigation ul ul ul{
   margin: 0px;
	padding: 0px;
   font-weight: normal;
	font-size: 0.95em;
}

#navigation ul ul ul a {
	 display: block; 
	/* padding-left: 24px;*/
	 padding-top: 2px;
	 padding-bottom: 2px;
	 letter-spacing : 0px;
	 font-weight: normal;
	 font-size: 0.95em;	
	 
	 border-bottom: 1px solid #DBDBDB;
}

#navigation ul ul ul li a:link, #navigation ul ul ul li a:visited  {
	 color: #000000; 
}

#navigation ul ul ul li a.active:link, #navigation ul ul ul li a.active:visited, #navigation ul ul ul li a:hover {
	color: #fff;
	font-weight: bold;
}

/********************************************************************************/ 
  

  
  
  


  
/****CONTENT BEREICH  (KOPIE cms.css machen) ************************************/ 
#contentspacer{
	float: left;
	margin-left: 15px;
	height: 350px;  /*Minimale Pagehoehe*/
}

#contentarea{
	float: left;
	width: 655px;
	margin-left: 0px;
	margin-top: 20px;
}


#content {
    padding: 0px;
	 font-size: 0.75em;
}
#content h1 {
	 color: #006600;
    font-size: 1.3em;
    margin-top: 0px;
	 margin-bottom: 15px;
}
#content h2 {
	 color: #000;
    font-size: 1.0em;
    margin-top: 0px;
	 margin-bottom: 5px;
	 letter-spacing: 0.08em;
}

/*Dekativiere diese Styles*/
#content h3, #content h4, #content h5 {
	color: #000;
	font-size: 0em;
}

#content p {
    margin-top: 0px;
    margin-bottom: 10px;
}

#content b, #content strong{
	color: #000;
	font-weight: bold;
}


#content a{
	color: #f17279;   /*#EE0000*/
	text-decoration: none;
}
#content a:hover{
	color: #f17279;
	text-decoration: underline;
}

#content img.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	border: 0px solid #339999;
}
#content img.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 0px solid #339999;
}

#content #boxHeaderBilder{ 
	border: 0px solid #339999;
	padding-bottom: 15px;
}
/*
#content #boxHeaderBilder img{
	height: 90px;
	border: 0px solid #339999;
}
*/



#content .tabZeilentrenner{
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	
	font-size: 1px;
}






#content .frmMussfeld{
	font-weight: bold;
}
#content .frmAbstand{
	padding:10px;
}

#content .dropDown{
	width: 200px;
	background-color: #EEEEEE;
}

#content .zusatzText{
	margin-top: 15px;
	margin-bottom: 10px;
}

#content ul{
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 15px;
}
/*Standard - Tabellenformatierung*/
#content .tabStandard td p{
	padding: 0px;
	margin: 0px;
}
#content .tabStandard td{
	padding: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
}


.wandertipp{
	float: right;
	width: 180px;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-left: 1px solid #f17279;
	border-bottom: 0px solid #f17279;
	background-image: url(/prog/img/wandertipp-box-innen-bg.jpg);
	background-repeat: no-repeat;
}

.wandertipp-startseite{
	float: right;
	width: 415px;
	background-image: url(/prog/img/wandertipp-box-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 2px;
}
/********************************************************************************/ 










/****SPEZIAL BEREICH*************************************************************/

#content-bg{
	background-image: url(/prog/img/bg-content.gif);
	background-repeat: repeat-y;
	float: left;
}


.Sucheingabe {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	border: solid 0px #ccc;
	padding-left: 1px;
	padding-right: 1px;
	height: 12px;
	width: 200px;
}


.clear {
	clear: both;
	font-size: 1px;
}
.hide { display: none; }


#copyRight {
	width: 846px;
	margin: 0px auto;
	margin-bottom: 10px;
	font-size: 0.7em;
	color: #aaa2a2;
}
#copyRight a:active, #copyRight a:link, #copyRight a:visited  	{color: #aaa2a2;	text-decoration: none;}
#copyRight a:hover 	{color: #aaa2a2;	text-decoration: underline;}
/********************************************************************************/ 



