* {
   padding: 0;
   margin: 0;
   }

html {
	height:101%;
	}
	
/*Gestaltung des Body - Elements*/

body {
	font-size: 62.5%;
	font-family: Myriad Web ProGeorgia, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0.5em 0;
	background-color: #2f2f2f;
	background-image: url(/fileadmin/img/verschiedenes/Logo_hintergrund_klein.jpg);
		}
		
#wrapper {
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: top left;
	width: 800px;
	margin: auto;
	border: 2px solid #9f9f9f;
	border-bottom: 0px;
 }

/*Der Kopfbereich*/

#kopfbereich {
	color: #00005F;
	background-color: #9f9f9f;
	background-image: url(/fileadmin/img/verschiedenes/hintergrund_kopf03.jpg);
	height: 207px;
	border-bottom: 0px solid #0000BF;
		}

	#kopfbereich img { 		/*verschachtelter Selektor: nur die Grafik im Kopfbereich*/
			
		background-color: #9f9f9f;
		padding: 5px;
			}

	.skiplink {
		display: none;
			}

  	#kopfbereich h1 {
    	font-size: 4em;
    	font-family: Swis721 LtCn BT, Tahoma, Helvetica, Arial, sans-serif;
    	font-weight: bold;
    	color:#00005F;
    	text-align: center;
    	background: #FFFFFF no-repeat;
		}
		
#textbereich {
  	float: right;
  	width: 640px;
 	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	padding: 0;
	background: #FFFFFF repeat-y;;
	border: 0px solid #EFEFEF;
	margin-top: 0px;
  	}


    #textbereich h2, h3, p, form
     {
      padding: 10px;
    }

/*Gestaltung Element Hauptinhalt*/
  
  #hauptinhalt {
    	float: left;
    	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
    	width: 450px;
    	background-color: #FFFFFF;
    	
    	  }
  
  	* html div#hauptinhalt
		{
    	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    	margin-bottom: 0;
  		}
  		
  	div#hauptinhalt h1 {
  	
  	font-size: 2.0em;
    	margin: 0.1em 0;
    	color: #00005F;
  		}

  	div#hauptinhalt h2 /*Überschrift h2*/
		{
    	font-size: 1.8em;
    	margin: 0.1em 0;
    	color: #00005F;
  		}

  	div#hauptinhalt h3 /*Überschrift h3*/
		{
    	font-size: 1.5em;
    	margin: 0.1em 0;
    	color: #00005F;
  		}

	.news-list-container {
		width: 446px;
		margin: 2px;
		}
		
	.news-list-date {
	
	font-size: 0.9em
		}
		
	.news-list-morelink {
	
	margin-bottom: 3px;
		}
		
	.news-list-item img {
	
		float: right;		
		margin-bottom: 3px;
		padding: 3px;
		}
		
	.clearer {
		clear: right;
		margin-top:5px;
		
		}

  	div#hauptinhalt p /*Element p */
		{
    	font-size: 1.2em;
    	margin: 0.1em;
    	color: #00005F;
    	}
		
	div#hauptinhalt a /*Links im Text*/
		{
    	color: #7F0000;
   	outline: none;
	text-decoration: none;
   	}
	
	div#hauptinhalt a:hover {
	
	color: #7F0000;
   	outline: none;
   	text-decoration: underline;
   	}
   	
	.tx-veguestbook-pi1 {
		
		width: 400px;
		font-size: 1em;
		border: 0px solid #8c8c8c;
		}
		
	.sp_bettercontact_label {
	font-size:1.2em;
	color:#00005F;
	padding: 5px;
		}
		
	div#sp_bettercontact_senden {
	font-size:1.2em;
	color:#00005F;
	padding: 5px;
		}
		

#hauptinhalt .tx-tdnewsletter-pi1 {

	border-top: 1px solid #4f4f4f;
	font-size: 1.2em;
	color:#00005F;
		}
			
  #nebeninhalt {
   	background-position: top left;
	float: right;  		
   	width: 160px;
   	padding: 10px 2px 2px 2px;
   		}
  		
  	.csc-frame csc-frame-frame1 {
  	border: 1px solid #0000BF;
  		}
  	
 #nebeninhalt a {
		font-size: 10px;
		color: #7F0000;
		text-decoration: none;
		}
 
 #nebeninhalt a:hover {
	
	 	text-decoration: underline;
   	}
   			
 #nebeninhalt li {
 		list-style: none;
 		padding-left: 10px;
 		}
	
 #nebeninhalt h2 {

	font-size: 12px;
	color: #00005F;
	}
  		
 div#nebeninhalt img {
   	padding-top:20px;
   	padding-bottom:20px;
    		}
   		  		
#nebeninhalt .tx-veguestbook-pi1 table {
				
	width: 130px;
	font-size: 1em;
	}
	
/*Hauptnavigation*/ 
 
