@IMPORT url("rte.css");
/**** (* html...) für IE6,IE5 ; (*+html...) für IE7 ****/


html {
	height:95%;
	}
body {
	background-color: #e5e5e5;
    margin: 0px;
    padding: 0px;
    height:100%;
    text-align: -moz-center;
    text-align: center;
    height:100%;
    
}

body, a {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
a {
	color: #2459a8;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	border:none;
}

/***** Überschriften ******/

h1, h2, h3 {
	border-bottom: 1px solid #f1f1f1;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#2459a8;
	padding-left:5px;
	clear:both;
	text-decoration:none;
}
h1 a, h2 a, h3 a {
	padding: 0px;
	display:block;
	
}
h1 a:hover, h2 a:hover, h3 a:hover {
	border-bottom: 0px solid #cccccc;
	text-decoration:none;
}

h1, h1 a {
font-size:20px;
}

h2, h2 a {
font-size:18px;
}

h3 {

}

/***** Rahmen ******/

#rahmen {
	width:900px;
	border:0px solid #cccccc;
	padding:0px 10px 0px 10px;
	background-image: url("../images/rahmen.png");
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto; !important; /* moderne Browser */
	}
* html #rahmen {
		width: 920px;
		height:100%;
	}


/***** Slogan ******/

#slogan {
	height:20px;
	background-color: #507aba;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	color: white;
	text-align:right;
	padding: 8px 10px 0px 0px;
	font-weight: bold;
	}
* html #slogan {
	height:30px;
	}

/***** Klickpfad ******/

#klickpfad {
	height:35px;
	padding: 5px 0px 0px 20px;
	
	}
#klickpfad, #klickpfad a {
	font-size:12px;
	text-decoration: none;
	}

#header {
	height:99px;
	background-image: url("../images/homeinfo_header.png");
}


/***** Linkes Menü ******/

#menue_left {
	width:200px;
	display: table-cell;
	vertical-align: top;
	background-color: #f1f1f1;
	padding-top:40px;
}
*+html #menue_left {
		float:left;
	}
* html #menue_left {
	float:left;
	}
#menue_left ul {
	margin:0px;
	padding:0px;
	}
#menue_left li {
	list-style-type:none;
	border-bottom:1px solid white;
	border-top:1px solid white;
	background-color:#f4f4f4;
	padding: 0px 0px 0px 0px;
}
#menue_left a {
	display: block;
	text-decoration: none;
	font-weight:normal;
	color:#333333;
	padding: 7px 0px 7px 20px;
	border-left: 5px solid #b5c5dd;
	}
#menue_left a:hover, #menue_left .left_aktiv a, #menue_left .left_aktiv #level2 .left_aktiv a, #menue_left .left_aktiv #level2 a:hover {
	border-left: 5px solid #2459a9;
	}

#menue_left #level2 a {
	font-size: 0.93em;
	border-left: 5px solid #b5c5dd;
	}

#level2 li {
	padding-left:5px;
	background-color: #fafafa;
	}


#main {
	clear:both;
	display:table;
	margin-left:20px;
}

	#row {
		display: table-row;
	}
	
	#contentWrap {
		display: table-cell;
		vertical-align: top;
		width:680px;
		padding:0px 30px 30px 30px;
	}
	*+html #contentWrap{
		float:right;
		width:620px;
	}
	* html #contentWrap {
		float:right;
	}
	#content{
		
		
	}
	#content a:visited img,#content a img,#content img {
		border:0px solid #cccccc;
	}

#content_left {
	float: left;
	width: 300px;
}
#contentElement{
min-height:250px;
}
#content_right {
	float: right;
	width: 300px;
}
#contentElement {
}


#footer {
	background-image: url("../images/rahmen.png");
	height:30px;
	width:900px;
	color:white;
	font-size: 12px;
	padding:0px 10px 0px 10px;
	line-height: 30px;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
}
#footerText {
	background-color: #507aba;	
}

* html #rahmen {
		
	}

*+html #footer {
	
	}
* html #footer {
	width: 920px;
	}

.csc-textpic-text {
	}

#mailform fieldset {
	border:0px;
}
#mailform label {
	width:120px;
	display:block;
	float:left;
	margin-right:10px;
}
#mailform .csc-mailform-field {
	margin:3px 0px 3px 0px;
	clear:both;
}
#mailformformtype_mail {
	margin-top:10px;
}
#mailform .csc-mailform-submit {
}

.bodytext {
	padding: 0px 10px 0px 10px;
}
.csc-textpic-imagewrap {
	margin-left: 10px;	
}	
	
p.wichtig {
	color:red;
	}
table.align-right {
	width: 100%;
  	text-align:right;
}