﻿a:link
{
color: #B56422;
text-decoration:none;
}

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

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

a:active
{
color: #D87D34;
text-decoration:none;
}

 


/*----------Schriftgroessen & Überschriften----------*/

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #8C9F92;
	margin:0px;
}

h2 {

	font-weight: bold;
	font-size:12;
}

p {margin:0px;}



/*----------Body und allgemein----------*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../bilder/hintergrund.jpg);
	background-repeat: repeat-x;
	background-color: #D9DFDB;
	line-height:17px;
	color:#003300;
	
	
}



/*----------Container----------*/

#container {
	height: 257px;
	width: 830px;
	position: relative;
	margin-left: auto; 
    margin-right: auto;
	text-align: left;

	
}

#menu {
	height: 239px;
	width: 223px;
	position: absolute;
	top: 257px;
	left: 0px;	
	text-align: left;
	background-image:url(../bilder/menu.jpg);
}

#copyright {
	height: auto;
	width: auto;
	position: absolute;
	top: 490px;
	left: 45px;	
	text-align: left;
	font-size:9px;
	color:#666666;
	
}


#bild {
	height: 141px;
	width: 616px;
	position: absolute;
	top: 79px;
	right: 0px;
	text-align: left;
	
}


#info {
	width: 300px;
	position: relative;
	left: 233px;
	top: 12px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #8C9F92;
	
}

#content {
	height: auto;
	width: 597px;
	position: relative;
	top: 45px;
	left: 233px;
	text-align: left;
	
}



/*----------Menu----------*/


#menu li{
list-style:none;
margin-bottom:5px;
}

#menu a {
font-weight:bold;
color:#515151;
text-decoration:none;
font-size:13px;
}


#menu a:visited
{ color:#515151;
}

#menu a:hover
{
color: #003300;
}

#menu a:active
{
color:#55371C;
}


#uberuns #menu-uberuns a,
#raumlichkeiten #menu-raumlichkeiten a,
#geschichte #menu-geschichte a,
#fotos #menu-fotos a,
#kontakt #menu-kontakt a, 
#impressum #menu-impressum a
{ color:#BF6000;
}






/*----------Formulare----------*/

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px;
	border-color: #ffffff;
	height:auto;
	font-size:10px;
	border-style:solid;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px;
	height:auto;
	border-color: #003300;
	font-size:10px;
	border-style:solid;
}
