@charset "utf-8";
/* CSS Document */

*{
text-align:left;
}
html, body{
	height: 100%;
	position:relative;
	text-align: center;
	background:url(/bilder/hg.gif) #d8d5d3;
	color:#333333;
	font-size:13px;
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#body {
	display: inline-block;
	position: relative;
}
h1{
font-size:36px;
color:#a35a47;
}
hr.orig{
	color:#ddd;
	background-color:#ddd;
	border: 0;
	width:700px;
	height:5px;
}
a{
padding:0px 1px;
}
a:link, a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #a35a47;
}
a:active {
	color: #333;
	text-decoration: underline;
}
strong{
color:#4e1c10;
}
small{
font-size:10px;
}
div.deko{
padding-left:20px;
background:url(/bilder/textur3.gif) repeat-y;
}

div.thema_links{
width:340px;
float:left;
display:inline-block;
}
div.thema_rechts{
width:340px;
float:right;
display:inline-block;
}
#head {
	position:relative;
	margin: 20px auto 0px auto;
  	text-align: left;
	width:920px;
	height:110px;
	background:url(/bilder/head_hg.png) #632717;
	z-index:5;
}

#head_lines {
	position:relative;
	width:5px;
	height:110px;
	margin:0px;
	background-color:#7a3220;
	border-top:0px;
	border-left:#d11f1b solid 13px;	
	border-bottom:0px;
	border-right:#000080 solid 2px;
}

#head_title {
	position:absolute;
	left:38px;
	top:20px;
	margin: 0;
	text-align: left;
	font-size:38px;
	color:#FFFFFF;
	font-weight:bold;
}
#head_title a, #head_title a:link, #head_title a:visited, #head_title a:hover, #head_title a:active{
text-decoration:none;
	background:none;
}
#head_title span{
	color:#FFFFFF;
}
.red {
	color:#d11f1b;
}
#head_subtitle {
	position:absolute;
	left:40px;
	top:70px;
	margin: 0;
  	text-align: left;
	font-size:17px;
	color:#CCCCCC;
	text-decoration:none;
}
	
#head_image {
	position:absolute;
	left:710px;
	top:-10px;
	margin:0;
	border:0;
}

#head_textur {
	position:absolute;
	left:180px;
	top:110px;
	width:20px;
	height:20px;
	margin:0;
	background:url(/bilder/textur1.gif) repeat-y;
}
#inhalt { 
	z-index:1;
	min-height: 500px;
	position:relative;
	padding:50px 0px 50px 0px;
	margin: 0px auto;
  	text-align: left;
	width:920px;
	background-color:#fff;
}
#inhalt_links { 
	float:left;
	width:180px;
	height:100%;
}
#inhalt_rechts { 
	width:700px;
	margin-left:200px;
	margin-top:-38px;
}
#inhalt_rechts img{ 
	padding:0px 20px;
	margin-bottom:10px;
	background:url(/bilder/textur2.gif) repeat-y;
	float:left;
}

#inhalt_rechts img.plainimg{
        padding:0px 10px;
        margin-bottom:0px;
        float:left;
}

/* ANFANG NAVIGATION ------------------------------ */ 
#navigation {
	display:block;
	margin-left:-20px;
	width:200px;
	background:url(/bilder/textur3.gif) repeat-y;
}
#navigation img{
	cursor: pointer;
	cursor: hand;
}
#navigation a, #navigation a:link, #navigation a:visited{
	color: #666;
	text-decoration: none;
}
#navigation a:hover{
	color:#000;
	text-decoration:underline;
	background:none;
}
#navigation a:active{
	color: #666;
	text-decoration: none;
}

#navigation li.selected {
	color:#000;
	font-style:italic;
}
#navigation > ul {
	list-style: none;
	padding-left:40px;
	margin: 0;
}
#navigation > ul > li > img {
	margin-left:-20px;
}
#navigation > ul > li {
	padding-bottom:10px;
	font-style:normal;
}
#navigation > ul > li > ul {
	list-style: none;
	padding-left:10px;
	margin: 0;
	font-size:12px;
}
#navigation > ul > li > ul > li{
	padding-top:4px;
	line-height:12px;
	font-style:normal;
}
/* ENDE NAVIGATION ------------------------------ */

#adresse {
	display:block;
	margin-left:-20px;
	margin-top:20px;
	padding-left:40px;
	width:160px;
	color:#7a3220;
	background:url(/bilder/textur4.gif) repeat-y;
}

/* Table */ 
th {
    text-align:       left;
    padding-right:    5px;
    background-color: #aaa;
}

td {
    text-align:       left;
    padding-right:    5px;
}

.tcolor1 {background-color: #ddd;}
.tcolor2 {background-color: #fff;}
