/* CSS Document */
	/*** DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial
* THANKS FOR THAT GREAT TUTORIAL
	* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org*/

/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */

*{
	margin: 0;
	padding: 0;
}

/* Dunkelgrüner HINTERGRUND FÜR DIE BROWSERSEITE */

html, body {
	color: white;
	background: #000000 url(images/background-all.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: white;
	text-decoration: none;
}

a.menu_current, a:hover{
	color: #C6031B;
	text-decoration: none;
}

/****************************************************************
* NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST
* BANNER, 1 x NAVIGATION oben, INHALT MITTE, NEWS RECHTS, FUSSZEILE
****************************************************************/

#container {
	width: 940px;
	margin: 10px auto 0;
	background: #000000 url(images/background-container.jpg) repeat;
	line-height: 130%;
}

#banner {
	width: 900px;
	height: 340px;
	margin: 0 auto 0;
	background: url(images/kopf-neu.jpg);
}

#navigation1 {
	background: url(images/navigation-background.jpg);
	height: 36px;
	margin: 0 auto;
}

#inhalt {
	width: 875px;
	margin: 0;
}

#inhalt p, div {
	margin: 5px 0 0 50px;
	text-align: justify;
}

#inhalt img, #inhalt a img {
	border: 2px solid #af0a19;
}

/*
#news {

	padding: 2px;
	margin: 5px;
	width: 40%;
} */


#fusszeile {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 940px;
	clear: both;
	color: #47494f;
	background: #000000 url(images/background-footer.jpg);
	text-align: right;
	font-size: 8pt;
}
#fusszeile a {
	color: #47494f;
	text-decoration: none;
}

#fusszeile a.menu_current, #fusszeile a:hover{
	color: #af0a19;
	text-decoration: none;
}
/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES OBEREN MENÜS
* AUSRICHTUNG, KEINE LISTENSYMBOLE, AKTIVE ELEMENTE IN WEISSER SCHRIFT
***************************************************************************/

#navigation1 ul {
	width: 740px;
	float: right;
	height: 36px;
	border-left: 1px solid gray;
}

#navigation1 ul li {
	display: inline;
	float: left;
}

#navigation1 ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	color: #1b1c20;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid gray;
	font-variant: small-caps;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12pt;
	font-family: "Copperplate Gothic Bold", Georgia, serif;

}

#navigation1 ul li a.menu_current,
	#navigation1 ul li a:hover,
	#navigation1 ul li a:active
{
	color: #1b1c20;
	padding: 0 10px;
	background-color: #af0a19;
}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES HAUPTMENÜS
* KEINE LISTENSYMBOLE, ABSTÄNDE ZU DEN RÄNDERN
**************************************************************************/



#news p {
	margin: 0 0 1em 0;
}

#balken {
	width: 900px;
	font-size: 12pt;
	margin-left: 20px;
	text-indent: 40px;
	color: #1b1c20;
	background-color: #c68e1a;
	}

.balken-text {
	/*width: 900px;*/
	font-variant: small-caps;
	font-size: 12pt;
	color: #1b1c20;
	font-family: "Copperplate Gothic Bold", Georgia, serif;
}

h1 {
	margin: 0 0 0 40px;
	font-variant: small-caps;
	font-size: 12pt;
	font-family: "Copperplate Gothic Bold", Georgia, serif;
}

h2 {
	font-variant: small-caps;
	font-size: 12pt;
	font-family: "Copperplate Gothic Bold", Georgia, serif;
}


/***************************************************************************
* Lightbox
* *************************************************************************/

#lightbox{
	background-color: black;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }

/*
#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
*/

#inhalt table {
	margin-left: 50px;
}

#inhalt table p, div {
	margin: 0px;
	text-align: justify;
}

#inhalt table img {
	border: 0px;
}

#inhalt table a img {
	border: 2px solid #af0a19;
}
