@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border:0;
}
a:focus {
	outline: none;
}

body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	font-size:13px;
	line-height:150%;
	background:#fff;
}
#imgContainer {
	z-index: -100;
	width: 100%;
	position:fixed;
	}
.logo{
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	padding:20px 0 20px 0;
	margin-bottom:20px;
	}
#metaNavigation{
	margin-bottom:48px;
	width:100%;
	line-height:100%;
	}
#metaNavigation a{
	font-size:12px;
	font-weight:normal!important;
	color:#888;
	padding-right:20px;
	text-transform:uppercase;
	text-decoration:none;
	}
#metaNavigation a:hover, #metaNavigation a.active{
	color:#000;
	}
	
#navigation{
	position:fixed;
	top:0px;
	left:15px;
	width:220px;
	padding:80px 40px 40px 20px;
	background:url(bg_navigation.png) bottom left no-repeat;
	}
#navigation ul {
	margin-bottom:30px;
	line-height:100%;
}
#navigation ul li {
	list-style-type:none;
	border-bottom:#999 1px solid;
}
#navigation ul li a {
	color:#333;
	text-decoration:none;
	display:inline-block;/*Holly-Hack: avoid vertical spacing of list elements IE6*/
	padding: 15px 0 15px 0;
	text-transform:uppercase;
}
#navigation ul li a {
	display:block;/*Holly-Hack*/
}
#navigation ul li a:hover, #navigation ul li a.active {
	font-weight:bold;
}


#navigation ul li ul {
	margin:0 0 15px 15px;
	line-height:100%;
}
#navigation ul li ul li {
	list-style-type:none;
	border-bottom:none;
}
#navigation ul li ul li a {
	color:#333;
	text-decoration:none;
	padding: 5px 0 5px 0;
	text-transform:none;
}


#navigation h4 {
	margin-bottom:10px;
	font-family: 'Yanone Kaffeesatz', arial, serif; 
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 2px;
	
}
#navigation img a {
	float:left;
	margin-right:10px;
}

#contentWrap{
	position:absolute;
	top:0px;
	left:310px;
	width:720px;
	}
#content{
	width:640px;
	padding:20px 50px 30px 30px;
	background:url(bg_content.png) top left repeat-y;
	overflow:hidden;
	}
#content h1{
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	padding:23px 0 23px 0;
	margin-bottom:40px;
	line-height:100%;
	}
	
#content h2 { 
	font-family: 'Yanone Kaffeesatz', extralight, arial, serif; 
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	padding:23px 0 23px 0;
	margin-bottom:40px;
	line-height:100%;
	font-size: 40px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	}	
	
#content h5{
	font-size:15px;
	font-weight:normal;
	padding-bottom:10px;
	color:#000;
	}
#content h6{
	font-size:13px;
	}

#content p{
	padding-bottom:10px;
	}
#content a{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
#content a:hover{
	color:#000;
	}
	
#content ul{
	margin:0px 0px 10px 20px;
	}

.motive{
	width:100%;
	margin-bottom:20px;
	}
#content .box{
	float:left;
	width:280px;
	padding:15px 10px 5px 10px;
	margin:20px 30px 0px 0px;
	border:0px none #fff;
	}
#content .box h3{
	padding-bottom:15px;
	border-bottom:#fff 1px solid;
	margin-bottom:15px;
	font-size: 20px;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:25px;
	}
	
.large{
	width:620px !important;
	margin:0px 0px 20px 0px !important;
	}
	
.large h3{
	text-align:center;
	}

/******* IMAGE & TEXT *******/
.contentRow{
	float:left;
	width:100%;
	border-top:#fff 1px solid;
	margin-bottom:15px;
	padding-top:15px;
	}
.thumb{
	float:left;
	width:150px;
	}
.thumb img{
	}
.contentRow h4 {
	float:right;
	font-size:15px;
	padding-bottom:7px;
	width:400px;
	text-transform:uppercase;
	font-weight:normal;
	color:#000;
	}
.contentRow p{
	float:right;
	width:400px;
	padding:0 0 10px 0;
	}
	
	
#footer{
	float:left;
	clear:both;
	color:#000;
	/*text-shadow: 1px 1px 0px #999;*/
	width:640px;
	padding:20px 50px 30px 30px;
	background:url(bg_footer.png) top left no-repeat;
	}
	
/*Veranstaltungen*/
.event_container{
	float:left;
	width:640px;		
}

.event_container_box{
	float:left;
	margin:0px 0px 20px;
}

.left_column_box{
	float:left;
	width:200px;	
}

.right_column_box{
	float:right;
	width:420px;	
}

/*Veranstaltungen Kontaktformular*/

fieldset{
	float:left;
	border:none;
	width:500px;			
}

label{
	float:left;
	width:200px;	
}

input, textarea{
	float:right;
	width:298px;
	border:1px solid #CCC;	
}

.invisible{
	display:none;	
}

/*Links*/
.link_box{
	float:left;	
	margin:0px 0px 20px;
}

.link_box p{
	width:450px;
	float:right;	
	margin:0px 0px 0px 20px;
}

.link_box a{
	float:left;	
}

.link_box img{
	margin:0px 5px 0px 0px;
}

/*Listen*/
ol{
	margin:5px 0px 20px 20px;	
}

ol li{
	margin:0px 0px 10px;	
}

/*Online Terminvergabe*/
.online_terminvergabe #content{
	width:800px;
	background:white;	
}

.online_terminvergabe #contentWrap{
	left:30px;
	width:900px;
}

.online_terminvergabe #navigation{
	display:none;	
}

.online_terminvergabe #metaNavigation{
	display:none;	
}
