@import url('elements.css');

/****** PNG-FIX *******/

img, div {
	behavior: url(iepngfix.htc);
}

/****** ZENTRIERUNG *******/

body {
	text-align: center; /* Zentrierung für IE */
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
}
div.centered {
	text-align: left; /* Schrift links ausrichten */
	margin: 0 auto;   /* Zentrierung Nicht-IE-Browser */
	width: 840px;
	height: auto;
}

/****** CONTAINER *******/

div.left {
	float: left;
	width: 200px;
	padding-top: 3px;
	border-top: 2px solid silver;
	overflow: hidden;
}
	div#left-gfx {}
	div#menu {
		background-color: #E9E9E9;
		line-height: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid silver;
	}
		div#menu a {
			width: auto;
			display: block;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px
		}
		div.menuitem a {
			padding-left: 33px;
			color: #909090; 
		}
			div.menuitem a:hover {
				color: #4778ba;
				background-image: url('img/link_pre_over.gif');
				background-repeat: no-repeat;
				background-position: 20px 7px;
			}			
		div.menuitem-active a {
			padding-left: 20px;
			margin-bottom: 3px;
			margin-top: 3px;
			color: #4778ba;
			border-top: 1px solid #ddd; 
			border-bottom: 1px solid #ddd;
			background-color: #eee; 
		}
		
	div.search {
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #E9E9E9;
		border-bottom: 2px solid silver;
	}
	div.imprint a{
		color: silver;
		font-size: 11px;
		text-decoration: none;
	}
	div.imprint a:hover {
		color: gray;
	}
	
div.main {
	float: right;
	width: 630px;
	padding-top: 3px;
	border-top: 2px solid silver;
}
	div.header {}
		div#header-gfx {
			height: 55px;
			background-image: url('img/header_background.jpg');
		}
		div#diags {
			height: 46px;
			margin-top: 6px;
			margin-bottom: 4px;
			text-align: right;
			background-image: url('img/diagonal_lines.gif');
		}
			div#diags div.diagsContent {
				float: left;
				padding-left: 20px;
				padding-top: 10px;
				text-align: left;
			}
			div#diags div.diagsContent em {
				font-style: normal;
			}
			div#diags div.diagsContent a {
				font-weight: normal;
				color: black;
				text-decoration: none;
			}

		div#diags a.diagslink {
			color: #b1b1b1;
			text-decoration: none;
			padding-right: 20px;
			margin-right: 9px;
			background-position: right;
			background-repeat: no-repeat;
			font-size: 11px;
			line-height: 15px;
			padding-top: 1px;
		}
		div#diags a:hover { color: black; }
			div#diags a.print { 				background-image: url('img/icon_print.gif'); }
			div#diags a.print:hover { 	background-image: url('img/icon_print_over.gif'); }
			div#diags a.top { 					background-image: url('img/icon_top.gif'); }
			div#diags a.top:hover {			background-image: url('img/icon_top_over.gif'); }
			div#diags a.contact {				background-image: url('img/icon_contact.gif'); }
			div#diags a.contact:hover {	background-image: url('img/icon_contact_over.gif'); }
		
	div.col {
		background-image: url('img/gradient.jpg');
		background-repeat: repeat-x;
		padding-top: 5px;
	}
		div.col-left{
			display: none;
		}
		div.col-main {
			min-height: 561px;
			-height: 561px;
			float: left;
			width: 631px;
			display: block;
		}
		div.col-right{
			display: none;
		}
			div.spaceholder {
				float: right;
				display: none;
				width: 1px;
				height: 561px;
			}
			div.content {
				float: left;
				padding: 20px;
			}
			div#content-menu {
				clear: both;
				float: left;
				width: 200px;
				overflow: hidden;
				padding: 0px !important;
				margin-top: 10px;
				margin-bottom: 20px;
			}
				div#content-menu div.csc-frame-frame1 {
					margin-bottom: 10px;
					background-color: #E9E9E9;
					background-color: #eee; 
					padding: 10px 13px 5px 10px !important;
					border-top: 1px solid #ddd; 
					border-bottom: 2px solid silver;
				}
				div#content-menu div.csc-frame-frame1 h1 {
					font-size: 14px;
					margin-top: 0px;
					margin-bottom: 5px;
					padding-bottom: 0px;
				}
				div#content-menu div.csc-frame-frame1 p {
					margin-top: 5px;
					margin-bottom: 5px;
				}
