/* css document */

/*  farben
violett			#590c3d
gold			#977b3d
gold hell		#e5d290
----------------------- */


a:link { color: #977b3d; text-decoration: underline; font-weight: normal; }
a:visited { color: #977b3d; text-decoration: underline; font-weight: normal; }
a:hover { color: #590c3d; text-decoration: none; font-weight: normal; }
a:active { color: #590c3d; text-decoration: none; font-weight: normal; }

html { height: 100%; margin-bottom: 1px; }  /* erzwingt einen scrollbalken */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	background: #590c3d url(grafik/hg-inhaltsseite.gif) repeat-x;
}
body.startseite {
	background: #590c3d url(grafik/hg-startseite.gif) repeat-x;
}
body, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: black;
}
input, textarea {
	width: 225px;
	padding: 3px;
	margin: 0 0 8px 0;
	vertical-align: top;
	background-color: #dddddd;
}
input.sendebutton {
	width: 114px;
	background-color: #002e67;
	color: #ffffff;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #977b3d;
	margin-right: -40px;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #977b3d;
}
h2 {
	font-size: 12px;	
	font-weight: bold;
	color: #977b3d;
	margin-bottom: 1em;
}
h3 {
	font-size: 12px;	
	color: #977b3d;
}
img a {
	border: none;
}

strong {
	font-weight: bold;
	color: #222222;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 3px 15px 3px 0;
}
ol {
	padding-left: 1.7em;
	text-indent: 0.0em;
}
ul {
	margin: 1em 0 0.5em 0;
	padding-left: 1.4em;
}
li {
	margin-bottom: 0.5em;
}



/* -------------------- layout ------------------- */
#wrap {
	width: 802px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 802px;
	clear: both;
}
	#logo {
		width: 800px;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		background-color: #ffffff;
		clear: both;
	}
	#visual {
		width: 800px;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		clear: both;
	}

#content {						/* breite inhaltsspalte */
	background-color: #ffffff;
	width: 802px;
	float: left;
	text-align: left;
	padding-bottom: 24px;
}
	#navigation {
		width: 181px;
		float: left;
	}
	#content-einspaltig {
		width: 600px;
		padding: 0px 0px 40px 0px;
		margin-top: 24px;
		float: right;
	}
		#content-einspaltig h1 {
			margin-right: 0;
			}
			
	#content-bildergalerie {
		width: 480px;
		width: 510px;
		padding: 0px 0px 40px 0px;
		margin-top: 24px;
		float: right;
	}
		#content-bildergalerie h1 {
			margin-right: 0;
			}
			
	#content-textspalte {
		width: 385px;
		padding: 0 40px 40px 0;
		margin-top: 24px;
		float: right;
	}
	#content-textspalte.programm {
		width: 355px;
		padding: 0 40px 40px 0;
		margin-top: 24px;
		float: right;
	}
	#content-bildspalte {
		width: 155px;
		padding: 0 0 40px 0;
		/*margin: 28px 20px 0 0;*/
		margin: 25px 20px 0 0;
		float: right;
	}
	#content-bildspalte.programm {
	width: 155px;
	padding: 0 0 40px 0;
	margin: 44px 20px 0 0;
	float: right;
	border-top: 1px solid #977b3d;
	}
	
#footer {
	/* darf nicht floaten, damit sich der bg des wrap bis unten wiederholt */
	clear: both;
	width: 802px;
}


/* -------------------- klassen ------------------ */

.hrlink {
	margin: 0.5em 0;
	/*text-align: right;*/
	padding-left: 378px;
	text-align: left;
}
.hrlink a {
	color: #f0e0a8;
	text-decoration: none;
}
.WebYepGalleryText {
	padding: 5px 10px 10px 0;
}
.WebYepGalleryImage {
	padding: 35px 10px 5px 0;
}
.WebYepGalleryFirstRow .WebYepGalleryImage {	/* betrifft die seite bildergalerie */
	padding-top: 20px;
}
#content-bildspalte .WebYepGalleryImage {
	padding-top: 12px;
}
#content-bildspalte .WebYepGalleryFirstRow .WebYepGalleryImage {  	/* betrifft die bildspalte der normalen seite */
	/*padding-top: 41px;*/
	padding-top: 0;
}

.programm td {
	padding: 3px 15px 3px 0;
}
.programm h2 {
	margin-top: 1em;
	margin-bottom: 0;
}
.pressebilder td {
	padding: 0 15px 20px 0;
	}

/* ------------------------- navigation ------------- */

#navi {
	float: left;
	width: 181px;
	margin-top: 28px;
}
	#navi ul, #navi ul li {
		list-style: none;
		list-style-type: none;
		display: block;
		padding: 0;
		margin: 0;
	}
	#navi ul li:hover {
		
	}
	#navi ul li a {
		text-decoration: none;
		height: auto;
		padding-top: 6px;
		padding-left: 20px;
		padding-bottom: 5px;
		width: 161px;
		border-top: 1px solid #977b3d;
		display: block;
	}
	#navi ul li a:hover {
		text-decoration: none;
		color: #000000;
		background-color: #e5d290;
	}
	#navi ul li a.aktuelle-seite, #navi ul li.WebYepMenuCurrentItem a {
		color: #ffffff;
		background-color: #977b3d;
	}
	#navi ul li a.aktuelle-seite:hover {
		color: #ffffff;
		background-color: #977b3d;
	}

/* --------- subnavigation ------ */
	
#navi ul li ul {
	padding-left: 0;
	border-bottom: none;
}
	#navi ul li ul a {
		width: 144px;
		height: auto;
		padding-left: 37px;
		border-top: 1px dotted #e5d290;
	}
	#navi ul li ul li.WebYepMenuCurrentItem a {
		background-color: #e5d290;
		color: #000000;
		}
