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

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



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

div#header div#htop {
	background:url(/i/header.jpg);
	width:980px;
	height:130px;

}

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

div#header div#topnav ul {
	position:absolute;
	margin:25px 0 0 335px;
	list-style-type:none;
	padding:0;
}

div#header div#topnav ul li {
	float:left;
	width:120px;
	text-align:center;
	margin:0 4px 0 0;
	font-size:14px;
	font-weight:bold;
}

div#header div#topnav ul li a {
	text-decoration:none;
	color:#666;
}

div#header div#topnav ul li a:hover {
	text-decoration:none;
	color:#E3001B;
}



div#header div#hbottom {
	background:url(/i/header_bottom.jpg);
	width:980px;
	height:125px;

}

div#main {
	background:url(/i/logo_ground.jpg) #fff;
	background-repeat:no-repeat;
	background-position:bottom right;
}

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

div#leftbar {
	
}


div#leftbar div.box {
	margin:0 0 20px 45px;
	width:204px;
}

div#leftbar div.box div.top {
	background:url(/i/box_top.gif);
	background-repeat:no-repeat;
	width:204px;
	height:20px;
	font-weight:bold;
	font-size:14px;
	color:#E3001C;
	padding:10px 0 2px 5px;
}

div#leftbar div.box div.bottom {
	background:url(/i/box_bottom.gif);
	background-repeat:no-repeat;
	width:204px;
	height:20px;
}


div#leftbar ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
}

div#leftbar ul#nav li {
	background:url(/i/px.gif) #eceded;
	background-repeat:no-repeat;
	background-position:0 center;
	color:#666;
	font-size:13px;
	margin:2px 0 2px 0;
}

div#leftbar ul#nav li a {
	display:block;
	text-decoration:none;
	color:#666;
	padding:3px 0 3px 18px;
	
}

div#leftbar ul#nav li a:hover {
	display:block;
	text-decoration:none;
	color:#666;
	background:url(/i/px_red.gif) #FAFAFA;
	background-repeat:no-repeat;
	background-position:0 center;
}

div#content {
	width:660px;
	padding:0 0 0 40px;
	line-height:16px;
}

div#content h1 {
	margin:0 0 10px 0;
	padding:7px 0 7px 10px;
	background:url(/i/h1_ground.gif);
	background-repeat:no-repeat;
	font-size:13px;
	color:#fff;
}

div#content p {
	margin:5px 0 15px 10px;
	padding:0;
}

div#content a {
	text-decoration:none;
	color:#E3001C;
}

div#content a:hover {
	color:#666;
}

div#content div#pdf {
	width:180px;
	border:4px solid #DBDEE0;
	margin:0 0 17px 0;
	background:#FAFAFA;
}

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

div#bottom {
	background:#C3C3C3;
	padding:10px;
	text-align:center;
}


form#loginform {
	margin:0;
	padding:5px 0 5px 5px;
}

form#loginform p {
	margin:0;
	padding:0;
}

form#loginform .input {
	background:#FAFAFA;
	border:1px solid #fff;
	width:180px;
}

.button {
	background:#E3001C;
	border:0px solid #fff;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

img.thumb {
	border:4px solid #DBDEE0;
}

.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;
}

div.module {
	width:300px;
	background:#EFEFEF;
	float:left;
	margin:0 20px 20px 0;
}


div.module div.title {
	background:url(/i/module_top.gif) #fff;
	color:#fff;
	padding:3px;
	font-weight:bold;

}



