/*
	26.03.2007 included css for mailform
*/
@media screen {
	html, body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: white;
	}
	#body_box {
		width: 100%;
/* 		clear:	both; */
		margin-bottom: 10px;
		height: auto;
	}
	#container {
		width: 980px;
	}
	#container .content {
		padding: 0px 0px 0px 0px;
	}
	#headline {
		width: 100%;
		margin-top: 10px;
	}
	#headline .spacing {
		width: 980px;
		height: 5px;
		background-color: white;
	}
	#headline .title {
		width: 980px;
		height:99px;
		padding: 0px 0px 0px 0px;
		background:url('./bld/Header.png') center no-repeat;
	}
	#Content {
		width:980px;
		background:url('./bld/Inhalt_BG.png') repeat-y;
	}
	#Abschluss {
		background:url('./bld/Inhalt_BG_schluss.png') bottom no-repeat;
	}
	#HorizontalMenu {
		border:			0px solid black;
		text-align:		right;
		height:			18px;
		font-size:		10px;
		padding-top:	82px;
		font-family: sans-serif;
	}
	.HorizontalMenuEintrag {
		line-height:		18px;
		vertical-align:		middle;
		font-size:			10px;
		margin-right:		5px;
		font-family: sans-serif;
	}
	.HorizontalMenuEintrag a {
		color:				white;
		text-decoration:	none;
		font-weight:		bolder;
		font-family: sans-serif;
	}
	.HorizontalMenuEintrag a:hover {
		color:				#F1E10E;
		text-decoration:	none;
		font-weight:		bolder;	
		font-family: sans-serif;
	}
	#Menu {
		vertical-align:middle;
		float : left;
		margin-bottom : 2px;
		margin-left : 2px;
		margin-right : 2px;
		margin-top : 0px;
		width : 180px;
		font-size:12px;
		border:0px solid black;
	}
	#Menu .level1 a {
		display:block;
		line-height:22px;
		background:url('./bld/inactive.png') left center no-repeat;
		margin-bottom:2px;
		padding-left:5px;
		font-family:sans-serif;
		font-size:12px;
		color:black;
		text-decoration:none;
	}
	#Menu .level1 a:hover {
		background:url('./bld/inactive_hover.png') left center no-repeat;
	}
	#Menu .level1act a {
		display:block;
		line-height:22px;
		background:url('./bld/active.png') left center no-repeat;
		margin-bottom:2px;
		padding-left:5px;
		font-family:sans-serif;
		font-size:12px;
		color:black;
		text-decoration:none;
		font-weight:bolder;
	}
	#Menu .level2 a {
		display:block;
		line-height:17px;
		background:url('./bld/level2_inactive.png') left center no-repeat;
		margin-bottom:2px;
		margin-left:30px;
		padding-left:5px;
		font-family:sans-serif;
		font-size:10px;
		color:black;
		text-decoration:none;
		width:147px;
	}
	#Menu .level2 a:hover {
		background:url('./bld/level2_inactive_hover.png') left center no-repeat;
	}
	#Menu .level2act a {
		display:block;
		line-height:17px;
		background:url('./bld/level2_active.png') left center no-repeat;
		margin-bottom:2px;
		padding-left:5px;
		margin-left:20px;
		font-family:sans-serif;
		font-size:10px;
		color:black;
		text-decoration:none;
		font-weight:bolder;
		width:147px;
	}
	#Menu .level3 a {
		display:block;
		line-height:17px;
		background:url('./bld/level2_active.png') right center no-repeat;
		margin-bottom:2px;
		padding-right:5px;
		margin-left:25px;
		font-family:sans-serif;
		font-size:10px;
		color:black;
		text-decoration:none;
		width:147px;
		text-align:right;
	}
	#Menu .level3act a {
		display:block;
		line-height:17px;
		background:url('./bld/level2_active.png') right center no-repeat;
		margin-bottom:2px;
		padding-right:5px;
		margin-left:25px;
		font-family:sans-serif;
		font-size:10px;
		font-weight: bolder;
		color:black;
		text-decoration:none;
		width:147px;
		text-align:right;
	}
	#Inhalt {
		font-family:"Verdana", sans-serif;
		font-size:12px;
		margin-left:190px;
		width: 760px;
	}
	#Inhalt td {
		font-family:"Verdana", sans-serif;
		font-size:12px;
	}
	#Inhalt input, select, textarea {
		font-family:"Verdana", sans-serif;
		font-size:12px;
	}
	#Inhalt input[type="submit"] {
		border: 1px groove;
		padding-left: 20px;
		padding-right: 20px;
	}
	#Inhalt input[type="submit"]:hover {
		background: #acbecd;
		color: white;
		border: 1px groove;
	}
	#Inhalt h1 {
		color : black;
		font-size : 18px;
		font-weight : bolder;
		margin-bottom : 0px;
		margin-left : 0px;
		margin-right : 0px;
		margin-top : 20px;
	}
	#Inhalt h2 {
		margin: 15px 0px 0px 0px;
		font-size: 16px;
		font-weight: bolder;
		color: black;
	}
	#Inhalt h3 {
		margin: 10px 0px 0px 0px;
		font-size: 14px;
		font-weight: bolder;
		color: #5a5a5a;
	}
	#Inhalt h4 {
		margin: 10px 0px 0px 0px;
		font-size: 14px;
		font-weight: normal;
		color: #5a5a5a;
	}
	#Inhalt h5 {
		margin: 10px 0px 0px 0px;
		font-size: 12px;
		font-weight: bolder;
		color: #5a5a5a;
	}
	#Inhalt h6 {
		margin: 10px 0px 0px 0px;
		font-size: 12px;
		text-decoration: underline;
		color: #5a5a5a;
	}
	#Inhalt p {
		line-height : 150%;
		margin-bottom : 5px;
		margin-left : 0px;
		margin-right : 0px;
		margin-top : 0px;
	}
	#Inhalt h1.csc-firstHeader {
		margin: 0px 0px 10px 0px;
		padding-top: 5px;
		padding-right: 0px;
		color: #5a5a5a;
		text-align: right;
		font-style: italic;
		font-size: 18px;
		border-bottom: 1px #aaaaaa solid;
	}
	#Inhalt .csc-menu {
		line-height : 150%;
		margin-bottom : 0px;
		margin-left : 10px;
		margin-right : 0px;
		margin-top : 0px;
		padding: 10px 10px 10px 10px;
		background-color: #f7f7f7;
	}
	#Inhalt .csc-menu-3 {
		line-height : 150%;
		margin-bottom : 0px;
		margin-left : 10px;
		margin-right : 0px;
		margin-top : 0px;
		padding: 10px 10px 10px 10px;
		background-color: #f7f7f7;
	}
	#Inhalt .csc-menu-3 .csc-section {
		line-height : 150%;
		margin-bottom : 0px;
		margin-left : 0px;
		margin-right : 0px;
		margin-top : 0px;
	}
	#Inhalt .csc-menu-3 .csc-section a {
		text-decoration : underline;
	}
	#Inhalt .csc-form-labelcell tr,td {
	vertical-align: top;
	}
	#Inhalt a {
		text-decoration: underline;
		color: #242424;
		font-weight: bolder;
	}
	#Inhalt .csc-caption {
		font-weight:		bolder;
		font-size:			10px;
	}
	#Inhalt a:hover {
		text-decoration: underline;
		color: gray;
	}
	#Inhalt .csc-menu-4 p {
		margin: 0px;
	}
	#Inhalt ul.csc-bulletlist  {
		list-style-position: outside;
	}
	#Inhalt ul.csc-bulletlist-0 {
		list-style-image: url('./bld/ListItem-csc-bulletlist-0.gif');
	}
	#Inhalt ul.csc-bulletlist-1 {
		list-style-image: url('./bld/ListItem-csc-bulletlist-1.gif');
	}
	#Inhalt ul.csc-bulletlist-2 {
		list-style-type: decimal;
	}
	#Inhalt ul.csc-bulletlist-3 {
		list-style-type: upper-roman;
	}
	#Inhalt table.csc-uploads {
	}
	#Inhalt table.csc-uploads-0 {
		border-collapse: collapse;
	}
	#Inhalt table.csc-uploads-1 {
		border-collapse: collapse;
		border: 1px #bdd0e1 solid;
		width: 100%;
	}
	#Inhalt .csc-uploads-1 td {
		padding: 1px 3px 1px 3px;
	}
	#Inhalt .csc-uploads-1 tr.tr-even {
		background: #eaf1f7;
	}
	#Inhalt .csc-uploads-1 tr.tr-odd {
		background: #f2f6fa;
	}
	#Inhalt table.contenttable {
		border: 1px #bdd0e1 solid;
	}
	#Inhalt table.contenttable td {
		padding: 1px 3px 1px 3px;
	}
	#Inhalt table.contenttable tr.tr-even {
		background: #eaf1f7;
	}
	#Inhalt table.contenttable tr.tr-odd {
		background: #f2f6fa;
	}
	#Inhalt table.contenttable-2 {
		margin:		15px 0px 15px 0px;
	}
	/*#Inhalt .csc-menu-4 a {
		color: #242424;
		font-weight: bolder;
	}*/
	
	#Inhalt p.csc-abstract {
		margin: 0px 0px 10px 5px;
	}
	
	#Inhalt .csc-mailform {
		border:		0px;
	}

/*  BEGIN 26.03.2007 MAW */
	#Inhalt .csc-mailform-field label {
		display:			block;
		width:				160px;
		vertical-align:		top;
		float:				left;
	}
	#Inhalt .csc-mailform-field input,
	#Inhalt .csc-mailform-field textarea {
		width:				320px;
		background:			#EFEFEF;
		border:				1px solid black;
		margin:				3px;
		padding:			2px;
	}
/* END 26.03.2007 MAW */

	#Aenderung {
		clear:both;
		font-size:10px;
		font-family: sans-serif;
		padding-bottom : 5px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		margin-top: 10px;
		text-align:right;
		border-top: 1px #aaaaaa solid;
	}
	
	#suchformular {
		padding:10px 10px 10px 10px;
	}
	
	#suchtitle {
		float:left;
	}
	
	#suchfelder {
		clear:both;
	}
	
	#suchfeld {
		width:100px;
	}
	
	#suchbutton {
		margin: 0px 0px 0px 5px;
	}
	
	.news-list-title {
		font-weight:bold;
	}
	
	.news-list-date {
		float:right;
	}
	
	.news-list-image {
		float:right;

	}
	
	.news-list-subheader {

	}
	
	div.news-list-body {
	}
	
	div.news-list-body img {
		float:right;
	}
	
	.news-list-item, .news-list-morelink, .news-list-browse  {
	}
}

@media print {
	html, body {
		width:					600px;
		font-family:			serif;
		font-size:				12pt;
		text-align:				left;
	}
	#headline .title:before {
		content:				url('./bld/Header_print.png');
		
	}
	#Inhalt p 	{
		margin: 				0px 0px 0cm 0px;
	}
	#Inhalt h1, h2, h3, h4, h5 {
		font-family:			sans-serif;
	}
	#Inhalt .csc-caption {
		font-family:			sans-serif;
		font-weight:			bolder;
		font-size:				8pt;
	}
	#Menu {
		border-left:			4px solid black;
		padding-left:			2cm;
	}
	#Menu .level1, .level2, .level3 {
		visibility:				hidden;
		height:					0px;
	}
	#HorizontalMenu {
		visibility:				hidden;
	}
	#Inhalt .csc-menu {
	border:						0.5pt solid black;
	padding:					10pt;
	}
}