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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(/i/ground.jpg) #000;
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
}

div#wrapper {
	width: 980px;
	margin: 0px auto;
	text-align:left;
}

div#header {
	width:980px;
	height:239px;
	background:url(/i/header.jpg);
	background-repeat:no-repeat;
}

div#topnav {
	width:980px;
	height:61px;
	background:url(/i/topnav.jpg);
}

div#topnav ul {
	margin:0 0 0 298px;
	padding:23px 0 0 0;
	list-style-type:none;
}

div#topnav ul li {
	margin:0 4px 0 0;
	padding:0;
	width:120px;
	background:none;
	float:left;
	text-transform:uppercase;
	text-align:center;
}

div#topnav ul li a {
	display:block;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

div#topnav ul li a:hover {
	color:#FD6210;
}



div#main td {
	vertical-align:top;
	background:#fff;
}

div#leftbar {
	width:298px;
}

div#leftbar div#events {
	width:217px;
	height:244px;
	background:url(/i/events.jpg);
	margin:0 0 30px 31px;
}


div#leftbar div#nextevent {
	width:217px;
	height:244px;
	margin:0 0 30px 31px;
	background:url(/i/box_ground.jpg);
}


div#leftbar div.box {
	margin:0 0 30px 31px;
}

div#leftbar div.box ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(/i/box_neutral_04.jpg);
	background-repeat:no-repeat;
	line-height:17px;
}

div#leftbar div.box ul li {
	padding:5px 0 0 10px;
}

div#leftbar div.box ul li a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

div#leftbar div.box div.top {
	background:url(/i/box_top_neutral.jpg);
	background-repeat:no-repeat;
	width:217px;
	height:35px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:25px 0 0 0;
}

div#leftbar div.box div.bottom {
	background:url(/i/box_bottom_neutral.jpg);
	width:217px;
	height:47px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	
}


div#content {
	width:682px;
}

div#content h2 {
	font-size:13px;
	color:#333;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;
}

div#content h3 {
	font-size:13px;
	color:#333;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;
}

div#content a {
	text-decoration:none;
	color:#E0011E;
	font-weight:bold;
}

div#content h1 {
	margin:0 0 20px 0;
	padding:0;
	background:url(/i/content_top.jpg);
	font-size:15px;
	padding:50px 0 8px 15px;
	color:#666;
}

div#content p.text {
	margin:0 40px 20px 15px;
	line-height:17px;
}


div#content div#lastcomments {
	width:189px;
	height:272px;
	background:url(/i/comments.jpg);
	margin:0 0 0 15px;
	color:#fff;
}

div#content div#lastcomments img {
	border:0;
}


div#content div#specialevents {
	width:170px;
	height:180px;
	background:url(/i/special_events.jpg);
	margin:0 40px 0 15px;
	color:#fff;
	float:right;
}


div#bottom {
	width:980px;
	height:64px;
	background:url(/i/bottom.jpg);
}

div#bottom div#btext {
	padding:37px 0 0 15px;
	font-size:10px;
	color:#fff;
}

div#bottom div#btext a {
	text-decoration:none;
	color:#fff;
}


.textfield {
	background:#EFEFEF;
	width:400px;
	border:1px solid #ccc;
	padding:3px;
}

.textarea {
	background:#EFEFEF;
	width:400px;
	height:200px;
	border:1px solid #ccc;
	padding:3px;
}

.input_anmeldung {
	background:#EFEFEF;
	width:220px;
	border:1px solid #ccc;
	padding:3px;
}

.textarea_anmeldung {
	background:#EFEFEF;
	width:350px;
	height:200px;
	border:1px solid #ccc;
	padding:3px;
}

#linktip { 
    display:none; 
    background:transparent url(/i/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

.cthumb {
	float:left;
	margin:5px 20px 15px 0;
	padding:5px;
	background:url(/i/img_ground.jpg);
}


