 /* Coding by www.source-factory.com	*/
/*			Startseite Styles				*/
/*												*/
/* 		sometime in 2005				*/

* {
	margin: 0;
	padding: 0;
	
}
 body {
	background: #d4936b;
}

/* Obere Kontaktmenuleiste*/
#menuleiste {
	background-color: #D4636B;
	width: 100%;
	height: 80px;	
	border-top: 2px inset #9F9C96;
	border-bottom: 2px groove #9F9C96;

}
#menuleisteunten {
	background-color: #D4636B;
	width: 100%;
	height: 80px;
	border-top: 2px groove #9F9C96;
	border-bottom: 2px inset #9F9C96;
	position: fixed;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	padding-left: 10px;
	
}

#kontaktcontainer  { 
float: left;
width: 45%;
margin-top: 25px;   
    }

#kontaktcontainer ul { 


font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;


   
    }

#kontaktcontainer ul li {
 display: inline;
 list-style-type: none;
 
  }
  
#kontaktcontainer ul li a { 
text-decoration: none;
padding: 4px 5px 4px 5px;
float: right;
color: #ffffff;
background-color: #D4636B;
border-top: 1px solid #ffffff;
border-right: 1px none;
border-bottom: 1px solid #333333;
border-left: 1px none;

 }
 
 #kontaktcontainer ul li a:hover
{

color: #F2F2F2;
padding: 4px 4px 4px 4px;
background-color: #d4936b;
border-top: 1px solid #333333;
	border-left: 1px solid #E7C2A7;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #8C5329;
}

 #content {
	
	margin: 0 7px;
}

h1 {
	color: #0A1925;
	font: bold 16px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


img {
	border: none;
}

/* Links */
a:link {
	color: #636CD4;
	text-decoration: none;
}
a:visited {
	color: Navy;
	text-decoration: none;
}
a:hover {
	color: #9C5E0C;
	text-decoration: underline;
}


