#container {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: none;
	border-bottom: none;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	min-height: 100%;
	width: 941px;
	background: #1a2933;
	text-align: left;
	background-image: url(../images/container_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #006EA3;
	position: relative;

}
#header {
	background-image: url(../images/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #006EA3;
	height: 90px;
	border-bottom: 1px solid #fff;
	margin-bottom: 1px;
}
#logo a {
		position: absolute;
		right: 0;
		top: 0;
		width: 350px;
		height: 80px;
		border: 0px solid red;	
}
#logo a span { 
	display: none;
}

#content-container {
	border-top: 1px solid #fff;
	position: relative;
}
#navigation-container {
	width: 156px;
	background-color: #fff;
	/*float: left;*/
	min-height: 500px;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
}
#kategorie-image {
	background-image: url(../images/kategorie_image.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #1a2933;
	height: 170px;
}
#kategorie-headline {
	background-color: #b2b2b2;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	line-height: 10px;
	margin-left: 156px;
}
#kategorie-headline h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	text-indent: 15px;

}
#content {
	
}
#content-center {
	margin-right: 350px;
	margin-left: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
	/*border: 1px solid #fff;*/
	color: #dedede;
}
#content-center p {
	color: #dedede;
}
#content-center li {
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
	background-image: url(../images/arrow.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content-center table{
	font-size: 11px;
	margin-bottom: 15px;
	width: 300px;

}

#content-center td{
	font-size: 11px;
	padding-right: 5px;

}
.csc-textpic-caption {
	font-size: 10px;
}
#content-center a {
	font-weight: normal;
}

#content-right {
	position: absolute;
	width: 307px;
	top: 171px;
	right: 0px;
	background: #EAEFEF;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
	z-index: 5;
	
}
#content-right h1 {
	padding-top: 19px;
	padding-bottom: 9px;
	color: #666;
	text-indent: 15px;
	background: #B5C4DB;
}
#content-right .image-right{
	float: right;
	border-left: 1px solid #fff;
}
#content-right p {
	padding-left: 0px;
	padding-bottom: 0px;
	color: #666;
	font-size: 11px;
	/*background:  #D6DBD2; */
}
#content-right {
	font-size: 11px;
	padding-left: 0px;
}
#content-right .download-item {
	font-size: 11px;
	padding-left: 15px;
}
#content-right a {
	font-weight: normal;
	font-size: 11px;
}
#content-right .csc-textpic-clear {
	clear: left;
}
#content-right .right-bottom {
	background-image: url(../images/right_bottom_bg.gif);
	background-repeat: repeat-y;
	height: 36px;
}
#content-right .banner {
	padding-top: 20px;
	background-color: #222C39;
}
#content-right .right-border {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Kontatkformular */

form {
	font-size: 11px;
	margin-bottom: 25px;
}

form fieldset {
	border: none;
	margin-bottom: 10px;
	
}
form input[type=text], form input[type=password] {
	width: 250px;
	height: 15px;
	background-color: #CAD7E6;
	border: 1px solid #333;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
form input[type=checkbox] {
		margin-right: 2px;
		margin-left: 10px;
}
form input[type=submit] {
	background-color: #06457E ;
	border: 1px solid  #666;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}

form textarea {
	width: 385px;
	height: 100px;
	border: 1px solid #e5e5e5;
	background-color: #CAD7E6;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
form .left {
	width: 130px;
	display: block;
	float: left;
	font-size: 11px;
}
form .feld {
	margin-bottom: 10px;
	margin-top: 10px;
}
.clearer {
    	clear:both;
      height:0.1px;
      font-size: 1px;
      line-height: 0px;
      overflow: hidden;
    }
 #map {
 	
	width: 400px;
	height: 300px;
	border: 2px solid #ccc;
 }	 
