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

* {
	font-family: 			Arial, Helvetica, sans-serif;
}

html, body {
	margin:					0px;
	padding:      			0px;
	font-size:				14px;
	color:					#222;
}

html {
	background-color:		#FFFFFF;
	background-image:		url(../images/background.jpg);
	background-position:	top left;
	background-repeat:		no-repeat;
}

div {
	margin:					0px;
	padding:				0px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:			uppercase;
	color:					#790e11;
	font-weight:			normal;
}

a {
	color:					#333333;
}

a:hover {
	color:					#790e11;
}

#content img {
	/* x,y,größe,farbe */
    -webkit-box-shadow: 	2px 2px 2px #8f8f8f;
    -moz-box-shadow: 		2px 2px 2px #8f8f8f;
    box-shadow: 			2px 2px 2px #8f8f8f;
}

#content img.keinschatten, img.keinschatten {
	/* x,y,größe,farbe */
    -webkit-box-shadow: 	0px 0px 0px #fff;
    -moz-box-shadow: 		0px 0px 0px #fff;
    box-shadow: 			0px 0px 0px #fff;
}

.schatten {
	/* x,y,größe,farbe */
    -webkit-box-shadow: 	2px 2px 2px #8f8f8f;
    -moz-box-shadow: 		2px 2px 2px #8f8f8f;
    box-shadow: 			2px 2px 2px #8f8f8f;
}

#menuheader {
	width:					992px;
	height:					110px;
}

#loopplayer {
	width: 					auto;
	position:				absolute;
	left:					1030px;
	top:					6px;
	text-transform:			lowercase;
	font-size:				10px;
}

#loopplayer object {
	position: 				relative;
	top:					4px;
}

#logo {
	position:				absolute;
	top:					25px;
	left:					80px;
}

#menu {
	position:				absolute;
	overflow:				hidden;
	top:					82px;
	left:					600px;
}

#menu ul {
	margin:					0px;
	padding:				0px;
}

#menu ul li {
	display: 				inline-block;
	margin-right:			13px;
}

#menu ul li a {
	color:					#333333;
	text-decoration:		none;
	text-transform:			lowercase;
}

#menu ul li a:hover {
	color:					#790e11;
}

#imgheader {
	width:					992px;
	height:					307px;
	background-color:		#d8d8d8;
	overflow:				hidden;
	position:				relative;
}

#imgheaderlogo {
	width:					141px;
	height:					299px;
	display:				inline-block;
	background-color:		#383f46;
	background-image:		url(../images/imgbannerlogo.png);
	background-position:	center;
	background-repeat:		no-repeat;
	position:				absolute;
	top:					4px;
	left:					0px;
}

#imgheaderimg {
	width:					839px;
	height:					299px;
	display:				inline-block;
	overflow:				hidden;
	
	background-color:		#000000;
	position:				absolute;
	top:					4px;
	left:					149px;
}

#content {
	width:					842px;
	min-height: 			300px;
	margin-left:			142px;
	margin-top:				25px;
	padding-left:			9px;
	background-image:		url(../images/contentdots.jpg);
	background-position:	top left;
	background-repeat:		repeat-y;
}

#footer {
	width:					992px;
	text-align:				right;
	margin-top:				10px;
	padding-bottom:			5px;
	
	clear:					both;
}

div.edit {
	float:					right;
	width:					auto;
}

.edit img {
	border-style:			none;
}

/* bildergalerie übersicht */
#accordion {
	margin:					20px 0px;
}

h3.toggler {
	cursor: 				pointer;
	border-bottom:		 	1px solid #790e11;
	margin: 				0px 0 10px 0;
	padding:	 			4px 5px 0px;
}

div.slider {
	overflow:				hidden;
	height:					150px;
	margin-left:			21px;
	margin-right:			21px;
	margin-top:				20px;
	margin-bottom:			15px;
}

div.slider img {
	margin:					7px;
}

div.sliderelement {
	white-space:			nowrap;
}

div.sliderpage {
	display:				inline-block;
}

div.slidernavi {
	text-align:				center;
	height:					12px;
	font-size:				12px;
	color:					#666666;
}

div.slidernavi span {
	padding-left:			35px;
}

div.slidernavi img {
	margin-top:				-11px;
}

img.imgzurueck {
	float:					left;
	margin-left:			16px;
}

img.imgweiter {
	float:					right;
	margin-right:			20px;
}

#cdwerbung {
	float:					right;
	width:					526px;
	font-size:				10px;
	text-align:				justify;
	padding-bottom:			15px;
}