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

* {
	margin: 0;
	padding: 0;
	
}
 body {
	background: #D49363 url(../images/background.jpg) repeat-y left;
}

/* 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;
	
}
#logo {	
	float: left;
	width: 45%;	
}

#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: #D49363;
border-top: 1px solid #333333;
	border-left: 1px solid #E7C2A7;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #8C5329;
}

 #content {
	min-height: 200px;
	margin: 0 5px 0px 14px;
}
/* Hauptnavigation Start */
#menu {	
	float: left;
	padding-left: 15px;
	top: 25px;
	position: relative;
	}	
	
 #navigation ul
{
	list-style-type: none;
	text-align: left;
	display: block;
	padding-bottom: 2px;
	width: 160px;
}


#navigation ul li a
{
	background: url(../images/list-onm.gif) no-repeat left center;
	text-align: left;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
	padding-left: 10px;
	display: block;
}

#navigation ul li a:hover
{
	background: url(../images/list-onmo.gif) left center no-repeat ;
	color: #D4D0C8;
	text-decoration: none;
}

#navigation ul ul li { margin: 0; }

#navigation ul ul a
{
background: url(../images/list-onm.gif) left center no-repeat;
	display: block;
	color: White;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
}

#navigation ul ul a:hover
{
	color: #D4D0C8;
	text-decoration: none;
	background: url(../images/list-onmo.gif) left center no-repeat;
}


h1 {
	color: #0A1925;
	font: bold 16px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	color: #0A1925;
	font: bold 14px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
h3 {
	color: #0A1925;
	font: bold 13px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
ol {
	list-style-position: inside;
}
td {
	font-size: 9px;
}

 /* inhalt*/
.rbroundbox {
	background: url(../images/nt.gif) repeat;
	background: #FFF0E6;
	float: left;
	font-size: 0.8em;
	line-height: 1.3em;
	width: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	left: 30px;
	top: 15px;
	position: relative;
	margin: 1em auto;
	
}
.rbtop div {
	background: url(../images/tl.gif) no-repeat top left;
}
.rbtop {
	background: url(../images/tr.gif) no-repeat top right;
}
.rbbot div {
	background: url(../images/bl.gif) no-repeat bottom left;
}
.rbbot {
	background: url(../images/br.gif) no-repeat bottom right;
}

/* height and width stuff */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
/* .rbroundbox { width: 50%; margin: 1em auto; }*/
.rbroundbox a {
	color: #805B40
}

img {
	border: none;
}

/* Links */
a:link {
	color: Blue;
	text-decoration: none;
}
a:visited {
	color: Navy;
	text-decoration: none;
}
a:hover {
	color: #CC6666;
	text-decoration: underline;
}

