
/* Grundeinstellungen alles auf Null */
body 
	{
	font-family : Arial, Verdana, sans-serif; 
	font-size: 100.01%;
	background-color: #e0e0e0;
	color: #000000;
	text-align:center;
	}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre 
	{
	margin: 0;
	padding: 0;
	}

p, li, h1, h2, h3, h4, h5, h6 
	{
	font-weight: normal;
	}

div, img
	{
	margin: 0;
	padding: 0;
	border:none;
	}

/*Einstellungen der Container */

#rahmen
	{
	margin:0 auto;
	width:1024px; 
	height:768px;
	text-align: left;
	border: none;
	background-repeat:no-repeat;
	}

#logo
	{
	float:left;
	width:160px;
	height:162px;
	}

#kopf
	{
	float:left;
	width: 500px;
	height:92px;
	overflow: visible;
	padding-top: 70px;
	padding-left: 20px;
	}

#schild
	{
	float:right;
	width:250px;
	height:162px;
	}

.clear
	{
	clear:both;
	}

#navigation
	{
	clear:both;
	float:left;
	width:800px;
	height: 20px;
	margin-left: 10px;
	z-index: 3;
	font-size:14px;
	}

.aktuell
	{
	float:left;
	width:auto;
	height:20px;
	}

.aktuell a
	{
	display: block;
	text-decoration: none;
	font-size: 14px;
	color:#bcbcbc;
/*	color: #e1c6b1;
*/	font-weight:bold;
	float: left;
	width:auto;
	height:20px;
	display: inline;
	padding-top: 1px;
	text-align:center;
		/*background:transparent;
	background-image:url(../pics/orange-kachel-navi.png);
	background-repeat:repeat;	
		*/
	}

.navi
	{
	float:left;
	width:auto;
	}

.navi a
	{
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: white;
	font-weight:bold;
	float: left;
	width:auto;
	height:20px;
	display: inline;
	padding-top: 1px;
	text-align:center;
	}

.navi a:hover
	{
	background:transparent;
	color:#e16900;
/*	color:#e1c6b1;
*/	}


#presse
	{
	float:right;
	width:150px;
	height: 22px;
	}

#zwischenraum
	{
	clear:both;
	height:40px;
	}

#inhalt	
	{
	float:left;
	margin-left:49px;
	padding-right:20px;
	height: 483px;
	width:740px;
	overflow:auto;
	}

#bilder
	{
	float:right;
	margin-top:20px;
	padding-right:34px; 
	width: 150px;
	height: 455px;
	font-size:12px;
	overflow:visible;
	}

/*Seite vor-zurück im Inhalt
#sub
	{
	float:right;
	margin-right:240px;
	width:200px;
	height:30px;
	text-align:right;
	border:1px solid black;
	}

#sub a
	{
	text-decoration:none;
	font-size:1.4em;
	color:black;
	font-weight:bold;
	}*/

/*Presse Aufklapp-Menu*/

#menu 
	{
	list-style-type:none; 
	list-style:none; 
	width:150px
	}

#menu li 
	{
	float:left; 
	padding:0; 
	margin:0 1px 0 0;
	width:auto;
	}

#menu li dl 
	{
	position:absolute; 
	top:0; 
	left:0;
	padding-bottom:5px;
	}

#menu li a, #menu li a:visited 
	{
	text-decoration:none; 
	color:white; 
	font-size:14px;
	}

#menu li dd 
	{
	display:none;
	}

#menu li a:hover 
	{
	border:0;
	background-image:url(../bilder/hintergrund-trans.png);
	}

#menu li:hover dd, #menu li a:hover dd 
	{
	display:block;
	border:1px solid white;
	background-color:#999;
	width:50px;
	}

#menu li:hover dl, #menu li a:hover dl 
	{
	padding-bottom:10px;
	}

#menu table 
	{
	border-collapse:collapse; 
	padding:0; 
	margin:-1px; 
	font-size:14px;
	}

#menu dl 
	{
	width: 150px; 
	margin: 0; 
	padding: 0;
	}

#menu li dt a:hover 
	{
	background-image:url(../pics/hintergrund-trans.png);
	}

ul
	{ 
	list-style:none;	
	width: 150px;
	}

ul li 
	{
	position: relative;
	}

.navilink dd 
	{
	position: absolute;
	left: 0px;
	top: 15px;
	display: none;
	}

li:hover ul 
	{ 
	display: block; 
	}

/*Schriften */

h1 
	{
	padding:5px;
	font-size: 20px;
	font-weight: normal;
	}

h2
	{
	text-align:center;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	}

h3
	{
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
	}

h4
	{font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	}

p
	{
	text-indent: 1em;
	padding-top:3px;
	font-size:13px;
	}

p em
	{
	text-decoration:underline;
	}

dt
	{
	padding-top:2px;
	font-size:13px;
	font-style:italic;
	text-decoration:underline;
	}

dd
	{
	text-indent:30px;
	padding-top:2px;
	font-size:13px;
	}

#fehler
	{
	color:red;
	}

#erfolg
	{
	color: green;
	}

.impressum
	{
	white-space:pre;
	font-family:Courier;
	font-weight:bold;
	font-size:11px;
	}

.impressum a
	{
	text-decoration:none;
	}

.inhaltlink
	{
	text-decoration:none;
	color:blue;
	font-size:13px;
	}

.inhaltlink:hover
	{
	text-decoration:underline;
	}

/* Einstellungen Bild auf der Startseite*/

#startbild
	{
	border:2px solid #999999;
	}

#siegel
	{
	border:none;
	}

/* Einstellungen der Bilder in der Leiste rechts */

.bilderleiste
	{
	border:0;
	width: 150px;
	}

/* Einstellungen des Logos des Landesverbandes (bei Verein) */

#lv
	{
	width: 120px;
	align: right;
	}

/* Hintergrundbilder werden im Voraus geladen unsichtbar */

.vorausladen
	{
	position:absolute;
	left:-300px;
	top:-300px;
	width:10px;
	height:10px;
	}

#fusszeile
	{
	text-align:right;
	font-size:11px;
	}

#fusszeile a
	{
	text-decoration:none;
	color:purple;
	}

#fusszeile a:hover
	{
	text-decoration:underline;
	color:blue;
	}

/* Lightbox-stile */
#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(../pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/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: #000; }
