@charset "utf-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
	background-color:#990000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size:16px;
	color:#990000;
	line-height:30px;
}
h3{
font-size:18px;
letter-spacing: 0.15em;
}
h4{
	font-weight:bold;
	font-size:12px;
	display:inline;
	line-height:normal;
}
h5{
	font-size:13px;

}
fieldset{
	border: 1px solid #990000;
	padding:20px;
	background-color:#ffffff;
}
.eingabe input, textarea{
	border: 1px solid #990000;
	background-color:#ffffff;
}
a:hover{
	color:#000000;
}
/*-------------------------------------- KLASSEN -----------------------------------------*/
a, .text-norm, text-fett, #button-oben, #button-links, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:justify;
}
.text-norm-fett{
font-size:12px;
font-weight:bold;
}
.text-klein{
font-size:10px;
}
.clearfix {
	display: inline-block;
	}
.button{
background-color:#ffeaa4;
border-color:#990000;
border-width:2px;
color:#990000;
cursor:pointer;
text-align:center;
}
/*--------------------------------------- LAYOUT -----------------------------------------*/
#container{
width:920px;
min-height:100%;
height:auto !important;
height:100%;
background-image:url(../grafik/veranstalter/loop.jpg);
text-align:center;
margin:auto;
position:relative;
}
	#spalte-links{
	width:188px;
	height:523px;
	background-image:url(../grafik/veranstalter/saeule.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:0 !important;
	margin-right:-3px;
	cursor:pointer;
	}

	#spalte-mitte{
	/*width:732px;*/ /* auskommentiert = deaktiviert */
	height:100%;
	/*float:left;*/ /* auskommentiert = deaktiviert */
	margin-left:188px !important;
	margin-left:185px;
	}
		
		#kopf{
		width:732px;
		height:160px;
		background-image:url(../grafik/veranstalter/kopf.jpg);
		cursor:pointer;
		/* float:left; */
		}
		#content{
		top:-15px;
		position:relative;
		width:600px;
		height:100%;
		margin-bottom:100px;
		}
/*--------------------------------- MENÜ -----------------------------------------*/
#buttons-links a:hover{
background-image:url(../grafik/veranstalter/button_over.gif);
color:#990000;
}
#buttons-links a{
	display:block;
	width:144px;
	height:24px;
	background-image:url(../grafik/veranstalter/button_off.gif);
	color:#666666;
	text-decoration:none;
}
#buttons-links {
	position:absolute;
	top:350px;
	left:94px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.03em;
	line-height:21px;
	text-align:justify;
	text-indent: 10px;
}
h1{
	line-height:73px;
	display:inline-block;
	height:65px;
	width:640px;
	background-image:url(../grafik/veranstalter/bg_h1.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	/*text-indent: 10px;*/
	font-size:17px;
	letter-spacing:0.05em;
	font-variant:small-caps;
}
h1:first-letter{
font-size:22px;
color:#006699;
}
#sublink{
position:relative;
top:-2px;
margin-bottom:3px;
}
#sublink a{
background-image:url(../grafik/veranstalter/subbutton_off.gif);
	color:#666666;
	font-size:10px;
	line-height:16px;
	height:17px;
	margin-top:-1px;
	position:relative;
}
#sublink a:hover{
background-image:url(../grafik/veranstalter/subbutton_over.gif);
color:#FFFFFF;
}
/*--------------------------------- HACKS -----------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}
/*HACK IE 6 */
* html #content{
left:-20px;
}
* html h1{
background: 0px 0px url(../grafik/veranstalter/bg_h1.gif);
background-repeat:no-repeat;
margin-top:20px;
}
/*HACK IE 7*/
*+html #content{
left:-30px;
top:0px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */