/*  font-size 62,5% ermöglicht in scalierbaren em auszuzeichnen dabei entspricht 1em = 10px || 62.5% orientieren sich an der normal schriftgrößer der browser von 16px*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: White;
	color: Black;
	/* text-align stellt sicher, dass auch der IE zentriert */
	text-align: center;
}
/* margins usw für alle und alles auf 0 font-size 1em = 10px*/
*{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
/* umschlag ist der container für die floatenden elemente 95em = 950px */
#umschlag {
	/* text-align stellt sicher, dass die zentrierung aus dem body element nicht auf die elemente im und den umschlag selber vererbet werden */
	text-align: left;
	/* zentrierung */
	margin-left: auto;
	margin-right: auto;
	/* =950px da font-size 62.5% siehe body deklaration*/
	width: 800px;
}
/* kopfbereich */
#top {
	float: right;
	text-align: right;
	width: 800px;
	height: 81px;
	margin-top: 15px;
}
#navigation {
	text-align: center;
	float: left;
	width: 14.3em;
	height: 40em;
	background-color: white;
}
#inhaltPLUSrechts {
	float: right;
	width: 650px;
	height: 40em;
	background-color: White;
}
#inhalt {
	float: left;
	width: 650px;
	height: 40em;
	background-color: White;
	font-size: 1.2em;
}
#inhalt_galerie {
	float: left;
	width: 630px;
	padding-left: 15px;
	height: 40em;
	background-color: White;
	font-size: 1.2em;
}
/* Floats müssen 'gelöscht' werden bevor sie neu definiert werden!!! */
.clearFloats {
	clear: both;
	height: 1px;
	font-size: 1px;
}
/* box für zweispaltige inhalte */

div.zweiSpaltenLinks {
	width: 45%;
	float: left;
}

.wenigText {
	padding: 30px 50px 0px;
}

.navList {
	text-align: left;
	margin-top: 70px;
	width: 95%;
	font-size: 1.2em;
	list-style-type: none;}
.navList li {
	display: inline;}
.navList a {
	color: #CD9137;
	display: block;
	padding: 3px 3px 3px 14px;
	width: 95%;
	border-bottom: 1px solid #453011;
	background-color: White;}
.navList a:link, .navList a:visited {
	text-decoration: none;}
.navList a:hover {
	color: #453011;
	background-color: White;}

.navList a.sub, .navList a.subAct  {
	display: block;
	padding: 1px 3px 1px 3px;
	width: 90%;
	border-bottom: 1px dotted #453011;
	border-left: 1px solid #453011;
	background-color: White;}

.navList a.subAct, .navList a.Act {
	color: #453011;
}

a.extern:link {
	background: url(extern.gif) no-repeat right;
	color:#CD9137;
	text-decoration:underline;
	 }
a.extern:visited {
	background:url(extern.gif) no-repeat right;
	color:#CD9137;
	text-decoration:underline;
	 }
a.extern:hover {
	background:url(extern_hover.gif) no-repeat right;
	color:#453011;
	text-decoration:underline;
	 }
a.extern:active {
	background:url(extern.gif) no-repeat right;
	color:#CD9137;
	text-decoration:underline;
	 }

a.mail:link {
	background: url(mail.gif) no-repeat right;
	color:#CD9137;
	text-decoration:underline;
	 }
a.mail:visited {
	background:url(mail.gif) no-repeat right;
	color:#CD9137;
	text-decoration:underline;
	 }
a.mail:hover {
	background:url(mail_hover.gif) no-repeat right;
	color:#453011;
	text-decoration:underline;
	 }
a.mail:active {
	background:url(mail.gif) no-repeat right;
	color:#CD9137;
	text-decoration:underline;
	 }

a {
	color: #CD9137;
}
	 
.mainArtistImg {
	float: right;
	margin-left: 6px;
}

strong, strong.programm, .betont {
	font-size: 1.2em;
	font-weight: normal;
}
.betont2{
	font-size: 1.3em;
	font-weight: bold;
	color: #CD9137;
}
.accesskey {
	text-decoration: underline;
}
.eingerueckt_20 {
	padding-left: 20px;
}
td {
	vertical-align: top;
}
table.programm  {
	width: 100%;
	border-collapse: collapse;
}
td.programm {
	border: 1px solid #453011;
	padding: 2px 2px 2px;
	width: 25%;
}

