@charset "utf-8";



/*XXXXXXXXXXXXXXXXXXX   body, anchors, frame, wrapper, header   XXXXXXXXXXXXXXXXXXX*/
body,td,th {
	font-size:medium;
	color:#000000;
}
body {
	background-color:#990100;
	background-image:url(../02_gfx/bg_spacer.gif);
	background-repeat:repeat-x;
	font: 15px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
}
a:link {
	color: #990100;
}
a:visited {
	color: #730000;
}
a:hover {
	color: #c20100;
}
a:active {
	color: #730000;
}
#frame {
	margin:0 auto;
	padding:3px 2px;
	width:932px;
	text-align:left;
	border:2px solid #ffffff;
}
#wrapper {
	margin:0 auto;
	background-color:#ffffff;
	width:930px;
	min-height: 600px;
	text-align:left;
}
#header {
	width:930px;
	height:133px;
	border:none;
	overflow: hidden;	
} 
h1 {
	width:400px;
	height:133px;
	margin:0;
	overflow: hidden;
}
h1 a:link, h1 a:hover, h1 a:visited, h1 a:active{
	display: block;
	width:400px;
	height:133px;
	text-indent: -100000px;
} 
.clear{
	clear:both;
}



/*XXXXXXXXXXXXXXXXXXX menu XXXXXXXXXXXXXXXXXXX*/
#menu {
	width: 930px;
	height:34px;
	background: #eedbb3;
	letter-spacing:1px;
}

#menu a{
	font-size:14px;
	font-weight: bold;
	text-align:left;
	text-decoration: none;
	font-variant:small-caps;	
	display: block;
	color: #971c1e;
	padding:11px 10px 7px;
}
#menu a:hover { color: #eedbb3;	background: #971c1e;}

#menu li {position: relative;}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	width:140%;
	background:#eedbb3;
}
#menu ul ul li {
	height:20px;
}
#menu ul ul li a {height:20px; padding-top:4px; padding-bottom:1px;}

/*#menu ul ul ul {top: 0; left: 100%;}*/ /*menu 3. ebene*/

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
z-index: 500;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



/*XXXXXXXXXXXXXXXXXXX contents XXXXXXXXXXXXXXXXXXX*/
#contentindex {
	width:930px;
	background:#ffffff;
	background-image: url(../02_gfx/ct_spacer.gif);
	background-repeat:repeat-x;
	padding-top: 70px;
	padding-bottom: 20px;
}
	
.columnwrapper {
	width:930px;
	padding-bottom:10px;
}

.leftcolumn{
	width:360px;
	text-align:right;
	float:left;
	padding-left:40px;
	overflow:hidden;
	display:inline; /*IE 6 hack*/
	font-size: 10px;
}
.rightcolumn{
	text-align:justify;
	float:left;
	width:410px;
	padding-right:80px;
	padding-left:20px;
	display:inline; /*IE 6 hack*/
	
}
.text{
	width:100%;
	line-height:20px;
}
.texthead{
	text-align:left;
	margin-bottom:10px;
	font-size:18px;
	font-weight: bold;
	font-variant:small-caps;
	color: #971c1e;
}
.textcontent{
	width:100%;
	text-align:justify;
	font-size: 13px;
}
.textlink{
	text-align:right;
	margin-bottom:30px;
}



/*XXXXXXXXXXXXXXXXXXX contact form XXXXXXXXXXXXXXXXXXX*/
.pflichtfelder{
	color: #990000;
	font-style: italic;
}



/*XXXXXXXXXXXXXXXXXXX error page XXXXXXXXXXXXXXXXXXX*/
#error{
	width:930px;
	text-align:center;
	font-size:20px;
	font-color:#eedbb3;
	color: #971c1e;
}



/*XXXXXXXXXXXXXXXXXXX disclaimer XXXXXXXXXXXXXXXXXXX*/	
#impressum {
	width: 930px;
	height: 20px;
	margin:0 auto;
	text-align: right;
	padding-top:4px;
}	
#impressum a { 
	color: #eedbb3;	
}
