@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("clearfix.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: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

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

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

h1{
	font-size: 18px;
	font-weight:lighter;
	padding: 0 0 40px 0;
}

h2 {
	font-size: 18px;
	font-weight:lighter;

}

h3 {
	font-size: 18px;
	font-weight:lighter;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 17px;
	color: #831634;
	font-weight:lighter;
	margin: 5px 0 10px 0;
}

p {margin: 0 0 20px 0px; line-height: 24px;}
	
.unsichtbar  {display: none;}


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

/* 2. Layout */

#dafloatkilla2k, .dafloatkilla2k {
	clear:left;
	float:none;
}

#wrapper {
	width: 825px;
	position:relative;
	margin: 0 auto;
}

/*---------------------------------*/

#head {
	width: 825px;
	height: 295px;
	background:url(../images/bg_blanko.jpg) no-repeat;
	clear: both;
}

.editcontent{
	float:left;
	width: 510px;
	padding: 0 0 20px 30px;

}

#content {
	padding: 50px 0 0 0;

}

/*---------------------------------*/

#footer{
	height: 45px;
	background: #c5c5c5;
	width: 825px;
	float:none;
	display:block;
	clear:both;
}

#footerinner{
	background: #b7b7b7 url(../images/logos.jpg) no-repeat center center;
	float: left;
	height: 45px;
	width: 544px;
	display:block;
}


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


/* 3. Navigation */


ul#navi{
	display:block;
	height: 40px;
	width: 515px;
	padding: 0px 0 0 310px;

}

#navi li{
	float:left;
}

#navi a{
	padding: 15px 10px 0 10px;
	color: #fff;
	text-decoration: none;
	display:block;

}

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



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



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

ul#subnavi {
	float:left;
	width: 280px;
	display:block;
}

#subnavi li{
	float: left;
}

#subnavi a{
	display:block;
	padding: 15px 12px 0 12px;
	text-decoration: none;
	color: #fff;
}

#subnavi a:hover{
	text-decoration: none;
	color: #666;
}

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

/* 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;
}

.slideshow {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 10px 0px;
	width: 485px;
    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;
	background:url(../images/bg_li-intro.gif) no-repeat 2px center; 
	margin: 0 10px 0 0;
	line-height: 18px;
}

ul.liste li:hover {
	color:#333;
	background: #f7f8f8 url(../images/bg_li-intro.gif) no-repeat 2px center;
}

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

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

ul.apd li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	background:url(../images/bg_li.gif) no-repeat left center; 
	margin: 0 10px 0 0;
	line-height: 18px;
}

ul.apd li:hover {
	color:#333;
	background: #f7f8f8 url(../images/bg_li.gif) no-repeat left center;
}

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

/*---------------------------------*/

address { 
	font-style:normal;
	line-height: 24px;
	width: 250px;
	border-right: solid 1px #d7d7d7;
	float:left;
	padding: 0 20px 20px 10px;
	min-height: 280px;
}

address strong { 
	font-size: 18px;
	margin: 0 0 30px 0;
	display:block;
	font-weight: normal;
}

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



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


/* 5. Links */

a:link, a:visited, a:active, a:focus, .escape span{
	text-decoration: underline;
	outline: none;
	white-space:nowrap;
}

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

/*---------------------------------*/

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

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

