/* Globale Einstellungen für alle Elemente */
* {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* Aussehen von verlinkten Bildern */
a img {
	border: 0 solid;
}

body {
	background: url(../img/background.jpg) repeat-y;
}

#alles {
   width: 749px;
}

#header {
	background: url(../img/header.jpg) no-repeat;
   height: 205px;
}

#banner {
	background-color: #510000;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	color: #ffcc00;
	font-size: 10px;
   padding-top: 5px;
	padding-bottom: 5px;
}

#nav {
	background: #510000;
	border-bottom: 1px solid white;
	float: left;
   padding-bottom: 30px;
	width: 166px;
}

#nav li {
	border-bottom: 1px solid white;
	list-style: none;
}

#nav li a {
	background: url(../img/arrow.jpg) 5px 5px no-repeat;
   background-color: #a13f22;	
	border-left: 1px solid white;
	display: block;
	height: 16px;
   margin-left: 12px;
	padding-left: 23px;
	padding-top: 5px;
	color: #ffcc00;
	font-size: 10px;
	text-decoration: none;
}

#nav li a:hover {
   color: #ff3300;
}

#nav ul li {
   border-bottom: 0;
	border-top: 1px solid white;
	list-style: none;
}

#nav ul li a {
	background: none;
	background-color: #a13f22;	
	border-left: 1px solid white;
	display: block;
	height: 16px;
	margin-left: 12px;
	padding-left: 23px;
	padding-top: 5px;
	color: #ffcc00;
	font-size: 10px;
	text-decoration: none;
}

#content {
   color: #510000;
	font-size: 10px;
   margin-left: 167px;
	padding: 5px;
	size: 583px;
}

#content p {
	padding-bottom: 12px;
}

/* default styles for extension "tx_cegallery_pi1" */

div.tx-cegallery-pi1 {
	overflow: hidden;
	width: 100%;
}

.tx-cegallery-pi1-album_date {
	font-size: 10px;
}

div.tx-cegallery-pi1-album_entry{
	float: left;
	height: 195px;
	width: 185px;
	margin: 2px;
	padding: 0px;
	padding-bottom: 13px;
	text-align: center;
	top: inherit;
	vertical-align: bottom;
	background-color: #A13F22;
}

div.tx-cegallery-pi1-detail_entry{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}		

div.tx-cegallery-pi1-slideControls{
	padding-bottom: 10px;
}				

div.tx-cegallery-pi1-album_entry img, div.tx-cegallery-pi1-detail_entry img {
	clear: both;
	border: 1px solid #000000;
}

/* div.tx-cegallery-pi1-clearer {
	clear: both;
} */

div.tx-cegallery-pi1-detail_header {
	padding-bottom: 10px;
}

div.tx-cegallery-pi1-detail_nav {
	clear: both;
	width: 385px;
}		

span.tx-cegallery-pi1-photo_prev {
	float: left;
	width: 50px;
}

span.tx-cegallery-pi1-photo_next {
	width: 50px;
	text-align: right;
	float: left;
}

span.tx-cegallery-pi1-album_back_link {
	float: left;
	width: 497px;
	text-align: center;
}

span.tx-cegallery-pi1-pagebrowser_actual, span.tx-cegallery-pi1-pagebrowser_normal {
	padding-right: 8px;
}

span.tx-cegallery-pi1-pagebrowser_actual a {
	font-weight: bold;
}

div.tx-cegallery-pi1-pagebrowser {
	padding-bottom: 10px;
}

#mySlideshow {
	width: 497px;
	height: 497px;
	z-index:5;
	display: none;
	overflow:hidden;
	position: relative;
	background-color: #A13F22;
}

#mySlideshow img {
	border: 0;
	margin: 0;
}

#mySlideshow #slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 3em;
	background: #333;
	color: #fff;
	text-indent: 0;
}

#slideInfoZone h2 {
	padding: 0;
	font-size: 12px;
	margin: 0;
	margin: 2px 5px;
	font-weight: strong;
	color: inherit;
}

#slideInfoZone p {
	padding: 0;
	font-size: 10px;
	margin: 2px 5px;
	color: #eee;
}

#mySlideshow a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

#mySlideshow a.right, #mySlideshow a.left {
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html #mySlideshow a.right, * html #mySlideshow a.left {
	filter:alpha(opacity=50);
}

#mySlideshow a.right:hover, #mySlideshow a.left:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#mySlideshow a.left {
	left: 0;
	top: 0;
	background: url('/typo3conf/ext/ce_gallery/res/left.gif') no-repeat top left;
}

#mySlideshow a.right {
	right: 0;
	top: 0;
	background: url('/typo3conf/ext/ce_gallery/res/right.gif') no-repeat top right;
}

div.tx-cegallery-pi1-pagebrowser_back, div.tx-cegallery-pi1-pagebrowser_pages {
	float: left;
}		

div.tx-cegallery-pi1-pagebrowser_back {
	width:75px;
}
