body {
	padding: 0px;
	margin: 0px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

#canvas {
	width: 100%;
	margin: 0px auto;
	height: 100%;
}

#empty_header {
	width: 960px;
	height: 146px;
	margin: 0px auto;
	padding: 35px;
}


#neu_meldung {
	
	color: rgb(255,255,255);
	background-color: rgb(11, 114, 181);
	padding: 10px;
	font-weight: bolder;
	margin-bottom: 25px;
	display: inline-block;
	border-radius: 5px;
font-size: 0.81em;}


#header {
	width: 960px;
	height: 146px;
	margin: 0px auto;
	padding: 35px;
}

p.error_msg {
	border: 2px solid rgba(255, 0, 0, .25);
	background-color: rgba(255, 0, 0, .10);
	padding: 5px;
	padding-left: 10px;
	color: rgb(24,24,24);
	}
span.error {color: rgb(25,25,25);}
	#header h1#logo {
		background-image: url('header_logo.png');
		background-repeat: no-repeat;
		width: 175px;
		height: 76px;
		overflow: hidden;
		text-indent: -9999px;
		display: inline-block;
	}


	#header h1#logo_MSIE {
		background-image: url('header_logo.png');
		background-repeat: no-repeat;
		width: 175px;
		height: 76px;
		display: inline-block;
	}
	
	#header #top_nav {
		display: inline-block;
		margin: 15px 0px 35px 35px;
		text-align: right;
		width: 700px;
		float: right;
	}
	
	#header #top_nav ul {
		list-style: none;
		display: inline;
		padding-top: 25px;
	}

	#header #top_nav ul li {
		margin-top: 25px;
		display: inline-block;
		margin-left: 35px;
		padding: 8px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 16px;
	}
	
	
	#header #top_nav ul li a, a:link, a:active, a:visited {
		font-weight: 400;
		font-size: 16px;
		color: rgb(24,24,24);
		margin: 0px;
	}
	
	
	#header #top_nav ul li a:hover {
		color: rgb(11, 114, 181);
	}
	
	
	

#content_canvas_first {
	width: 100%;
	color: rgb(24, 24, 24);
}

#content_canvas {
	width: 100%;
	color: rgb(24, 24, 24);
	border-top: 2px solid rgb(228, 228, 228);
}
	
	#content {
		width: 960px;
		margin: 0px auto;
		padding: 35px;
	}
	
	#content.banner {
		background-image: url('aufstieg.png');
		background-repeat: no-repeat;
		background-position: 615px 0px;
		height: 450px;
		
	}
	
	#content.banner_archiv {
		background-image: url('archiv.png');
		background-repeat: no-repeat;
		background-position: 435px 0px;
		height: 450px;
		
	}
	
	#content.banner_moved {
		background-image: url('umzug.png');
		background-repeat: no-repeat;
		background-position: 50px 0px;
		height: 450px;
		
	}
	
	#content.banner_seminare {
		background-image: url('seminare.png');
		background-repeat: no-repeat;
		background-position: 410px 0px;
		height: 450px;
		
	}
	
	#content.leitung {
		background-image: url('wcremer.png');
		background-repeat: no-repeat;
		background-position: 849px 35px;
	}
	
	
	#content.pdf {
		background-image: url('pdf.png');
		background-repeat: no-repeat;
		background-position: left;
		//height: 105px;
		background-position-x:35px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	#content.pdf-no-folder {
		background-image: url('pdf.png');
		background-repeat: no-repeat;
		background-position: left;
		background-position-x:0px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	
	.indent {
		padding-left: 75px ;
		padding-top:0px;
	}
	
	.indent-no-folder {
		padding-top:0px;
		padding-left: 40px ;	
	}
	
	.indent p {
			margin-top: 0px;
		}
	
	.indent-no-folder p {
			margin-top: 0px;
		}	
	
	#content.mitarbeiter {
		background-image: url('gbiesen-cremer.png');
		background-repeat: no-repeat;
		background-position: 849px 35px;
	}
	
	
	#content h2 {
		margin: 0px 0px 26px 0px;
		position: relative;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
		color: rgb(24, 24, 24);
	}
	
	#content h2::after {
		content: '';
		height: 2px;
		width: 304px;
		display: block;
		position: absolute;
		bottom: -10px;
		background-color: rgb(24, 24, 24);
	}
	
	.odd {
		background-color:rgb(243, 243, 243);
	}
	
	#content .column {
		width: 25%;
		float: left;
	}
	
	.column_content_l {
		padding-right: 16px;
	}
	
	.column_content_c {
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.column_content_r	 {
		padding-left: 16px;
	}
	
	.quick_access {
		height: 340px;
	}
	
	#content p {
		color: rgb(120, 120, 120);
		font-size: 15px;
		line-height: 28px;
		text-align: justify;
	}
	
	#content ul {
		color: rgb(120, 120, 120);
		font-size: 15px;
		line-height: 28px;
	}
	
	
	#content h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
		text-transform: uppercase;
		margin: 0px 0px 0px 0px;
		letter-spacing: 1px;
		}
	
	#aufstieg {
		margin-top: 130px;
	}
	
	#aufstieg h3 {
		font-size: 36px;
		line-height: 48px;
		font-weight: 400;
		text-transform: uppercase;
		margin: 0px 0px 0px 0px;
		letter-spacing: 1px;
	}
		
	#content em {
		color: rgb(11, 114, 181);
	}
	
	p.link {
		margin-top: -3px;
	}
	
	p a.quick_access_link, a.quick_access_link:link, a.quick_access_link:active, a.quick_access_link:visited {
		color: rgb(11, 114, 181);
		margin: 0px;
		font-size: 15px;
		text-transform: none;
		letter-spacing: 0px;
		font-weight: normal;
		font-style: normal;
	}
	

#footer {
	background-color: rgb(24,24,24);
	text-align: center;
	color: rgb(229,229,229);
	padding: 25px;
	
}
	#footer a, a:link, a:active, a:visited {
		color: rgb(229,229,229);
		text-decoration: none;
		margin-left: 25px;
		margin-right: 25px;
		text-transform: uppercase;
		font-size: 0.8em;
		letter-spacing: 2px;
		font-weight: 400;
	}

	#footer a:hover {
		
	}

	#footer	#copyright_notice {
		font-size: 0.75em;
		padding-top: 35px;
		padding-bottom: 15px;
		color: rgb(100,100,100);
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 400;
	}
	
#footer a#button {
	color: rgb(0,0,0);
	background-color: rgb(229,229,229);
	padding: 7px;
	font-weight: bolder;
	display: inline-block;
	border-radius: 3px;
	}

span.notice {font-size: 12px;line-height: 14px;}
span.notice .quick_access_link {font-size: 12px;
line-height: 14px;}

table.anmeldung input[type=submit]{
		border: 1px solid rgb(0,0,0);
			color: rgb(0, 0, 0);
				background-color: rgb(229,229,229);
				font-weight: bold;
	}
	

table.anmeldung select {
	border: 0px;
	-webkit-border-radius: 0px;
	margin-left: 2px;
			color: rgb(0, 0, 0);
				background-color: rgb(229,229,229);
-webkit-appearance: none;
width: 239px;	
padding:5px;}	

table.anmeldung td.label {
	padding-right: 20px;
	color: rgb(120, 120, 120);
			font-size: 15px;
		line-height: 28px;

	}

table.anmeldung input[type=text] {
		background-color: rgb(229,229,229);
		border: 0px;
			color: rgb(0, 0, 0);
		padding: 5px;
	}	