
/* Allgemeine Selektoren */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
/*	font: 9pt/1.5em "Helvetica Neue", Verdana, Arial, sans-serif; */
	font: 11px/1.5em Verdana, Arial, sans-serif;
	color: #000;
}
html {
	min-height: 100%;
	background-image: url(../pics/main_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #BFBFBF;
}

input, textarea, button {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}
div.printonly {
	display: none;
}
#index #content p {
	margin: 0;
	padding: 0;
}

#pagewrapper {
	position: relative;
	min-height: 100%;
	margin: auto;
	width: 902px;
	padding:0;
	background-color:#FFF;
}

#page {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
}
#header {
	position: relative;
	height: 244px;
}
#header #subnavibg {
	position: absolute;
	background-color: #F9000D;
	bottom: 0;
	left: 0;
	height: 24px;
	width: 100%;
}
#header img {
	position: absolute;
	left: 0;
	top: 60px;
}
#header h2 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 20px;
}
#header h2 a {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	width: 238px;
	height: 60px;
	background-color: #FFF;
	background-image: url(../pics/esv_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px #EEE solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/*-----------------Navi 1. Stufe----------------------*/
ul#navigation {
	font-size: 12px;
	position: absolute;
	bottom: 24px;
	left: 20px;
}

ul#navigation li {
	display: block;
	float: left;
}


ul#navigation li a:link,
ul#navigation li a:visited {
	display: block;
	font-weight: normal;
	padding: 0 6px;
	margin-right: 2px;
	color: #000;
	background-color: #FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px #777 solid;
	border-right: 1px #777 solid;
	border-left: 1px #777 solid;
}

ul#navigation li.active a:link,
ul#navigation li.active a:visited {
	font-weight: bold;
	background-color: #F9000D;
	color: #FFF;
	border-top: 1px #C00 solid;
	border-right: 1px #C00 solid;
	border-left: 1px #C00 solid;
}
ul#navigation li a:hover,
ul#navigation li.active a:hover {
	background-color: #F9000D;
	color: #FFF;
	border-top: 1px #C00 solid;
	border-right: 1px #C00 solid;
	border-left: 1px #C00 solid;
}

/*----------------Navi Stufe 2 ------------------*/
ul#navigation ul {
	position: absolute;
	left: 0;
	margin-top: 1px;
	width: 800px;
}
ul#navigation ul li {
	display: block;
	float: left;
	padding-top: 2px;
}

ul#navigation li.active ul li a,
ul#navigation li.active ul li a:link,
ul#navigation li.active ul li a:visited {
	font-weight: normal;
	display: block;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px #FFF solid;
}
ul#navigation li.active ul li:last-child a {
	border-right: none;
}
ul#navigation li.active ul li a:hover {
	color: #000;
}
ul#navigation li.active ul li.active a {
	color: #FFF;
	font-weight: bold;
}

/*----------------Navi Stufe 3 ------------------*/

#language_search {
	padding: 30px 10px 0 0;
	color: #929497;
	font-size: 10px;
	line-height: 18px;
	float: right;
}
#language_search div,
#language_search form {
	float: left;
}
#suche button {
	background-color: transparent;
	border: medium none;
	color: #929497;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 18px;
	margin: 0;
	padding: 0 5px 0 4px;
}
#language_search a {
	color: #929497;
	line-height: 18px;
	display: block;
	float: left;
	padding: 0 5px;
}
#language_search .spacer {
	height: 14px;
	width: 30px;
}
#suche input {
	color: #929497;
	border: 1px #929497 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 140px;
}

/*--------------- start sidebar ------------------------*/
#sidebar {
	width: 200px;
	float: right;
	padding-top: 24px;
}
#sidebar .box {
	width: 188px;
	font-size: 10px;
	margin-bottom: 1.5em;
}
#sidebar .box h2 {
	font-size: 12px;
	margin: 0;
	padding: 0 5px;
	background-color: #F9000D;
	color: #FFF;
	font-weight: bold;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px #F9000D solid;
	border-right: 1px #F9000D solid;
	border-left: 1px #F9000D solid;
}
#sidebar .box h3 {
	font-size: 10px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #333;
}
#sidebar .box a {
	color: #000;
}
#sidebar .box a:hover {
	color: #F9000D;
}
#sidebar .box h3 a {
	color: #333;
}
#sidebar .box .bcontent {
	margin: 0;
	padding: 5px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom: 1px #F9000D solid;
	border-right: 1px #F9000D solid;
	border-left: 1px #F9000D solid;
}
#sidebar .box h2 a,
#sidebar .box h2 a:link,
#sidebar .box h2 a:visited,
#sidebar .box h2 a:hover {
	color: #FFF;
}
/*--------------- end sidebar ------------------------*/

