/********************************************************************
 *  Global
 ********************************************************************/

html{
	height: 100%;
}

body{
	padding: 0;
	margin: 0;
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	overflow-y: scroll;	
}

#wrapper{
	background: url(../img/bg.jpg) repeat-y;
	min-height: 100%;
	height: auto;
}

#header{
	width: 947px;
	margin-left: 25px;
}

#container{
	width: 947px;
	margin-left: 23px;
}

#container_padding_top{
	height: 60px;
	background: url(../img/bg_container_padding.jpg) no-repeat #f6f6f6;
	width: 947px;
	margin-left: 25px;
}

#container_padding_bottom{
	height: 40px;
	background-color: #f6f6f6;
	width: 947px;
	margin-left: 25px;
}

#main{
	padding-left: 30px;
	padding-right: 35px;
	min-height: 400px;
	color: #6b7071;
}

#header .inside{
	height: 142px;
	background-color: #ffffff;
}

h1{
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	left: 27px;
}

h1 img{
	position: relative;
}

h1 span{
	position: relative;
	left: 87px;
	bottom: 18px;
	font-size: 21px;
	color: #6b7071;
	font-family: 'MrEavesModR';
}

a{
	text-decoration: none;
	color: #c10770;
}

h2{
	color: #1c5f8c;
	font-size: 25px;
	font-weight: normal;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Calibri';
}

h3{
	color: #1c5f8c;
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: 'Calibri';
}

h4{
	color:#6B7071;
	font-size:14px;
	font-weight: bold;
}

h5{
	color:#6B7071;
	font-size:12px;
	font-weight: bold;
}

#main h3 a{
	color: #1c5f8c;
}

p{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

p, li{
	line-height: 19px;
	color: #6b7071;
}


input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b7071;
}

label{
	color: #6b7071;
}

/********************************************************************
 *  Navigation
 ********************************************************************/

#header div.mod_navigation{
	background: url(../img/bg_nav.jpg) repeat-x;
	position: absolute;
	bottom: 2px;
	width: 100%;
	overflow: hidden;
}

#header div.mod_navigation div.bg_left{
	position: absolute;
	left: 0px;
	background: url(../img/nav_left.png) no-repeat;
	height: 35px;
	width: 3px;	
}

#header div.mod_navigation div.bg_right{
	position: absolute;
	right: 0px;
	background: url(../img/nav_right.png) no-repeat;
	height: 35px;
	width: 3px;	
}	

#header div.mod_navigation ul{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	height: 35px;
	overflow: hidden;
}		

#header div.mod_navigation ul li{
	float: left;
	background: url(../img/nav_separator.jpg) no-repeat left top;
	font-size: 16px;
	color: #ffffff;	
	text-transform: uppercase;
	font-family: 'MrEavesModR';
}

#header div.mod_navigation ul li.first{
	width: 188px;
}

#header div.mod_navigation ul li.last{
	width: 145px;
}

#header .start div.mod_navigation ul li span{
	visibility: hidden;
}

#header div.mod_navigation ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 37px 10px 37px;
	margin-left: 2px;
}

#header div.mod_navigation ul li.first a{
	margin-left: 0;
	padding-left: 30px;
}

#header div.mod_navigation ul li.first span{
	margin-left: 0;
	padding-left: 30px;
}		

#header div.mod_navigation ul li span{
	display: block;
	padding: 6px 37px 10px 37px;
	margin-left: 2px;
	background-color: #646464;	
}

#header div.mod_navigation ul li a.trail{
	background-color: #646464;
}

#header div.mod_navigation ul li a:hover{
	background-color: #646464;	
}


/********************************************************************
 *  Sub-Navigation
 ********************************************************************/

#left div.mod_navigation{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left div.mod_navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left div.mod_navigation ul li{
	color: #1c5f8c;
	font-family: 'Calibri';
	font-size: 15px;
	font-weight: bold;
	margin-left: 28px;
	margin-right: 38px;	
	padding: 5px 0 9px 2px;
	background: url(../img/border_subnav.jpg) repeat-x bottom;
	line-height: normal;
}

#left div.mod_navigation ul li.last{
	background: none;
}

#left div.mod_navigation ul li.active{
	color: #6b7071;
}	

#left div.mod_navigation ul li a{
	text-decoration: none;
	color: #1c5f8c;
}

#left div.mod_navigation ul li a:hover{
	color: #6b7071;
}	

/********************************************************************
 *  Modules
 ********************************************************************/

#header .mod_form{
	position: absolute;
	left: 666px;
	top: 45px;
}

