
html {
	height:100%;
	}

body 	{
	background-color:#ffffff; 
	text-align:center;
	margin:auto;
	}


.header
	{
	width:990px;
	height:240px;
	position:relative;
	margin:auto;
	background-image:url(./layout/fewo-bs-1.jpg); 	
	background-repeat:no-repeat;
	}


.inhalt 
	{
	width:990px;
	min-height:200px;
	position:relative;
	background-image:url(./layout/fewo-bs-2.jpg); 	
	text-align:center;
	margin:auto;
	}


h1 {
	color:#d2f8c3;
	font-size:20px;
	font-family:verdana, arial; 
	margin:0px;
	margin-bottom:20px;
   }

h2 {
	color:#000000;
	font-size:14px;
	font-family:verdana, arial; 
   }



.footer {
	background-color:#FFFFFF;
	position:relative;
	height:36px;
	width:990px;
	margin:auto;
	background-image:url(./layout/fewo-bs-3.jpg); 	
	}

.ferienwohnung {
 border-style:solid;
 border-color:#FFFFFF;
 border-width:3px;
 background-color:#d2f8c2;
 position:relative;
 width:930px;
 color:#000000;
 font-size:12px;
 margin-left: auto; 
 margin-right: auto;
 margin-top:5px;
 font-family:verdana, arial; 
 }

.tabbild   {
 width:310px;
 }

.tabtext {
 width:620px;
 text-align:left;
 }

.tabtexttitel	{
 width:620px;
 text-align:left;
 font-size:13px; 
 font-weight:bold;
 font-family:arial,verdana;
 }


.footerinnen {
	height:25px;
	font-size:10px;
	vertical-align:bottom;
	font-family:verdana, arial; 
}

.copyright {
	border-style:dotted;
	border-color:#DDDDDD;
	padding:2px;
	margin-top:5px;
	border-width:0px;
	color:#777777;
	font-size:9px;
	font-family:arial, verdana; 
	}

.fewobild {
	width:300px;
	margin:5px;
	}

a {
	color: #002200;
	text-decoration:underline;
}

a:visited {
	color: #000000;
	}

a:hover {
	color: #FF0000;
	text-decoration:underline overline;
	}

