body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #402020;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b9b1a3;
	background-image: url(../index-media/bg-x.jpg);
	background-repeat: repeat-x;
    }

ul, ol, dl {
	padding: 10px;
	margin: 10px;
}


td,th {
	text-align:left
}

.colcont_headdiv {
	width: 100%;
	height:127px;
	}
.colboxleft_headdiv { 
	width:160px; 
	height:127px; 
	float:left 
	}
.colboxright_headdiv { 
	width:160px; 
	height:127px; 
	float:right 
	}
.colboxmiddle_headdiv {
	width:auto;
	height:127px;
	margin-left:160px;
	margin-right:160px;
	}
.container {
	width: 800px;
	margin: 80px auto 0;
	text-align: center;
    }
	
.container_left /*linker container 640 breit*/
{
	float: left;
	width: 640px;
	padding-right: 30px;
}

.container_right /*rechter container 130 breit*/
{
	float: right;
	width: 130px;
	margin-bottom: 20px;
	text-align: center;
}

.container_main {
	clear: both;
	text-align: left;
	width: auto;
	padding-bottom: 20px;
	padding-top: 20px;
    }
	
.container p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

.container .pcenter {
	text-align: center;
}

.container .pleft {
	text-align: left;
}

.container .pright {
	text-align: right;
}

.container .oneColcentered {
	text-align: center;
	margin: auto;
}
	
.container h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
    }
    
.container h2 { 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 110%; 
	margin: 0; 
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	}
	
.container h3 { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 110%; 
	margin: 0; 
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	}
	
.container h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	text-align: left;
	}

a:link {
	color: #fff2db;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

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

a:active  {
	color: #74000d;
	text-decoration: none;
}

/* rahmen anfang*/	
.rahmen {
	border: solid 1px #a8a090;
}

.rahmenBL {
	border: solid 1px #433;
}
	
.obenunten {
	border-style: solid none; 
	border-width: 1px; 
	border-color: #a8a090;
}
	
.oben {
	border-style: solid none none; 
	border-width: 1px; 
	border-color: #a8a090;
}
	
.unten {
	border-style: none none solid; 
	border-width: 1px; 
	border-color: #a8a090;
}
/* rahmen -ende-*/

.links {
	border-style: none none none solid; 
	border-width: 1px; 
	border-color: #a8a090;
}
.px9 {
	font-size: 9px; 
	line-height: 11px;
}
	
.px10 {
	font-size: 10px; 
	line-height: 13px; 
	text-align: left;
}

.oneCol {
	text-align: center;
	margin:auto
}

.oneColR {
	text-align: right;
	margin: 0px;
}

p.justify  {
	font-size: 9px; 
	line-height: 11px; 
	text-align: justify;
}
	
p.justify11 {
	text-align: justify;
}
/*----navigation div----*/
.menu {
	position: relative;
	font-size: 10px;
	width: 85em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	padding: 0px;
	text-align: center;
}

.menuhome { 
	color: #d9d5ce;
	text-align: center; 
	width: 100%; }

.menucol { 
	text-align: center; 
	width: auto; 
	padding-right: 5px; 
	padding-left: 5px; 
}


.menu a:link { 
	color: #d9d5ce; text-decoration: none; 
}

.menu a:visited  {
	color: #930;
	text-decoration: none;
}

.menu a:hover  {
	color: #FAF6F3;
	text-decoration: underline;
}

.menu a:active {
	color: black; 
	text-decoration: none;
}

.navi {
	margin-bottom: 30px;
}

.navi td,th {
	text-align:center;
}
/*navigation div -ende-*/

#footer { 
	text-align: center; 
	width: 66em; margin-top: 30px; 
	margin-right: auto; 
	margin-left: auto;
	padding: 10px; 
	border-top: 1px solid #aa9b94; 
}