#header .mod_form .searchbox{
	background: url(../img/lupe.jpg) no-repeat 5px 3px;
	width: 170px;
	height: 20px;
	border: 2px solid #e1e8e5;
	float: left;
}

#header .mod_form .searchbox input{
	width: 140px;
	margin-left: 25px;
	border: none;
	background: none;
	padding-top: 2px;
}

#header .mod_form .searchbox br{
	display: none;
}

#header .mod_form .submit_container{
	float: left;
	margin-left: 5px;
}

#left h2, #right h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	background: url(../img/border_subnav.jpg) repeat-x bottom;
	padding-bottom: 10px;
}

#right .mod_newslist{
	background: url(../img/bg_module.jpg) no-repeat bottom #ffffff;
	border: 3px solid #e1e8e5;
	padding: 15px;
	padding-top: 10px;
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 30px;	
}

#right .mod_newslist a{
	font-size: 12px;
}

#right .mod_newslist h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right .mod_newslist p.more{
	margin: 0;
	line-height: 19px;
	margin-bottom: 10px;
}

#right .mod_newslist p.more a{
	color: #6b7071;
}

#right .mod_newslist p.info{
	color: #6b7071;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	line-height: 19px;
}

#right .mod_newslist p.empty{
	color: #6b7071;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	line-height: normal;
}

#left .mod_upcoming_events{
	background: url(../img/bg_module.jpg) no-repeat bottom #ffffff;
	border: 3px solid #e1e8e5;
	padding: 15px;
	padding-top: 10px;	
	margin-left: 15px;
	margin-right: 25px;	
}

#left .mod_upcoming_events span.date{
	display: block;
	color: #6b7071;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	line-height: 19px;	
}

#left .mod_upcoming_events h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#left .mod_upcoming_events a{
	font-size: 12px;
}	

#left .mod_upcoming_events p.more{
	margin: 0;
	line-height: 19px;
	margin-bottom: 10px;
}

#left .mod_upcoming_events p.more a{
	color: #6b7071;
}

#left .mod_upcoming_events div.empty{
	color: #6b7071;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	line-height: normal;
}

#right .ce_text{
	background: url(../img/bg_module.jpg) no-repeat bottom #ffffff;
	border: 3px solid #e1e8e5;
	padding: 15px;
	padding-top: 10px;	
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 15px;	
}

#main div.event h3 span{
	color: #6b7071;
	font-size: 14px;
}

#main .event .more{
	margin-top: -5px;
}

#main .mod_newslist h3 span{
	color: #6b7071;
	font-size: 14px;
}

/********************************************************************
 *  Forms
 ********************************************************************/

#main .ce_form h3{
	margin-top: 20px;
	margin-bottom: 10px;
}

#main .ce_form br{
	clear: both;
}

#main .ce_form label{
	display: block;
/*	float: left; */	
	width: 200px;
	margin-top: 4px;
}

#main .ce_form input.text{
	width: 200px;
	margin-top: 2px;
}

#main .ce_form p.error{
	color: #ff0000;
}

#main .ce_form .radio_container{
	clear: both;
	margin-left: 30px;
	padding-top: 5px;
}

#main .ce_form .radio_container span{
	display: block;
}
	
#main .ce_form .radio_container label{
	display: inline;
	float: none;
}

#main .ce_form .checkbox_container{
	clear: both;
	margin-top: 10px;
}

#main .ce_form .checkbox_container label{
	display: inline;
	float: none;	
}

#main .ce_form label.aufmerksamdurch{
	width: auto;
}

#main .ce_form .kontakt .submit_container{
	padding: 10px 0 20px 0;
}

#main .mod_cm_eventsattend_ext .submit_container{
	padding: 10px 0 20px 0;
}

#main .ce_accordion h3{
	cursor: pointer;
}

#main .pagination{
	text-align: center;
}

#main .pagination ul{
	list-style: none;	
	padding: 0;
	margin: 0;
}

#main .pagination li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#main .ce_form .mitarbeiter{
	clear: both;
}

#main .ce_form .mitarbeiter p.label{
	float: left;
	width: 95px;
	margin: 0;
	margin-top: 10px;
}

#main .ce_form .mitarbeiter label{
	display: none;
}

#main .ce_form .mitarbeiter input{
	float: left;
	width: 86px;
	margin-right: 3px;
}

#main .ce_form .mitarbeiter br{
	display: none;
}

#main .ce_form .mitarbeiter_submit{
	margin-top: 20px;
}