/*--------------- start default ------------------------*/
h1 {
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin: 0 0 .5em 0;
}

h2 {
	font-weight: normal;
	font-size:13px;
	margin: 10px 0 5px 0;
}

a, a:link, a:visited {
	color: #F9000D;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.clear { display: block !important; clear:both !important; height:0 !important; padding: 0 !important; margin: 0 !important;}

.default {
	width: 690px;
	float: left;
}
.content {
	width: 370px;
	padding: 24px 5px 0 15px;
	float: left;
}
.content .lead {
	font-weight: bold;
	margin-bottom: 1.5em;
}
.bild {
	padding: 24px 0 0 0;
	width: 300px;
	text-align: center;
	float: left;
}
.bild .caption {
	font-size: 10px;
}
.main_content p {
	margin-bottom: 1.5em;
}
.main_content ul {
	margin: 0.5em 0 1.5em 8px;
	list-style: disc url(../pics/arrow_right.png);
	padding-left: 10px;
}
.main_content ol {
	margin: 0.5em 0 1.5em 8px;
	list-style: upper-latin;
	padding-left: 10px;
}
.main_content p+ul,
.main_content p+ol {
	margin-top: -1.5em;
}
.main_content { 
	margin-bottom: 1.5em;
/*padding-bottom: 1em;*/
}
ul.links,
ul.dateien {
	margin-bottom: 1em;
}
ul.dateien li {
	padding: 2px 0;
}
ul.dateien li a {
	display: block;
	height: 16px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}
ul.dateien li.pdf a {
	background-image: url("../pics/icons/page_white_acrobat.png");
}
ul.dateien li.png a,
ul.dateien li.jpg a,
ul.dateien li.jpeg a,
ul.dateien li.gif a,
ul.dateien li.tiff a,
ul.dateien li.tif a,
ul.dateien li.bmp a,
ul.dateien li.psd a {
	background-image: url("../pics/icons/picture.png");
}
ul.dateien li.doc a,
ul.dateien li.docx a {
	background-image: url("../pics/icons/page_word.png");
}
ul.dateien li.xls a,
ul.dateien li.xlsx a {
	background-image: url("../pics/icons/page_excel.png");
}
ul.dateien li.zip a,
ul.dateien li.gz a,
ul.dateien li.tgz a,
ul.dateien li.tar a,
ul.dateien li.bz2 a,
ul.dateien li.tbz a,
ul.dateien li.sevenz a {
	background-image: url("../pics/icons/compress.png");
}
ul.dateien li.mp4 a,
ul.dateien li.mov a,
ul.dateien li.wmv a {
	background-image: url("../pics/icons/movie.png");
}
ul.dateien li a em,
ul.dateien li a span {
	font-size: 10px;
	color: #929497;
}
/*--------------- end default ------------------------*/
/*--------------- end wide ------------------------*/
.wide {
	width: 690px;
	float: left;
}
.wide .content {
	width: 670px;
	float: left;
}
.wide .main_content {
	width: 450px;
}
.wide .bild {
	padding-top: 1.5em;
	width: 670px;
	float: none;
}
/*--------------- end wide ------------------------*/
/*--------------- end links ------------------------*/
.links .firstcolum {
	width: 49.25%;
	float: left;
}
.links .secondcolum {
	width: 49.25%;
	float: right;
}
/*--------------- end links ------------------------*/
/*--------------- start portraits ------------------------*/
ul.portraits {
	margin-right: -5px;
}
ul.portraits li {
	display: block;
	float: left;
	width: 220px;
	height: 50px;
	margin: 0 5px 5px 0;
}
ul.portraits li a {
	display: block;
	width: 220px;
	height: 50px;
}
ul.portraits li a img {
	float: left;
}
ul.portraits li a .titel {
	float: right;
	width: 165px;
	display: block;
}
ul.portraits li a {
	color: #000;
}
ul.portraits li .name {
	font-weight: bold;
}
ul.portraits li a:hover .name {
	color: #F9000D;
}
ul.portraits li a:hover {
	background-color: #F5F5F5;
}


.portrait {
	width: 690px;
	float: left;
}
.portrait .content {
	width: 470px;
}
.portrait .bild {
	width: 200px;
}
.portrait table.attribute {
	text-align: left;
}
.portrait table.attribute td {
	padding: 1px 0;
}
.portrait table.attribute td.label {
	padding-right: 10px;
}

.portrait table.attribute .kraenze td.label {
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left 4px;
	background-image: url(../pics/arrow.png);
}
.kraenze td {
	cursor: pointer;
}
.portrait table.attribute .kraenze td.open {
	background-position: left -88px;
}

#kranzliste table {
	margin-left: 14px;
	border: 1px solid #CCC;
}
#kranzliste table th {
	padding: 1px 4px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#kranzliste table tr:nth-child(even) {
	background-color: #EEE;
}
#kranzliste table td {
	padding: 1px 4px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#kranzliste table td.rang {
	text-align: right;
	border-right: none;
	padding-right: 1px;
}
#kranzliste table td.unter_rang {
	border-left: none;
	padding-left: 1px;
}
#kranzliste table td.punkte {
	text-align: right;
}
#kranzliste tr.kranzfest td.kranzfestmarker {
	background-image: url(../pics/ok.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.portrait .back {
	padding-left: 15px;
}
.portrait .back span {
	display: block;
	float: left;
}
.portrait .back .backforward {
	position: relative;
	width: 200px;
	padding: 3px 0 3px 80px;
	height: 10px;
}
.portrait .back .backforward a {
	/*position: absolute;
	left: 0;*/
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-left: 20px;
	text-indent: -9999px;
	background-image: url(../pics/arrow_left.png);
	background-repeat: no-repeat;
}
.portrait .back .backforward a.next {
	left: auto;
	right: 0;
	background-image: url(../pics/arrow_right.png);
}
/*--------------- end portraits ------------------------*/

/*--------------- start organe ------------------------*/
.organe .active {
	font-weight: bold;
}
/*--------------- end organe ------------------------*/

/*--------------- start news ------------------------*/
.news,
.newsarchive {
	width: 690px;
	float: left;
}
.news .content,
.newsarchive .content {
	width: 570px;
	float: left;
}
ul.newslist {
	padding: 0;
	margin: 0;
}
ul.newslist li {
	list-style: none;
	padding: 0 0 1.5em 0;
}
.newsarchive ul.newslist li {
	padding-bottom: .5em;
}
ul.newslist li.last {
	padding: 0;
}
ul.newslist li a {
	display: block;
	color: #000;
}
ul.newslist li img {
	float: left;
}
.newsarchive ul.newslist li img {
	display: none;
}
ul.newslist span {
	float: right;
	width: 460px;
}
ul.newslist .datum {
	display: none;
}
.newsarchive ul.newslist .datum {
	display: block;
	float: left;
	width: 80px;
}
.newslist .titel {
	font-weight: bold;
}
.newsarchive .newslist .titel {
	width: 490px;
}
#news .content .newslist .lead {
	display: block;
	font-weight: normal;
	margin: 0;
}
ul.newslist li a .more {
	color: #F9000D;
}
.newsarchive .newslist .lead,
.newsarchive ul.newslist li a .more {
	display: none;
}
ul.newslist li a:hover .titel {
	color: #F9000D;
}
ul.newslist li a:hover {
	background-color: #F5F5F5;
}
ul.newslist span.clear {
	float: none;
}
#news .content .lead {
	display: none;
}
/*--------------- end news ------------------------*/






