body         { margin: 0;
		       padding: 0; 
		       color:#000066; 
               font-family: verdana, arial, helvetia, sans-serif;
               background-color: #FFF9FC;
 /* aufteilung seite*/              } 
			   
#links  	{position:absolute; width:190px;height:200px; top:  1px; background:#FFE6E1; color:#663399; border-right:#FFF0F0 3px solid;border-bottom:#FFC4C4 3px solid;   }

#links2		{position:absolute; width:190px;height:345px; top:400px; background:#FFE6E1; color:#663399; border-right:#FFF0F0 3px solid;border-bottom:#FFC4C4 3px solid;border-top: #FFC4C4 3px solid;  padding-top: 75px; }

#oben		{position:absolute; width:750px;	height:100px; left: 182px; top: 1px;  text-align:center;  }
#mitte		{position:absolute; width:750px;	height:620px; left: 182px; top: 102px;  font-weight: bold ;margin-left:15px; }
	    	#aktu0		{position:absolute; width:180px;	height:20px; left: 180px; top: 150px;  background:#FA0505 }
	#aktu1		{position:absolute; width:180px;	height:20px; left: 180px; top: 190px;  }
		  	#aktu2		{position:absolute; width:180px;	height:20px; left: 180px; top: 240px;   }
#rechts		{position:absolute; width:180px;	height:720px; left: 950px; top: 1px;   }
#unten		{position:absolute; width:750px;    height:100px; left: 182px; top: 622px; } 
#keywords	{position:absolute; width:800px;	height:100px; left: 182px; top: 924px; }
	
/* kleine schrift*/	
.klein{
        font: bold 9px verdana, arial, helvetia, sans-serif; 		
       }
/* kleine schrift normal*/	
.kleine{
        font: 12px verdana, arial, helvetia, sans-serif; 		
       }
.px15  {  font-size: 15px;
         }
/* kleine schrift gleicher Hintergrund*/	
.kleiner{
        font:  9px  verdana, arial, helvetia, sans-serif;color:#FFCC00; background-color: #FFF9FE;
       } 
.mini{
        font:  2px  verdana, arial, helvetia, sans-serif;color:#FFECFF; background-color: #FFF9FE;
       } 
/* enge schrift*/
.eng {  font-size:  small;	letter-spacing: 0.0em;	text-decoration: none;										
         }	
/* zeilenvorschub unterdrücken*/
.zeile  {display:inline;
}	
/* zentrieren*/
.center{
        text-align:center;											
       }
/* links*/
.links {
        text-align:left;											
       }
/* links einrücken*/
.einr {
       margin-left:220px;											
       }
/* links einrücken*/
.einrl {
       margin-left:120px;											
       }
/* blaue Überschrift ferienhaus südfrankreich*/
h1  {font-size: 1.0em; letter-spacing: 0.2em; 
         }												
h2  {font-size:0.8em;
           }
h1 i {  font-style: normal;	color:#FF3399;	background-color : #fff9fe;									
           }												
/* Überschrift schmalerer Buchstaben*/
h1 b {  font-size:  small;	letter-spacing: 0.0em;	text-decoration: none;										
         }												
.rot  {  color:#FF0033;	background-color : #fff9fe;									
         }

/* Menue Seite*/
div#menue {
    left: 10px;														
	font: 14px verdana,sans-serif,arial,helvetia;
	font-weight: bold;
	letter-spacing: 0.2em; 
    width: 170px; 
	position: absolute; 
	top:140px;
}
div#menue a {
    border-right: #F48F8A 6px solid;
	padding-right: 10px;
    display: block;
	padding-left: 10px;
	border-left-width: 0px;
    background:#FFCECE;
	border-bottom-width: 0px;
    padding-bottom: 5px;
	margin: 0px 0px 2px;
	color:#000066;
    padding-top: 5px;
	text-align: center;
	text-decoration: none; }
	
div#menue a:hover {
    border-right: red 3px dashed;
	background: #FF66FF;
	color: #dd0000;
	font-size: 18px;
}


a:link.men, a:visited.men, a:hover.men 
{	font : menu;													/* Menue unten*/
	letter-spacing: 0.2em;
	text-transform : uppercase;
	margin-right : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 4px;
	border-top : 4px solid silver;
	border-left :4px solid silver;
	border-right : 4px solid black;
	border-bottom : 4px solid  black;
}

a:link.men {
	background-color : #F48F8A;	
	color : black;			
		}
a:visited.men {
	background-color : #FFE6FF;	
	color : black;		
		}


a:hover.men {
	background-color : #FF66FF;	
	font-size:1.0em;
	font-weight: bold;
	color : #663399; 
}

.bildlinks { /* Sachen an denen der Text vorbeifließen soll werden diese Klassen zugewiesen. text links */
 float: left;
 margin: 0 1em 0.2em 0; /* Man sollte einen schönen Abstand wählen sonst kleben die Sachen so am Text. */
}
.bildrechts {
 float: right;
 margin:  0 0em 0.1em 0;
 padding: 1px;
}


