/* styles_ross.css
------------------------------------------------------------------------
Diese stylesheets enthalten die Basic-CSS Regeln fuer
das Weisse Ross Kleinostheim aus Kleinostheim


Author: dops.net
--------------------------------------------------------------------- */



/* Basic CSS Rules fuer den Seitenaufbau
--------------------------------------------------------------------- */

body {
	background-image: url(images/template/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECDFBF;
	margin: 0px;
	padding: 0px;
}

/*Styles fuer Banner/Kopf-Bereich*/
.bg_banner {
	background-image: url(images/template/bg_banner.jpg);
}
.banner {
	text-align: center;
}
.submenu {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 20px;
}
a.subnavi {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:link {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:visited {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:active {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:hover {
		color: black;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}
/*Ende Styles Banner/Kopf-Bereich*/

/* Styles fuer Navigation*/
.bgnavi {
		background-image: url(images/template/bg_button.gif);
		text-align: center;
		height: 27px;
}
a.button {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_button.gif);
		height: 20px;
		padding-top: 4px;
		padding-bottom: 0px;
		margin-bottom: 0px;
}
a.button:link {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_button.gif);
		height: 20px;
		padding-bottom: 0px;
}
a.button:visited {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_button.gif);
		height: 20px;
		padding-bottom: 0px;
}
a.button:active {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_button.gif);
		height: 20px;
		padding-bottom: 0px;
}

a.button:hover {
		display: block;
		cursor: hand;
		color: #7a5b1b;
		text-decoration: underline;
		font-weight: bold;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/bg_button_o.gif);
		height: 20px;
		padding-bottom: 0px;
}
/* Ende Styles fuer Navigationsbuttons*/

.content {
	background-image: url(images/template/bg_content.gif);
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
}

/* 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: 5px; POSITION: relative; TOP: 0px; padding: 0px;width: 185px;
}
.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: #FFFFF; BORDER-BOTTOM: medium none; TEXT-DECORATION: none;padding: 0px;
}
.cabmenu .background {
	Z-INDEX: 1; FILTER: alpha(opacity=50); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .3;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-image: url(images/template/1px_braun.gif);
}
.cabmenu .item IMG {
	MARGIN-LEFT: 12px;
}
/* Ende Styles fuer Cabmenue*/

.inhalt {
	font-family: arial;
	font-size: 13px;
	color: black;
	FONT-WEIGHT: normal;
    text-align: justify;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 50px;
	margin-top: 0px;
	width: 700px;
}
.inhalt_left {
	font-family: arial;
	font-size: 13px;
	color: black;
	FONT-WEIGHT: normal;
    text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 0px;
	width: 750px;
}

h1 	{
	font-family: arial;
	font-size: 1.5em;
	color: #7a5b1b;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
h3 	{
	font-family: arial;
	font-size: 1.2em;
	color: #7a5b1b;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
h5 	{
	font-family: arial;
	font-size: 1.00em;
	color: #7a5b1b;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a 			{text-decoration: underline;color: black;}
a:link		{text-decoration: underline;color: black;}
a:active	{text-decoration: underline;color: black;}
a:visited	{text-decoration: underline;color: black;}
a:hover 	{text-decoration: underline;color: #7a5b1b;}

td			{font-size: 13px;font-family: Arial;color: black;}

/* Fussleiste */
.fussleiste {
		background-image: url(images/template/1px_braun.gif);
		text-align: center;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		width: 930px;
		height: 35px;
		border-bottom: 3px solid white;
		padding-top: 3px;
}
a.fuss {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:link {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:visited {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:active {
		color: #7a5b1b;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:hover {
		color: black;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}


/*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: #EADCBB; }
/* Ende Styles fuer Lightbox*/


.weiter {
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}


/*Styles rechte Spalte mit Infoboxen*/
.spalte_re {
		background-image: url(images/template/bg_spalte_re.jpg);
		padding-top: 15px;
		padding-left: 7px;
		padding-right: 0px;
}


/*Styles fuer Infoboxen rechte Spalte*/
.Info_Top {
	background-image: url(images/template/1px_braun.gif);
	color: white;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.Info_Inhalt {
	background-image: url(images/template/1px_beige.gif);
	border-left: 1px solid #b29a6c;
	border-right: 1px solid #b29a6c;
	border-bottom: 1px solid #b29a6c;
	padding-left: 23px;
	padding-right: 2px;
	padding-bottm: 2px;
}
.Info_Inhalt2 {
	background-image: url(images/template/1px_beige.gif);
	border-left: 1px solid #b29a6c;
	border-right: 1px solid #b29a6c;
	border-bottom: 1px solid #b29a6c;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottm: 2px;
}
/*Ende Styles Infoboxen rechte Spalte*/
