/*
blau: #0069af;
*/

/**********************
*
*	BASISKONFIGURATION
*
**********************/
* {
	margin: 0px;
	padding: 0px;
}
html,body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #605f5f; 
}
body {
	background: white  url('img/background_body.jpg') repeat-y;
}

/**********************
*
*	Überschriften
*
**********************/
h1 {
	padding-bottom:10px;
	line-height: 1.1em;
}

h2 {
	padding-top:5px;
	padding-bottom:5px;
}
#container {
	width: 1200px;
	/*background: #888;*/
}
#leftcolumn {
	width: 210px;
	float: left;
	
}
#maincolumn {
	float: left;
	border-top: 70px solid white; 
	width: 806px;
}

div#leftcontent {
	width: 570px;
	float: left;
}
div#rightcontent {
	width: 236px;
	float: right;
}


img#logo

img#headerbild {
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -5px;
}

#borderTop {
	position:absolute;
	left: 800px;
	top:150px;
	width:200px;
	height:400px;
	color:white;
}

/**********************
*
*	NEWS
*
**********************/
ul#teasernews {
	list-style: none;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	background: #e7e7e8;
	border-top: 1px solid #c0bfc0;
	width:100%;
}
ul#teasernews li h3 {
	font-size: 14px;
	font-weight:bold;
}
ul#teasernews li{
	border-bottom: 1px solid #c0bfc0;
	padding: 10px;
	padding-bottom: 15px;
	margin: 0px;
}

div#newscontainer {
	height: 421px;
	position: relative;	
}


/******************
*
*	FORMATIERUNG HAUPTMENU
*
********************/
ul#mainmenu {
	width: 100%;
	background: #e7e7e8;
	list-style: none;
	height: 50px;
	border-bottom: 10px solid #0069af;
}
ul#mainmenu li {
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-top: 10px;
}
ul#mainmenu li a:link,
ul#mainmenu li a:visited {
	color: #0069af;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;	
}

ul#mainmenu li a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;	
}

/********************
*
*	Hauptcontainer Inhalt
*
*********************/
div#main {
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 10px;
	font-size: 110%;
	line-height: 1.5em;
	margin-right: 20px;
}
div#balken {
	height: 50px;
	/*background: #dcdbdc;*/
	border-bottom: 10px solid #0066a7;
}
div#contentrechts {
	margin: 10px;
	margin-left: 20px;
	margin-top: 40px;
	font-size: 90%;
}

div#left {
	margin: 10px;
	margin-left: 20px;
	margin-top: 90px;
	font-size: 90%;
}



/**********************
*
*	Metamenü
*
**********************/
div#metamenu {
	position: absolute;
	top: 55px;
	left: 780px;
	color: #0069af;
	font-size: 80%;
	font-weight: bold;
}
div#metamenu a:link,
div#metamenu a:visited {
	color: #0069af;
	text-decoration:none;
}

div#metamenu a:hover {
	color: red;
	text-decoration:none;
}


/******************
*
*	ABSOLUT POSITIONIERTE ELEMENTE
*
*******************/
div#logo_oben {
	position: absolute;
	top: 15px;
	left: 210px;	
}
div#logo_seite {
	position: absolute;
	top: 15px;
	left: 123px;
}


/*********************
*
*	FORMATIERUNG NEWS RECHTS
*
*********************/

div#news_overlay {
	
}
div#news


/*********************
*
*	Seiteninhalte
*
*********************/

ul.csc-bulletlist csc-bulletlist-0{
	list-style-image: url(img/dot.gif);
	margin-left:20px;
}

ul.csc-bulletlist-0{
	list-style-image: url(img/dot.gif);
	margin-left:20px;
}

/*********************
*
*	Mailform
*
*********************/
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
background:#dcdbdc;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
	color: #ffffff;
	background-color: #0069af;
	border: 1px;
	padding:2px;
}