div#hauptnavigation {
	
	text-align: right;
	color: #7F0000;
	background-color: #9f9f9f;
	background-repeat: repeat-y;
	background-position: top left;
	padding: 10px 0px 4px 10px;
	border-bottom: 1px solid #4f4f4f;
		}
		

 #hauptnavigation ul {
 
 	margin-bottom: 0;
 		} 
 
 #hauptnavigation li.mainnav {
 
      		display: inline;
      		list-style: none;
		font-size: 14px;
		margin: 0 10px 0 0;
		
		}
		
 #hauptnavigation li.mainnav a { /*Links allgemein*/
	
		color: #7F0000;
		background-color: #9f9f9f;
		text-decoration: none;

		padding: 4px 8px 4px 8px;
		border: 1px solid #4f4f4f;
		}

 #hauptnavigation li.mainnav a:hover { /*Links überfahren*/
				
    		color: #7F0000;
    		background-color: #FFFFFF;
    		text-decoration: none;
    		padding-bottom: 5px;
    		border-bottom: 0;
		}
		
 #hauptnavigation li.mainnav a:active {
 
 		color: #7F0000;
    		background-color: #FFFFFF;
    		text-decoration: none;
    		padding-bottom: 5px;
    		border-bottom: 0;
 		}
 		
  #hauptnavigation li.subnav {
	
		display: inline;
      		list-style: none;
		font-size: 12px;
		margin: 0 10px 0 0;
		border: 1px solid #8c8c8c;
		}
		
  #hauptnavigation li.subnav a { /*Links allgemein*/
	
		color: #7F0000;
		background-color: #cfcfcf;
		text-decoration: none;
		padding: 4px 8px 4px 8px;
		}

 #hauptnavigation li.subnav a:hover{ /*Links überfahren*/
				
    		color: #7F0000;
    		font-weight: bold;
    		}

/*Linke Spalte*/  
  
div#links {
  	float: left;
  	width: 150px;
  	margin: 0px;
	padding: 10px 2px 10px 0;

		}
 #links h1 {

	font-size: 12px;
	color: #00005F;
	margin-left: 10px;
	}
	
 #links h3 {
		color: #7F0000;
		text-decoration: none;
		margin-left: 20px;
		border-left: 1px solid #8c8c8c;
		border-bottom: 1px solid #8c8c8c;
		margin-bottom: -15px;
		}
		
#links h3:hover {
		color: #7F0000;
		text-decoration: none;
		font-weight: bold;
		}
 #links a {
		font-size: 10px;
		color: #7F0000;
		text-decoration: none;
		}

 #links a:hover { /*Links überfahren*/
				
    		color: #7F0000;
    		text-decoration: none;
    		font-weight: bold; 		
		}
		
#links .tx-ttnews table {
			width: 140px;
				}
				
		
/*Die Fußzeile*/

	div#fusszeile
		{
	clear: both;
    	margin: 0; 
    	padding: 0em;
    	text-align: center;
    	height: 48px;
    	background-color: #9f9f9f;
  		}

	div#fusszeile p /*Element p in der Fußzeile*/
		{
    	font-size: 10px;
    	padding-top: 5px;
    	font-weight: bold;
    	color:#7F0000;
		}
		
div#fusszeile a /*Links in der Fußzeile*/
		{
    	color: #7F0000;
	text-align: center;
   	outline: none;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 3px 2px 3px;	
		   	}
		   	
div#fusszeile a:hover {
	color: #7F0000;
	text-align: center;
   	outline: none;
	text-decoration: underline;
	font-size: 10px;
	padding: 2px 3px 2px 3px;
			}

		
		/*Kontaktformular*/

	div#inhalt form /*Gestaltung des Gesamtem Formulares*/
	{
  	background-color: #6F6F6F;
  	width: 400px;
  	padding: 20px;
  	border: 0px solid #8c8c8c;
	}

	div#inhalt label
	{
	display: block;
	}

	div#inhalt #absender, textarea /*Absender und Textelement*/
	{
  	width: 300px;
  	border: 1px solid #8c8c8c;
  	margin-bottom: 1em;
	}

	div#inhalt textarea /*Höhe des Textelements*/
	{
	height: 20em;
	}

	div#inhalt input:focus, textarea:focus
	{
  	background-color: #d9d9d9;
	}
		
	#text_touren
		{
	color: #00005F;
	background-color: ThreedHighlight;
	width: 37em;
	margin-left: 30px;
		}
		
		#verweis_touren
		{
  		text-align: right;
  		color: #7F0000;
  		font-size: 1.1em;
  		background-color: ThreedHighlight;
  		background-repeat: repeat-y;
  		background-position: top left;
  		padding: 4px 10px 4px 4px;
		}

		#verweis_touren ul
			{
			margin-bottom: 0;
			}

   	#verweis_touren li
			{
			display: inline;
			list-style-type: none;
			margin: -2px;
			padding-right: 5px;
			}
		#verweis_touren a:hover
			{
			color: #0000BF;
			}
/* just for me and myself */
#left .ce {
  padding-bottom:25px;
}

/* generell container */
.rgsglinks {
  padding:4px 10px;
  Xdisplay:block;
  background:#fff;

z-index:99999;
position:absolute;

}

/* single numbers */
.rgsglinks p {
  border:1px solid #5c8090;
  padding:0px 4px;
  margin:4px;
  display:inline;
  font-family:Courier New, Courier, monospace;
  font-weight:bold;
  background:#a7a6a5;
  color:#fff;
  cursor:pointer;
}

/* single numbers hover */
.rgsglinks p:hover, .rgsglinks p.act {
  background:#5c8090;
}	

/* for special elements */


.rgsglinks294 {
  text-align:right;
  padding:0;
}


.rgsglinks294 p {
  float:right;
}

