/* KONTAKTFORMULAR, schwarzer Hintergrund */
#c18 {
	background-color: black;
}

#c26 {
	width: 878px;
	height: 270px;
	border-left: 1px solid #CE6A13;
	border-right: 1px solid #CE6A13;
}

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 11px;
	font-family: Arial;
	line-height: 160%;
	color: #FFF;
	background-color: black;
}

html,body {
	height: 100%;
	overflow: hidden;
}

.center {
	width: 920px;
	margin: 0 auto;
    height: 100%;
	overflow: auto;
}

img {
	margin: 0px;
	padding: 0px;
	display: inline;
}


.pageWrap {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.specialNav {
	position: absolute;
	right: 10px;
	top: 60px;
}

.specialNav a{
	margin-left: 10px;
}

.mainNav {
	padding-top: 0px;
	padding-left: 20px;
	height: 35px;
}

.mainNav a {
	display: inline;
	float: left;
	margin-right: 25px;
}

.subNav {
	padding-left: 20px;
	height: 22px;
}

.subNav a {
	display: inline;
	float: left;
	margin-right: 10px;
}

.subnav a.menu3 {
	/*position: relative;
	margin-top: 25px;
	margin-left: -62px;*/
	color: green;
	background: green;
}

#main {
	height: 280px;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	overflow: hidden; 
	width: 920px;
	position: relative;
	background: url(../img/bg1.png);
}

#main .textContent{
	position: absolute;
	top: 5px;
	left: 5px;
}

#main .textContent p{
	color: black;
}

/* NUR IE7 */
*+html #main {
}

.header {
	position: relative;
	height: 129px;
	padding-bottom: 0px;
	background-color: #621318;
	/*background: url(../img/head_bg.jpg);*/
	background-position: bottom;
}

.header .top {
	height: 42px;
}

.ankerNav {
	position: absolute;
	left: 10px;
	top: -20px;
}

/* NUR IE7 */
*+html .ankerNav, *+html .linkContainer{

}

/* NUR IE6 */
* html .ankerNav {

}

.footer .headerText {
	padding: 15px 30px 10px 420px;
	width: 470px;
}

.linkContainer {

}

.linkContainer .lnkholder{
	display: inline;	
}

.linkContainer a{
	color: white;
	font-size: 11px;
	margin-left: 10px;
	/*background-color: black;
	margin-right: 10px;
	padding: 6px 10px 2px 10px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;*/
}

.linkContainer a:hover{

}

.footer {
	position: relative;
	margin-top: 25px;
}

.footer .logo {
	height: 72px;
	background: black;
	position: relative;
}

.footer .logo img{
	position: absolute;
	right: 0px;
	top: 4px;
}

.footer .headerText {
	
}

.footer .footer_end {
	height: 25px;
}

.content {
	width: 10000px;
	height: 280px;
	position: relative;
}

#aleft {
	position: absolute;
	top: -185px;
	left: -70px;
	height: 60px;
	width: 60px;
	display: block;
	background: url(../img/coolprev.jpg);
	background-position: bottom;
}

#aleft:hover {
	background-position: top;
}

#aright {
	position: absolute;
	top: -185px;
	right: -70px;
	height: 60px;
	width: 60px;
	display: block;	
	background: url(../img/coolnext.jpg);
	background-position: bottom;
}

#aright:hover {
	background-position: top;
}

.gallerieLoadError {
	display: none;
	position: absolute;
	width: 920px;
	top: 120px;
	left: 0px;
	text-align: center;
	z-index: 999;	
}

#infoLnk {
	display: none;
	background: url(../img/info.gif) no-repeat center;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 104px;
	left: 10px;
	background-color: black;
	padding: 0px 2px 0px 2px;
	border-top: 1px solid #666;
}

#infoLnk img {
	display: none;
}

#infoLnk:hover {
	background: url(../img/info_hover.gif) no-repeat center;
	background-color: black;
	cursor: help;
}

#errorLnk {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 160px;
	background-color: black;
	text-align: center;
	padding-top: 120px;
	z-index: 9999999;
}

.imgContainer {
	padding: 10px;
}

.imgContainer .imgHolder{
	float: left;
	display: inline;
	width: 90px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	padding-top: 15px;
	background-color: white;
	height: 105px;
}

.imgContainer .imgHolder img{
	/*border: 1px solid gray;*/
	padding: 0px 9px;
	/*width: 88px;*/
}

.imgContainer .imgHolder p{
	color: #333;
	font-size: 10px;
	text-align: center;
	white-space: normal;
	line-height: 120%;
}

.imgContainer .imgHolder p.date{
	color: white;
	height: 15px;
	display: none;
}

/*.tx-slideshow-pi1 {
	width: 920px;
	height: 280px;
	position: relative;
}*/
