html {
	min-height: 100.1%;
}
body {
	position: relative;
	background:#FFF url(../_images/back/back_body.jpg) repeat-x center top;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#root {
	width: 900px;
	margin: 0px auto 0px;	
}

#page {	
	float: left;
	background:url(../_images/back/back_page.gif) repeat-y left;
	text-align: left;
}

/* Servicenavigation  */
#service {
	padding-right: 50px;
	height: 30px;
}
#service ul {
	margin: 0px;
	padding: 0px;
}
#service li {
	font-family:Arial, Helvetica, sans-serif;
	list-style: url(none) none;
	float: right;
	margin-left: 30px;
	line-height: 30px;
	font-size: 11px;
}
#service li a {
	text-decoration: none;
	color: #084;
}
#service li a:hover {
	color: #9B9;
	text-decoration: underline;
}
#service li a.current {
	color: #9B9;
}
/* Kopfbereich */
#head {
	width: 901px;
	clear: both;
	float: left;
	height: 160px;
	background: url(../_images/back/back_head.jpg) no-repeat right;
}
#title {
	float: left;
}
#title a {
}
#title a img {
	border-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

/* Hauptbereich */
#main {
}

/* Menü */
#menu {
	width: 200px;
	float: left;
	padding: 30px 0px 25px 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	font-size: 13px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #CBB;
	
	padding-left: 30px;
	padding-right: 0px;
	width: 180px;
	font-weight: bold;
}

#menu li a:hover {
	color: #FFF;
}
#menu li a.current {
	font-weight: bold;
	color: #FFF;
}
#menu li a.current:hover {
	color: #CBB;
}
#menu ul ul {
	padding-bottom: 10px;
	border-top-style: none;
}
#menu li li {
	font-size: 12px;
	line-height: 25px;
	list-style: none;
	border-bottom-style: none;
	padding-left: 30px;
}
#menu li li a {
	color: #CBB;
	font-weight: normal;
	border-bottom-style: none;
	padding-left: 15px;
	width: 155px;
	background: url(../_images/elpx/elpx_menu.gif) center left no-repeat;
}
#menu li li a:hover {
	color: #FFF;
	background: url(../_images/elpx/elpx_menu-over.gif) center left no-repeat;
}
#menu li li a.current {
	color: #FFF;
}
#menu li li a.current:hover {
	color: #CBB;
}

/* Inhalte */
#content {
	float: left;
	padding:30px 50px;
	width: 550px;
}
#content h1 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #084;
}
#content h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #666;
}
#content h3 {
	font-size: 14px;
}

#content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
}
#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	margin-bottom: 0.5px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #084;
}
#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 2px solid #084
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}

#content img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
#content img.small {
	margin: 5px 0px 10px 0px;
	border-style: none;
	float: left;
	margin-right: 20px;
}
#content img.large {
	margin: 5px 0px 10px 0px;
	border-style: none;
	clear: both;
	float: left; 
	margin-right: 20px;
}

#content a {
	color: #711;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #084;
}

/*	Programmtabelle	*/
#content table {
	text-align: left;
	border-style: none;
	margin-bottom: 20px;
}
#content caption {
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
}
#content col.date {
	width: 60px;
}
#content col.day {
	width: 80px;
}
#content col.time {
	width: 100px;
}
#content  col.name {
	width: auto;
}
#content th {
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	line-height: 20px;
}
#content td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	line-height: 20px;
}
#content tr.weekend td {
	background: #FEE;
	font-weight: bold;
}





/*  Kontaktformular  */
#content form {
	margin: 0px;
	padding-top: 20px;
}
#content fieldset {
	border-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
}
#content label {
	font-size: 12px;
}
#content label.left {
	width:100px;
	margin-right:10px;
	float: left;
	font-size: 12px;
}
#content input {
	font-size: 12px;
}

#content input.text {
	padding: 2px;
	color: #711;
	margin: 0px 0px 5px;
}
#content textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #711;
}
#content form abbr {
	border-style: none;
	color: #A00;
	font-weight:bold;
	cursor: help;
} 
#content form br {
	clear: left;
}

/* Fotogalerie Übersicht*/
#thumbs {
	padding-top: 20px;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	padding: 0px;
	list-style: url(none) none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#thumbs a {
	color: #333;
	text-decoration: none;
	display: block;
	border: 1px solid #CCC;
	padding: 0px;
}
#thumbs a:hover {
	background: #FEE;
	border: 1px solid #711;
}
#thumbs div {
	padding: 1px;
}
#thumbs div.portrait {
	padding: 12px 25px 13px 25px;
}
#thumbs div.landscape {
	padding: 25px 13px 25px 12px;
}

#thumbs img {
	display: block;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
#thumbs span {
	background: #fff;
	display: block;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	white-space: nowrap;
}

/* Paginierung */
#pages {
	/*
	background: #EDD;
	border: 1px solid #711;
*/
	margin: 0px;
	clear: left;
	padding-top: 20px;
}
#pages ul {
	margin: 0px;
	padding: 0px;
}
#pages li {
	list-style: url(none) none;
	display: inline;
	border-right: 1px solid #ccc;
	font-size: 11px;
	color: #333;
}
#pages li.title {
	font-size: 11px;
	border-right-style: none;
}

#pages li.first {
}

#pages li.previous {
}
#pages li.ellipsis {
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
}

#pages li.next {
}
#pages li.last {
	border-right-style: none;
}
#pages a {
	color: #711;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#pages a.active {
	font-weight: bold;
	color: #555;
}

#pages a:hover {
	color: #084;
}

/* Galerieseite mit Einzelbild */
#image {
	margin-top: 20px;
}
#image.portrait {
	padding: 10px 72px 10px 73px;
	float: left;
	border: 1px solid #CCC;
	text-align: center;
}
#image.landscape {
	padding: 10px;
	float: left;
	border: 1px solid #CCC;
	text-align: center;
}
#image img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}


/* Skip Vor / Zurück / Übersicht */
#gallery p.previous {
	float: left;
	color: #AAA;
	font-size: 11px;
}
#gallery p.overview {
	text-align: center;
	color: #AAA;
	font-size: 11px;
}
#gallery p.next {
	float: right;
	color: #AAA;
	font-size: 11px;
	padding-right: 30px;
}

/*	Sponsoren Auflistung	*/
#thumbs.sponsors ul {
	margin: 0px;
	padding:  0px 0px 20px;
	list-style: none;
	float: left;
	clear: left;
}
#thumbs.sponsors li {
	margin: 0px 10px 30px 0px;
	float: left;
	padding: 0px;
	font-size: 10px;
}
#thumbs.sponsors a {
	display: block;
	padding: 10px 20px;
	width: 150px;
	border: 1px solid #FFF;
}
#thumbs.sponsors a:hover {
	border: 1px solid #CCC;
	background: none;
}

#thumbs.sponsors img {
	display: block;
	margin: 0px;
	padding: 0px;
}
