html, body {
	background-image: url(images/template/bg_gelb.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment : scroll;
	background-color: #fffce4;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	color: black;
	padding:0;
	margin:0;
}

/* Styles fuer Navigationsbuttons*/
a.button {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0px;
		background-image: url(images/template/bg_navi.jpg);
}
a.button:link {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_navi.jpg);
}
a.button:visited {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_navi.jpg);
}
a.button:active {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_navi.jpg);
}

a.button:hover {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_navi_o.jpg);
		padding-top: 6px;
		padding-bottom: 6px;
}
a.button_akt {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0px;
		background-image: url(images/template/bg_navi_o.jpg);
}
a.button_akt:link {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0px;
		background-image: url(images/template/bg_navi_o.jpg);
}
a.button_akt:visited {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0px;
		background-image: url(images/template/bg_navi_o.jpg);
}
a.button_akt:active {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0px;
		background-image: url(images/template/bg_navi_o.jpg);
}

a.button_akt:hover {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 6px;
		padding-bottom: 6px;
		margin: 0px;
		background-image: url(images/template/bg_navi_o.jpg);
}

/* Sub-Menue */
a.submenu {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
}
a.submenu:link {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.submenu:visited {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.submenu:active {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.submenu:hover {
		color: #003399;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
/* Styles fuer CAB-Menue */
.cabmenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px;
}
.cabmenu .content {
	POSITION: relative; padding: 0px;
}
.cabmenu .items {
	Z-INDEX: 2; LEFT: 0px; POSITION: relative; TOP: 0px; padding: 0px;width: 125px;
}
.top .items {
	BORDER-TOP: medium none;
}
.cabmenu .item {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10px; BORDER-LEFT: medium none; CURSOR: hand; COLOR: white; BORDER-BOTTOM: medium none; TEXT-DECORATION: none;padding: 0px;
}
.cabmenu .background {
	Z-INDEX: 1; FILTER: alpha(opacity=100); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .2;padding: 0px;
}
.cabmenu .shadowRight {
	Z-INDEX: 3; FILTER: alpha(opacity=20); WIDTH: 2px; POSITION: absolute; TOP: 3px; moz-opacity: .2;
}
.cabmenu .shadowBottom {
	Z-INDEX: 1; FILTER: alpha(opacity=20); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; moz-opacity: .2;
}
.cabmenu .hover {
	background-color: red;cursor: pointer;
}
.cabmenu .item IMG {
	MARGIN-LEFT: 12px;
}
/* Ende Styles fuer Navigationsbuttons*/

/* Styles fuer Content-Bereich */
.inhalt {
	margin-left: 25px;
	margin-top: 25px;
}

h3 			{font-size: 1.30em;color: #990000;padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 7px;}
h4			{font-size: 1.10em;color: #990000;padding: 0px;}
h5 			{font-size: 1.00em;color: #990000;padding-top: 0px;padding-bottom: 5px; margin-top: 0px; margin-bottom: 0px;}

/* Styles fuer Fussleiste */
.fussleiste_li {
	padding-left: 25px;
	color: white;
	font-weight: normal;
	font-size: 11px;
}
.fussleiste_re {
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 11px;
}
a.powered {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
}
a.powered:link {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.powered:visited {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.powered:active {
		color: gray;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.powered:hover {
		color: #003366;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}

a {
		color: #990000;
		text-decoration: underline;
		font-weight: normal;
		font-size: 13px;
}
a:link {
		color: #990000;
		text-decoration: underline;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
}
a:visited {
		color: #990000;
		text-decoration: underline;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
}
a:active {
		color: #990000;
		text-decoration: underline;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
}
a:hover {
		color: red;
		text-decoration: underline;
		font-weight: normal;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: arial;
	color: black;
	font-weight: normal;
	font-size: 13px;
}

/*  */

.weiter_div {
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
}
a.weiter {
		color: #990000;
		text-decoration: none;
		font-weight: normal;
		font-size: 10px;
}
a.weiter:link {
		color: #990000;
		text-decoration: none;
		font-weight: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:visited {
		color: #990000;
		text-decoration: none;
		font-weight: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:active {
		color: #990000;
		text-decoration: none;
		font-weight: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter:hover {
		color: red;
		text-decoration: underline;
		font-weight: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
}

ul.square {
	list-style-type: none;
    list-style-image: url(images/template/10px_weiss.gif);
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom:0px;
}

ul.square li {
	padding-bottom: 0px;
}


/*Styles fuer Bildergalerie Referenzen (Lightbox)*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: black; }
/* Ende Styles fuer Lightbox*/

/* Styles fuer manuelle Fotogalerie*/
.fotogalerie {
	border: 3px solid white;
	margin-right: 3px;
	margin-bottom: 3px;
}
.bilderuebersicht {
	padding-left: 35px;
}

.sprachauswahl {
	position: relative;
	top: 15px;
	left: 450px;
	width: 200px;
}

