body {
	background-color: #ffffff;
	background-image: url(images/bg_vip.jpg);
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a img {
	border: none;
}

/* Sprachauswahl Index-Seite */
#sprachenindex {
	margin-top: 100px; 
}

#sprachenindex a:link,
#sprachenindex a:visited
 {
	font-size: 100%;
	text-decoration: none;
}

#sprachenindex a:focus,
#sprachenindex a:hover,
#sprachenindex a:active {
	text-decoration: none;
}

#sprachenindex img.sprache {
	float: none;
	border: none; 
	margin: 0;
	padding: 0;
}

/* Ende Sprachauswahl Index-Seite */

/* Sprachauswahl regulaere Seiten*/

#sprache {
	margin: 6px 0 0 6px;
	text-align: left;
}

#sprache a:link,
#sprache a:visited {
	font-size: 70%;
	color: #999;
	text-decoration: none;
}

#sprache a:focus,
#sprache a:hover,
#sprache a:active {
	color: #666;
	text-decoration: none;
}

/* Ende Sprachauswahl regulaere Seiten*/

#navi {
	float: left;
	width: 35%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: right;
	/*border: 1px solid red;*/
}

#navi ul {
	list-style-type: none;
	line-height: 210%;
	margin: 130px 70px 0 0;
	padding: 0;
	/*border: 1px solid green;*/
}

#navi ul li a:link,
#navi ul li a:visited {
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#navi ul li a:focus,
#navi ul li a:hover,
#navi ul li a:active {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#navi ul li a#current {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

/* Ende NAVIGATION */

/* INHALTE */

#inhalt {
	float: left;
	width: 55%;
	margin: 0 0 0 2%;
	text-align: left;
}


#inhalt img.logo {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}

#inhalt h1 {
	margin: 30px 0 20px 0;
	font-size: 125%;
	font-weight: bold;
	color: #804000;
}

#inhalt h2 {
	margin: 2% 0 2% 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

#inhalt h2.braun {
	margin: 3% 0 2% 0;
	font-size: 100%;
	font-weight: bold;
	color: #804000; 
}

#inhalt h2.nachh1 {
	margin: 0 0 2% 0;
	font-weight: bold;
	color: #666;
}

#inhalt h3 {
	margin: 2% 0 1% 0;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

#inhalt h4 {
	margin: 2% 0 1% 0;
	font-size: 90%;
	color: #333;
	font-weight: bold;
	text-align: left;
}

#inhalt p {
	margin: 0 0 1% 0;
	font-size: 90%;
	color: #333;
	text-align: left;
}

#inhalt p.material {
	color: #666;
	font-size: 70%;
	font-weight: bold;
}

#inhalt p.legende {
	font-size: 70%;
	color: #666;
}

#inhalt a:link,
#inhalt a:visited
 {
	color: #333;
}

#inhalt a:focus,
#inhalt a:hover,
#inhalt a:active
{
	color: #804000;
}

#inhalt ul {
	list-style-type: disc;
	font-size: 90%;
	margin: 16px;
	padding: 0;
}

#inhalt li {
	padding: 0 0 12px 0;
}


#inhalt img {
	float: none;
	margin: 0;
	border: none;
}

#inhalt img.framed {
	border: 1px solid #804000;
}

#inhalt img.right {
	float: right;
	margin: 1px 10px 4px 10px;
	border: 1px solid #804000;
}

#inhalt img.left {
	float: left;
	margin: 1px 14px 4px 0;
	border: 1px solid #804000;
}


#inhalt p.adresse {
	display: none;
	margin: 0;
}

#fuss {
	margin-top: 6%;
}

#fuss p {
	font-size: 80%;
	font-style: normal;
	text-decoration: none;
	color: #999;
}

/* Ende INHALTE */

