html {height: 100%;}
body {
	font-family : Verdana, Tahoma, Arial , Sans-Serif;
	padding: 20px;  margin: 0px;
	font-size: .74em;
	background: #eaeeef;
	color: #3F4957;
	min-height: 101%;
	text-align: center;
	padding-top:0px;
}
p {padding: 10px 0px 10px 0px; line-height:20px;}
a {}
h1 {
	font-size:1.6em; font-weight:normal;
	padding-bottom: 5px; 
	/*margin:25px 0px 20px 0px;*/
	margin: 40px 0px 0px 0px;
	display:block;
	border-bottom: 2px solid;
	color: #3F4957;
	border-color: #DBE3EF; /*#EFF2F7;*/
	/*color:#eea327;*/
	}
h1.csc-firstHeader {margin: 25px 0px 17px 0px;}
h2 {
	margin:0;
	padding:30px 0px 0px 0px;
	font-weight: normal;
	font-size: 115%;
	font-weight: bold;
}
ul {
	position:relative;
	margin: 8px 0px 0px 14px;
	padding: 0px;
}
ul li { 
	list-style-type: square;
	margin: 0px 0px 11px 0px; 
	padding: 0px;
}
img 
{
	border-width:0;
	text-decoration:none;
}
span.hidden {
  position:absolute;
  left:-3000px; 
  width:0; 
  height:0; 
  display:block; 
}
#page { 
	width: 901px;
	padding:15px;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	background-color:#c4cff7;
}

#header {
	position:relative;
	
	padding: 0px;
	width: 900px;
	height: 230px;/*original: 100px;*//*Zu niedrig wenn ein Topmenü vorhanden ist*/
	background: url(../images/logo.jpg) no-repeat;
	background-color: transparent;
}
#main {
	width: 901px;
	height: auto;
	padding: 0px;
	text-align: justify;
	overflow: hidden;
	background-color: #c4cff7;
	color: #3F4957;
} 
#col_left{
	width: 150px;
	float: left; /*Für IE ->*/ display :inline;
	padding: 16px 0px 20px 5px;
	overflow:hidden;
}
#col_left h1{padding: 0px 0px 18px 0px;}

.news { 
	position: relative;
	text-align: justify;
	/*margin: 0px 0px 15px 0px;*/
	padding: 8px 14px 11px 12px;
	width:188px; /*190px;*/ /*Wurde verändert um die Breite des Menüs zu veringern*/
	float: left; /*Für IE ->*/ display :inline;
	height: 244px;
	min-height: 244px;
	/*background : #FFFFFF url(../images/bg_box.png) repeat-x;*/
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color:/*#3F4957;*/#BBC3CF;/**/
	background-color: #EFF2F7;
	/*color: #3F4957;*/
}
.news a {
	padding: 0px;
	background-color: transparent;
	color: #0C56BA;
}
.news a:hover {
	padding : 0px;
	background-color: #EFF2F7;
	color: #3F4957;
}
#content {
	text-align: justify;
	padding: 0px 15px  15px 0px;
	width: 700px;/*482px;*/
	float: right; /*Für IE ->*/ display :inline;
}

#content a {color:#eea327;text-decoration:none;/*color: #04f;*/}

#content a:hover, #content a:focus {text-decoration:underline;}
/*#content a:visited {color: #609;}*/

#content a.download{
	background: url(../images/download.gif) no-repeat 5px 50%;
	padding: 15px 10px 15px 45px;
	text-decoration: none;
	border: dashed 1px #ffab41;
	text-align:center;
}
#content a.download:hover{border: solid 1px #000;background-color:#ffab41;color:#000;}


#footer {
	float: left; /*Für IE ->*/ display :inline;
	padding: 9px 0px 3px 0px;

	width: 900px;/*761px;*/
	text-align: center;
	height: 22px;


}
#footer a {
	color: #3F4957;
	text-decoration: underline;
	border:none;
}
#footer a:hover, #footer a:focus {

	color: #FFF;
	text-decoration: underline;
	border:none;
}

/*Typo3 Content*/
/*gelber Rahmen*/
p.csc-frame-frame2, table.csc-frame-frame2
{
background-color: #f5ffaa;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #333333;
border-right-color: #333333;
border-bottom-color: #333333;
border-left-color: #333333;
}
/*grauer Rahmen*/
p.csc-frame-frame1, table.csc-frame-frame1
{
background-color: #eff2f7;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #bbc3cf;
border-right-color: #bbc3cf;
border-bottom-color: #bbc3cf;
border-left-color: #bbc3cf;
}

