@charset "utf-8";
/* CSS Document /* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("cms.css");
	@import url("clearfix.css");
	@import url("sIFR-screen.css");
	@import url("newsstyle.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	font-size:12px;
}

body {
	background: #1b5077 url(../images/bg.jpg) repeat-x top center;
}

html, body {
	height:100%;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

h1{
	font-size: 30px;
	height: 30px;
	color: #fff;
	font-weight:lighter;
	margin: 0 0 30px 0;
}

h2 {
	font-size: 14px;
	height: 14px;
	color: #fff;
	font-weight:lighter;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	height: 14px;
	color: #fff;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 18px;}
	
.floatende {clear: both;}
.unsichtbar  {display: none;}


/*######################################################################################################
######################################################################################################*/

/* 2. Layout */

#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto -184px auto;
	min-height:100%;
	background:url(../images/bg_wrapper.jpg) no-repeat;
}

*html #wrapper {
	height:100%;
}

#dafloatkilla2k {
	clear:left;
	float:none;
	position:relative;
}

#flash {
	position: absolute;
	z-index: 1;
}

#site{	
	position: relative;
	z-index: 30;
}

*+html #site{	
	padding: 0 0 120px 0;
	min-height: 500px;
}

*html #site{	
	padding: 0 0 120px 0;
	height: 500px;
	overflow:visible;
	
}

#head {
	width: 955px;
	clear: both;
	height:225px;
}

#news {
	padding: 0 25px 0 10px;
	height: 150px;
}

.editcontent{
	float:left;
	width: 535px;
	position:relative;
	padding: 0 0 100px 0;
	z-index: 60;
}


#content {
	width: 955px;
}

/**+html #content {
	width: 955px;
	position:relative;
	z-index: 12;
}*/

#footerwrapper{
	clear:left;
	height:184px;
	width: 100%;
	background: url(../images/bg_footer.jpg) repeat-x;
	position:relative;
	z-index: 5;
}	

#footer{
	width: 955px;
	position:relative;
	margin: 0 auto;
	height: 184px;
	position: relative;
	z-index: 6;
}

#newsletterform{
	background: url(../images/bg_newsletter.gif) no-repeat 250px bottom;
		height: 104px;
		float:left;
		width: 350px;
		padding: 80px 0 0 330px; 
}

#stern{
	background:url(../images/bg_stern.gif) no-repeat left 20px;
	height: 184px;
	float: left;
	width: 200px;
}


/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

#navi {
	float:left;
	width: 235px;
	height: 480px;
	padding: 0 35px 0 30px;
	position: relative;
	z-index: 66;
}

#navi ul{
	padding: 60px 0 30px 0;

}

#navi li{
	display:block;
}

#navi li:hover{

}

#navi a{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display:block;
	padding: 6px 0 6px 10px;
	width: 205px;
}

#navi a:hover{
	background:url(../images/bg_navi.gif) no-repeat left 3px;
	color:#5d4378;
	text-decoration: none;
}



/*----------------- PNG-Filter/Position Hacks fr IE6 -------------------*/



/*------------------------------- Subnavi  -------------------------------*/

#subnavi{
	height: 25px;
	width: 955px;
	position:relative;
	z-index: 50;
}

#subnavi ul{
	background:url(../images/bg_subnavi.jpg) no-repeat;
	height: 25px;
	width: 185px;
	float:right;
	padding: 0 0 0 5px;
}

#subnavi li{
	float: left;
}

#subnavi a{
	color: #313e57;
	text-decoration: none;
	display:block;
	padding: 2px 5px;
}

#subnavi a:hover{
	text-decoration: underline;

}

#news a{
	display:block;
	font-size: 12px;
	color:#ff5517;
	padding: 0;
}

#news a:hover{
	display:block;
	font-size: 12px;
	color:#ff5517;
	text-decoration:underline;
	background: none;
	padding: 0;
}

	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */

.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 8px 4px 0;
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}

.bildborder:hover{
	border: 2px solid #cc0000;
	padding: 1px;
}

.bildbordernohover {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

.floatleft{
	float: left;
}

.marginright10px{
	margin: 0 10px 0 0;
}

.floatright {
	float: right;
}


ul.liste{
	margin: 0 0 20px 0;
}

ul.liste li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
}


ul.liste li:hover {
	color:#333;
	background: #f7f8f8;
}

*html ul.liste li {
/*	line-height: 20px;*/
	height: 20px;
}


address { 
	font-style:normal;
	line-height: 18px;
}

abbr {
	color: #333; 
	border-bottom: dotted 1px #333;
}

#news h2{
	margin: 0 0 10px 0;
}


/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a, .escape span{
	text-decoration: underline;
	color: #ff5517;
	outline: none;
}

a:hover, a:hover span{
	text-decoration:none;
	color:#333;
}

.gototop{
	position:fixed;
	right:10px;
	bottom:10px;
	color:#ff5517;
	font-size:10px;
	text-decoration:none;
	_display:none;
}

a[href$=".pdf"] {
	 padding: 4px 0 4px 55px;
	 background: url(../images/pdf.gif) no-repeat 0 50%;
	 line-height: 30px;
	 border-bottom: none;
	 display:block;
}

/*######################################################################################################
######################################################################################################*/

