@charset "utf-8";
/* CSS Document */

html { overflow-y:scroll; }
body 
{
	font-family:Verdana;
	font-size:12px;
	background-color:#40210D;
	text-align:left;
	background-image:url(bilder/back.jpg);
	background-repeat:no-repeat;
	background-position:top center;

}

#inhalt
{
	width:800px;
	text-align:left;
	border:4px solid #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;

}

h1 {
	font-size:30px;
	color:#5E463A;
	font-family: Verdana, Geneva, sans-serif;
	}
	
h2 {
	font-size:18px;
	color:#45372E;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {font-size:14px;color:#ffffff;}
p {margin-top:0px;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#000000;
}

/* Die Hyperlinks im Men� */
a.menu:link, a.menu:visited
{
	color:#FFF;
	text-decoration:none;
}
a.menu:active, a.menu:hover
{
	color:#000;
}

/* Die Titelzeile */
#title {
	text-align:center;
	background-color: #522F29;
	height: 100px;
}

/* Das Men� */

#menucontainer {
	border:2px outset #000000;
	background-color: #559E35;
	padding:5px;
	line-height:20px;
	overflow: visible;
	text-align:center;
	color: #000000;
}
#menu {
	color:#000000;
	text-align:center;
	line-height:25px;
	padding:2px;

}

/* Der Inhalt */
#content {
	color:#fff;
	background-image: url(bilder/inhalt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 555px;
font-size:18px;
}
#content2 {
	color:#000000;
	height: 555px;
text-align:left;
}

#content3 {
min-height: 555px;
margin-left:50px;
margin-right:50px;
text-align:justify;
font-size:14px;
}

#fotos {
	margin-left:450px;
	margin-right:100px;
	margin-top:25px;
	text-align:justify;
	font-size:14px;
	z-index:1;
	position:absolute;
}
#current
{
	color: #000000;

}