/*  LINKS PROGRAMM TABELLE */

a.intern {
	color: #CD9137;
	background-color: White;}
a.intern:link, a.intern:visited {
	text-decoration: none;
	}
a.intern:hover {
	color: #453011;
	background-color: White;}


li.bio {
	padding-left: 20px;
	padding-top: 10px;
	list-style-type: none;
}

a.spielr {
	color: #D2691E;
	background-color: White;}
a.spielr:link, a.spielr:visited {
	text-decoration: none;
	}
a.spielr:hover {
	color: #453011;
	background-color: White;}


li.bio {
	padding-left: 20px;
	padding-top: 10px;
	list-style-type: none;
}


form {
	display: inline;
}

img {
	border: 0;
	display: inline;
}

input, select, textarea {
	border: 1px solid silver;
	padding: 1px;
}

input.submit
{
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../graphics/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.photos-large {
	border-style: solid;
	border-color: #778899;
	border-width: 1px;
	padding: 10px;
	margin: 4px;
}

#picture-holder a:hover img{
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

#gallery-name {
	padding: 0;
	margin: 0;
}

#picture_caption {
	font-size: 12pt;
}

#main_container {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#inner_wrapper {
	/* padding: 10px;*/
	width: 100%;
}

#wrapper {
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10pt;
}

#picture-holder {
	text-align: center;
}

#exif_toggle {
	padding: 0;
	margin: 0;
}

.thumbnail img {
	padding: 5px;
	text-align: center;
	margin: 4px;
	background: #FFF;
	border-width: 1px;
	border-color: #778899;
}


.thumbnail a:hover img {
    border-width: 2px;
    border-color: #38c;
	margin: 3px;
}

.photos {
	padding: 5px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}


#jump_menu {
	float: right;
}

#download_selected {
	float: right;
	text-align: right;
}

#pagination {

	padding: 2px;
	margin: 0;
	clear: both;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;
}

#breadcrumbs {
	margin: 0;
	padding: 2px;
	border-top: 		1px solid #CDCDCD;
	border-bottom: 		1px solid #CDCDCD;

	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFC; */
}

#breadcrumb_links {
	margin: 2px;
}

a.print {
	background-image: url(../graphics/printer.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.page_link {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

#search_box {
	margin-left: 5px;
	float: right;
}

table {border: 0px;}

.date, #picture_caption
    {
    font-size:         1em;
    line-height:       1.4;
    margin-left:       4px;
    padding-bottom:    2px;
	 padding-top: 5px;
    }

#picture_caption
		{
		font-size:		 		 1em;
		font-weight:			 normal;
		text-transform: 	 none;

		}

a.nav-link-img-next {
		background-image:    url(../graphics/fforward.gif);
    	background-repeat:   no-repeat;
    	background-position: right 1px;
		padding-right: 20px;
		width: 40px;
	  }

a.nav-link-img-prev {
		background-image:    url(../graphics/rewind.gif);
   	 	background-repeat:   no-repeat;
    	background-position: left 1px;
		padding-left: 20px;
		width: 40px;
	  }

.comments li    {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #CDCDCD;
		border-bottom: 1px solid #CDCDCD;
	  }

.comments p {

	padding: 0;
	margin: 0;
}

.comments cite  {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 75%;
}

.meta-header {
		font-size: 85%;
		padding: 0;
		margin: 0;
		color: #8b0000;
		text-align: center;
}

.comments-closed {
		color: #999966;
		text-align: center;
}

#exif_data {
		padding: 20px;
		text-align: left;
		width: 50%;
}

ul.slides {
  	margin:0;
  	margin-top: 15px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}

.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}

#link-back {

	font-size: 65%;
	text-align: right;
	padding: 0;
	margin: 0;

}

.tag {
		 text-align: center;
}

.large-thumb-toolbar {

	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

.errors
{
    width:            500px;
    background-image: url('../graphics/x.gif');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-bottom:    15px;
    border-bottom:    1px solid maroon;
    border-top:       1px solid maroon;
    border-left:      1px solid maroon;
    border-right:     1px solid maroon;
    padding:          8px;
    background-color: #FFCCCC;
    padding-left:     28px;
}
strong {
	font-size: 1em;
	font-weight: normal;
}
h2 {
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 1.2em;
}
h2.picture_caption {
	font-size: 1.2em;
}
a.rot {
  color: #990000;
}
