/*********  Farben  **********

Hintergrund body:#993300
Hintergrund ganze Seite:#99ffff    Inhalt
Hintergrund Kopf:#ccffff              Text
Hintergrund Name:#ccffff             Text
Hintergrund Text:#ccffff              Text

Schriften:
   Kopf:#3366ff
   Name:#000000   schwarz
   Text:#000000    schwarz
   Überschrift:#3366ff     span
   Inhalt:
   Links:
****************/

body {
        background-color:#993300;   /*c7a86b;*/
        text-align:center;
        background: url(hintergrund.jpg) fixed;
 
}

#ganze-seite {
                text-align:left;
                width:950px;
                margin: 20px auto;
                background:#336666; border:1px solid #336666;
                background:#336666;
}


#kopf {
				 background-color:#99cccc;
				margin:-50px -1px 0px 200px;
				padding:0px 0px 20px 0px;
				font-size:50px;
				font-family:"Monotype Corsiva";
				text-align:center;
			   color:#336666;
			  
			 
}

#name i{
        font-family:"times new roman";
        font-size:25px;
}

#name{
			padding-left:190px;
			color:#000000;		/*schwarz Name- Überschrift*/
			font-size:30px;
			
			
			
}

#l-o {
		   float:left;
			margin:-1px; padding:0px;
			text-align:left;
			background-color:#336666;
			 width:201px;
	
}

#r-o{
			 background-color:#99cccc; 
			margin:-1px; padding:0px;
			text-align:right;
}

#l-u{
			margin-top:-21px;margin-left:-1px; padding:0px;padding-top:1px;
			text-align:left;
			float:left;
}

#r-u{
			
			margin-top:-21px;margin-right:-1px; padding:0px;padding-top:1px;
			text-align:right;
		   float:right;
}

#inhalt-rahmen{
       float:left;
       margin-top:-20px;
	 
}

ul#inhalt {
				
				margin:50px 0px 0px -1px;					/* *****Abstand Schaltfläche - Balken ***********/
		      padding:10px;  			/************ " ***************************/
		      text-align:left;
			
}
ul#inhalt li, ul#fusszeile li{
				list-style: none;
		
				
}

ul#inhalt a {display:block;
				text-decoration: none;
				font-size:14px;
				margin:10px;					/************Abstand Schaltfläche - -Schaltfläche***********/
				padding:5px 10px;
				border: 1px solid #000000;
				border-left-color: #99cccc; border-top-color:#99cccc;
				color:#000000;color:#ccffff;
				
}

ul#inhalt a:hover{
				border-color:#99cccc;
				border-left-color: #000000; border-top-color:#000000;
			
				
}

ul#inhalt #aktuell a{
          margin:10px;					/************Abstand Schaltfläche - -Schaltfläche***********/
				padding:5px 10px;
				border-color: #99cccc;
				border-left-color:#000000; border-top-color:#000000;
				
				
}


#text {
         background-color:#ccffff;
         color:#000000;
         margin:-50px -1px 0px 200px;
			padding:30px 60px 20px 60px;
			font-family:"times new roman";
			font-size:18px;
			text-decoration: none;
		   width:auto;
		
		
}

#text span, #text-kontakt span,#text-impressum span {
			font-size: 35px;
			font-family:"Monotype Corsiva";
			color:#000000;
}

#text-kontakt, #text-impressum{
			color:#000000;
			padding:20px 200px;
			font-family:"times new roman";
			font-size:20px;
			text-decoration: none;
			width:auto;
}

#text-muster{
    color:#ccffff;
   
}

#text-muster div i {
    font-size:30px;
   font-style:normal;
}

#foto{
			background-color:#ccffff;
			margin:-50px -1px 0px 200px;
			padding:30px 60px 20px 60px;
			text-align:center;
			width:auto;
			
			
}

#foto-inhalt{
         text-align:center;
         margin-top:20px;
}



ul#fusszeile {
			background-color:#ccffff;
			text-align:right;
			margin:-20px -1px -1px 200px;
			padding:0px;
			padding-right:80px;
			line-height:30px;
			font-size:16px;
			font-family:times new roman;
}

ul#fusszeile a {
				color:#000000;
				text-decoration: none;
				margin: 0px;					/************Abstand Schaltfläche - -Schaltfläche***********/
				font-size:16px;
				padding:2px 10px 2px 10px;
				border: 1px solid #000000;
				border-left-color: #99cccc; border-top-color:#99cccc;
				
}

ul#fusszeile a:hover {
				border-color:#99cccc;
				border-left-color:#000000; border-top-color:#000000;
				color:#993300;  /*background-color: grey;background-color:#ccc;*/
				
}

ul#fusszeile #aktuell a{
				color:#993300;
				/*margin: 0px;					/************Abstand Schaltfläche - -Schaltfläche***********/
				padding:2px 10px 2px 10px;*/
				border-color:#99cccc;
				border-left-color:#000000; border-top-color:#000000;
				 
}

#text a{
				color:#000000;
				padding:2px 15px 2px 10px;
				/*border: 1px solid #000000;
				border-left-color:#99cccc; border-top-color:#99cccc;*/
				
}

#text  a:hover {
            color:#336666;
				/*border-color:#99cccc;
				border-left-color:#000000; border-top-color:#000000;*/
}