.hidden { display: none; }
.error { color: red; }

/*------------------ start footer -----------------------*/
#pagefooter {
	position: absolute;
	bottom: 10px;
	width: 872px;
	margin: 0 15px 0 15px;
	font-size: 10px;
	padding: 2px 0;
	border-top: 1px #929497 solid;
	color: #929497;
}
#pagefooter .copyright {
	display: block;
	width: 59%;
	float: left;
}
#pagefooter .toplink {
	display: block;
	width: 39%;
	float: right;
	text-align: right;
}
#pagefooter .toplink a {
	padding: 0 0 0 6px;
	color: #929497;
}
#pagefooter .toplink a:hover {
	color: #000;
}
#pagefooter .toplink a.empfehlen {
	padding: 0 6px 0 0;
	border-right: 1px solid #929497;
}
/*---------------- Neben Naviation start ------------------*/
ul#nebennavigation,
ul#nebennavigation li {
	display: inline;
	padding: 0 6px;
}
ul#nebennavigation li {
	border-left: 1px #929497 solid;
}
/*---------------- Neben Naviation ende ------------------*/

/*--------------- start news ------------------------*/
.galerie,
.galerien {
	width: 690px;
	float: left;
}
.galerie .content,
.galerien .content {
	width: auto;
	float: none;
	padding-right: 0;
}
.galerie .content .main_content {
	width: 570px;
}
.galerien .content .main_content {
	width: 620px;
}
ul.galerielist {
	padding: 0;
	margin: 0;
}
ul.galerielist li {
	list-style: none;
	padding: 0 0 1.5em 0;
}
ul.galerielist li.last {
	padding: 0;
}
ul.galerielist li a {
	display: block;
	color: #000;
}
ul.galerielist li img {
	float: left;
}
ul.galerielist span {
	float: right;
	width: 460px;
}
.galerielist .titel {
	font-weight: bold;
}
.galerielist .lead {
	display: block;
	font-weight: normal;
	margin: 1.5em 0 0 0;
}
ul.galerielist li a:hover .titel {
	color: #F9000D;
}
ul.galerielist span.clear {
	float: none;
}
.galerie ul.bilder {
	margin-right: -4px;
}
.galerie ul.bilder li {
	margin: 0 4px 4px 0;
}
.galerie ul.bilder li,
.galerie ul.bilder li a {
	display: block;
	float: left;
	height: 93px;
	width: 93px;
}
.galerie ul.bilder li a {
	position: relative;
}
.galerie ul.bilder span {
	display: none;
}
.galerie ul.bilder a:hover span {
	position: absolute;
	display: block;
	border: solid 2px #F9000D;
	top: 0px;
	left: 0px;
	width: 89px;
	height: 89px;
}
/*--------------- end news ------------------------*/
.anlass {
	width: 690px;
	float: left;
}
.anlassjahr .active {
	font-weight: bold;
}
.anlaesse td,
.anlaesse th {
	padding: 0 8px 2px 0;
}
table.anlaesse {
	width: 100%;
}
.anlaesse .datum {
	width: 70px;
}
.anlaesse .name {
	width: 330px;
}
.anlaesse .ort {
	width: 170px;
}
.anlaesse .datum a,
.anlaesse .name a,
.anlaesse .ort a {
	color: #000;
	display: block;
}
.anlaesse tr:hover td {
	background-color: #F5F5F5;
}
.anlass h1 span {
	font-weight: normal;
	font-size: 11px;
}
.anlass table.attribute {
	margin-bottom: 1em;
}
.anlass table.attribute td.label {
	padding-right: 10px;
}
.anlass table.attribute td.number {
	text-align: right;
}
.anlass ul.bilder {
	margin: 1em -4px 0 15px;
}
.anlass ul.bilder li {
	margin: 0 4px 4px 0;
}
.anlass ul.bilder li,
.anlass ul.bilder li a {
	display: block;
	float: left;
	height: 93px;
	width: 93px;
}
.anlass ul.bilder li a {
	position: relative;
}
.anlass ul.bilder span {
	display: none;
}
.anlass ul.bilder a:hover span {
	position: absolute;
	display: block;
	border: solid 2px #F9000D;
	top: 0px;
	left: 0px;
	width: 89px;
	height: 89px;
}
.anlass .back {
	margin-left: 15px;
	margin-top: 1em;
}
.anlass .content .back {
	margin-left: 0;
}

/** suche **/
.suche .highlight {
	background-color: #CCC;
}

#moviecloselayer {
	z-index: 31;
	background-image: url(../pics/hg_transparent.png);
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-repeat: repeat;
}
#movieclosebutton {
	background-image: url(../pics/buClose.png);
	background-repeat: no-repeat;
	background-position: center center;
}
