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

body{
	background:url(images/header_bg.jpg) left top repeat-x #72a0ba;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
	width:100%;
	}
	
#sitebg{
	background:url(images/content_bg.jpg) left top repeat-y;
	margin:0 auto;
	padding:0 0 0 0px;
	width:878px;
	}
	
#site{
	margin:0 auto;
	padding:0 0 0 0px;
	width:878px;
	background:url(images/header_web_bg.jpg) left top no-repeat;
	}
	
#header{
	background:url(images/header.jpg) left top no-repeat;
	width:878px;
	height:167px;
	margin:0;
	}
#menu {
	margin:0;
	width:878px;
	height:33px;
	}
	
#topmenu{
	list-style:none;
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
#topmenu li{
	float:left;
	margin:0;
	padding:0;
	}
	
#topmenu li a{
	display:block;
	float:left;
	height:33px;
	color:transparent;
	}

#willkommen, #willkommen a{
	width:159px;
	}
	
#wochenende, #wochenende a{
	width:189px;
	}
#workshops, #workshops a{
	width:160px;
	}
#anmeldung, #anmeldung a{
	width:131px;
	}
#kontakt, #kontakt a{
	width:94px;
	}
#impressum, #impressum a{
	width:145px;
	}
	
#topmenu span{
	display:none;
	}
	
	
#contentbox{
	min-height:180px;
	clear:both;
	text-align:left;
	padding:10px 120px 0px 30px;
	}
	
	
#footer{
	color:transparent;
	width:878px;
	height:92px;
	background:url(images/footer.jpg) left top no-repeat;
	}
	
	label{display:block; margin:5px;}
input, textarea, select{display:block;}

#warn{
	background:#FF9D94;
	border:1px dashed #FF4F37;
	color:black;
	font-weight:bold;
	padding:8px;
	}
	
h2{
	border-left:3px solid #5378FF;
	padding-left:8px;
	font-size:19px;
	}
h3{
	color:#065CFF;
	margin-bottom:0px;
	}