/* StyleSheet von www.Casino-Wittlich.de - validiert */

/* Hintergrund */

 body 
	{
	background-image: url(../_gifs/hintergrund.gif);
	}

	
/* Überschriften*/

h1 { font-size:1.0em; font-weight:bold;   color:#660000; margin: 9px 9px 15px 9px; }
h2 { font-size:0.9em; font-weight:bold;   color:#660000; margin: 9px 9px 15px 50px; }
h3 { font-size:0.8em; font-weight:bold;   color:#660000; margin: 9px 9px 15px 100px; }

/* Text */

   body, p,ul,ol,li,td,th  
	{
	font-family: 	Georgia, Tahoma, Verdana;
	font-weight:	normal;
	color:			#333333;
	border:			0px;
	padding: 		0px;
	margin-top:		3px;
	}

/* Klassen */

.hintergrund
	{
	background-image:		url(../_logos/hintergrund.jpg);
	}	

.digit 
{	font-size:	0.25em;
	font-weight:bold;
	letter-spacing:0.05em;
    color:		#CCCCCC; }
	
.error 
{
	color: 			#FF0000;
	font-size:		0.8em;
	margin-top: 	3px;
	padding:		3px;}

.kopf 
	{font-size:		0.75em;
	padding:		1px;}

.text 
	{font-size:		0.80em;
	margin-left:	65px;
	margin-right:	50px;}

.text-fett
	{font-size:		0.80em;
	font-weight:	bold;
	margin-left:	65px;
	margin-right:	50px;}

.text-klein
	{font-size:		0.65em;
	margin-left:	25px;
	margin-right:	10px;}

.fuss 
	{font-size:		0.70em;
	color:			#666666;
	padding:		1px;}

.tabellentext {
	font-size:		0.80em;
	font-weight:	normal;
   	color:			#333333; 
	padding:		1px;}

.liste {
	font-size:		0.80em;
	font-weight:	normal;
	color:			#333333;
	list-style-type: circle;
	margin-left: 	72px;
	margin-top: 	12px;}
	
.link 
	{font-size:		0.80em;
	padding:		1px;}
	
.link-text 
	{font-size:		1.0em;
	text-decoration: underline;
	padding:		1px;}
	
.link-klein 
	{font-size:		0.75em;
	padding:		1px;}


/* Navigation */
 
a.navi:link
{	font-family: 	Georgia, Tahoma, Verdana;
	font-size:		0.75em;
	font-weight:	bold;
	text-decoration:none;
	display:		block;
	color: 			#E9CC94; 
	display:		block;
	padding:		5px 3px 5px 3px;}

a.navi:visited
{	font-family: 	Georgia, Tahoma, Verdana;	
	font-size:		0.75em;
	font-weight:	bold;
	text-decoration:none;
	display:		block;
	color: 			#E9CC94; 
	display:		block;
	padding:		5px 3px 5px 3px;}

a.navi:hover 
{	font-family: 	Georgia, Tahoma, Verdana;	
	font-size:		0.75em;
	font-weight:	bold;
	color: 			#660000; 
	text-decoration:none;
	background-color:#EFE7BF; 
	display:		block;
	padding:		5px 3px 5px 3px;}

a.navi:active 
{	font-family: 	Georgia, Tahoma, Verdana;	
	font-size:		0.75em;
	font-weight:	bold;
	color: 			#660000; 
	text-decoration:none;
	background-color:#E9CC94; 
	display:		block;
	display:		block;
	padding:		5px 3px 5px 3px;}

a.navi:focus 
{	font-family: 	Georgia, Tahoma, Verdana;	
	font-size:		0.75em;
	font-weight:	bold;
	color: 			#660000; 
	text-decoration:none;
	background-color:#E9CC94; 
	display:		block;
	display:		block;
	padding:		5px 3px 5px 3px;}

a.navi_active:link, a.navi_active:active, a.navi_active:visited
{	font-family: 	Georgia, Tahoma, Verdana;	
	font-size:		0.75em;
	font-weight:	bold;
	text-decoration:none;
	display:		block;
	background-color:#E9CC94;
	color: 			#660000;
	padding:		5px 3px 5px 3px;}
 
/* HyperLinks */
 
a:link
{	text-decoration:none;
	color: 			#660000; 
}

a:visited
{	text-decoration:none;
	color: 			#660000; 
} 

}

a:active 
{	color:			#EFDBA9;
	background-color:#660000; 
	text-decoration: none;
}

a:focus 
{	color:			#EFDBA9;
	background-color:#660000; 
	text-decoration: none;
}

/* SLIMBOX */

.imageGallery {
	width:		95%;
}

.imageGallery a
.imageGallery a:hover{
	background-color: transparent;
}

.imageGallery img {
	margin: 15px;
}


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 99996;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 99997;
}

.lbLoading {
	background: #fff url(../_gifs/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent;
}

#lbPrevLink:hover {
	background: transparent url(../_gifs/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
	background: transparent;
}

#lbNextLink:hover {
	background: transparent url(../_gifs/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../_gifs/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber, #lbLinker {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
	font-size: 13px;
}

#lbLinker a {
	color: #666;
	font-size:11px;
}

/* Ende */

