@CHARSET "ISO-8859-1";

body {
	background-color: #1c5ba2;
	background-image: url(style_FILES/body-hintergrund.jpg);
	background-attachment:fixed;
	background-position:  -100px 0px;
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	font-family:tahoma;
	color: #777777;
}

h1 {
	color: #1c5ba2;
	font-size:15px;
}
h2 {
	color: #1c5ba2;
	font-size:13px;
}
h3 {
	color: #1c5ba2;
	font-size:12px;
}

a {
	color: #1c5ba2;
}
a:hover {
	color: black;
}



#container {
	position:relative;
	width:810px;
	min-height:500px;
	left:50%;
	margin-left:-405px;
	border: 1px solid white;
}

#kopf {
	position:relative;
	width:810px;
	height:150px;
	background-image:url(style_FILES/kopf.jpg);
}

#navi-oben {
	position:relative;
	width:810px;
	height:20px;
	background-color: #1c5ba2;
	border-bottom: 3px solid #eeeedd;
	overflow:hidden;
	margin-bottom:0px;
}
#navi-oben-block {
	position: absolute;
	right:-1px;
}
#navi-oben a {
	position:relative;
	display:block;
	height:15px;
	border-right:1px solid white;
	color:white;
	text-decoration:none;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 2px;
}
#navi-oben a:hover {
	color: #d3d3d3;
}
		
#navi-links ul ul a{
	border-bottom: none;
	margin-bottom:5px;
}
#navi-links ul ul li {
	position:relative;
	margin-left:5px;
	list-style-type: square;
	
}

#navi-links li{
	position:relative;
	left:-30px;
}

#navi-links li{
list-style:none;
margin-left:0px;
}

#navi-links a {
	position:relative;
	display:block;
	width:170px!important;
	min-height:18px;
	color: #777777;
	text-decoration:none;
	
	padding-top:2px;
}
#navi-links a:hover {
	color: #1c5ba2;
}

#content {
	position:relative;
	min-height:300px;
	background-color: white;
	margin-bottom:0px;
	border-top:1px solid white;
	border-bottom: 10px solid white;
	padding-top:20px;
}

#content-links {
	position:relative;
	width:190px;
	min-height:400px;
	overflow:hidden;
	float:left;
}

#content-mitte {
	position:relative;
	width:415px;
	min-height:400px;
	overflow:hidden;
	float:left;
	font-size:13px;
}

#content-rechts {
	position:relative;
	width:200px;
	min-height:400px;
	overflow:hidden;
	
}

#content-float-ende {
	position:relative;
	width:800px;
	height:10px;
	clear:both;
}

#maennchen {
	position:absolute;
	width:149px;
	height:150px;
	background-image: url(style_FILES/maennchen.gif);
	bottom:0px;
	left:0px;
}
#signet {
	position:absolute;
	width:172px;
	height:47px;
	background-image: url(style_FILES/signet.gif);
	bottom:0px;
	right:10px;
}

#fuss {
	position:relative;
	width:810px;
	height:100px;
	border-top:1px dashed #777777;
	background-color:white;
	
}
#fuss-text {
	position:absolute;
	top:10px;
	left:10px;
}

.csc-mailform { border:none;
width:350px;}
.csc-mailform input{ 
	position:relative;
	top:-20px;
	
	float:right;
	 }
.csc-mailform-field label {
  display: block;
  margin-top: 15px;
}

.csc-header {
	margin: 0 0 -40px 0;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px #3B699E solid;
}
