/* CSS kerstin Strauch von Raik */

/* IE Hack für Mindesthöhe */
* html #content {
	height: 406px;
	}

* {
    padding: 0px;
    margin: 0px;
	border: 0px;
    }
	
html, body { 
    font-size: 12px;
    font-family: arial;
    line-height: 130%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    }



#seite {
	margin: 0px auto 0px auto;
	width: 810px;
	text-align: left;
	background-image: url(../images/bg_seite.gif);	
	}

#header {
    width: 798px;
    border-top: 1px solid #db97a9;
    margin-left: 6px;
    background-image:url(../images/domain.gif);
    background-repeat: no-repeat;
    }

#headbild {
    width: 798px;
	height: 128px;
    border-top: 5px solid #bc005f;
    border-bottom: 5px solid #bc005f;
    margin-left: 6px;
    }

#main{
	float: left;
	}

#content img {
	padding-bottom: 15px;
	}

#content {
	float:left;
    width: 599px;
	padding-top: 21px;
	padding-left: 20px;
	padding-right: 20px;
    }

#footer {
	float: left;
    width: 798px;
	margin-left: 6px;
    color: #9c9d9f;
    text-align: center;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    background-position:6px 0px;
    border-bottom: 1px solid #db97a9;	
    }

a {
	color: #BC005F;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/*Obere Navigation Anfang*/
#headernavi {
    height: 42px;
    width: 150px;
    padding-left: 640px;
    text-align: right;
    }

#headernavi ul {
	height: 18px;
    padding-top: 22px;
	list-style-type: none;
	color: #9c9d9f;
	}

#headernavi ul li{
	float: left;
	padding-left: 2px;
    padding-right: 2px;
	}
	
#headernavi a {
	color: #9c9d9f;
    text-decoration: none;
	}

#headernavi a:hover {
	text-decoration: underline;
    color: #7F7F7F;
	}

#domain a:active {
	color: #7F7F7F;
	}

#headernavi ul li .active {
	color: #7F7F7F;
    text-decoration: underline;
	}
    
/*Obere Navigation Ende*/


/*Linke Navigation Anfang*/
#navilinks {
	float: left;
	width: 159;
	height: 100%;     
   }

#navilinks ul{
	list-style-type: none;
	padding-top: 21px;
	}	

#navilinks ul li {
	width: 125px;
	height: 18px;
	padding-top: 3px;
	margin-left: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cdcdcd;
	}

#navilinks a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

#navilinks a:hover {
	text-decoration: underline;
	}

#navilinks a:active {
	color: #67768f;
	}

#navilinks ul li .active {
	color: #67768f;
    }

#navilinks ul li .active2 {
	color: #67768f;
	}
/*Linke Navigation Ende*/


/* Typo3 CSS geändern*/
.csc-textpic-clear {
	height: 0px;
	}

#content form {
	width: 400px;
	}

#content input {
	width: 150px;
	border-left: 2px solid #BC005F;
	border-top: 1px solid #7F0744;
	border-right: 1px solid #7F0744;
	border-bottom: 2px solid #BC005F;
	background-color: #EFEFEF;
	}

#content textarea {
	width: 200px;
	border-left: 2px solid #BC005F;
	border-top: 1px solid #7F0744;
	border-right: 1px solid #7F0744;
	border-bottom: 2px solid #BC005F;
	background-color: #EFEFEF;
	}

/* Gästebuch */
.tx-guestbook-header {
	border-left: 1px solid #BC005F;
	border-right: 1px solid #BC005F;
	border-top: 1px solid #BC005F;	
	}
	
#derborder {
	float: left;
	display: block;
	border-bottom: 1px solid #BC005F;
	border-left: 1px solid #BC005F;
	border-right: 1px solid #BC005F;
	}

/* News */

.news-list-container {
	width: 599px;
	background-color:#dedede;
	border: 1px solid #BC005F;
	}

.news-list-container H3 {
	padding: 2px;
	background-color: #666;
	border-bottom: 0px;
	color: #fff;
}

.news-list-item {
	padding:0px;
	border: 0px;
	background-color:#dedede;
	}

.news-list-date {
	float: right;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	}

.news-single-item H2 {
	font-size: 16px;
	padding: 2px;
	font-weight:bold;
	color: #fff;
	background-color: #666;
}


.news-single-item {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #BC005F;
	background-color:#dedede;
}

.news-single-timedata {
	color: #fff;
	}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #dedede;

}
.news-latest-container HR.clearer {
	clear:left;
}

/* News Archiv */

.news-amenu-container {
	width: 200px;
	border: 1px solid #BC005F;
	background-color:#dedede;
}
.news-amenu-container LI {
	padding-bottom: 2px;
	}
.news-amenu-container UL {
	border:1px solid #666;
	background-color:#EFEFEF;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	background-color:#666;
	font-size: 14px;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #EF007A;
	padding: 2px;
	background-color: #666;
	color:#fff;
}
