body{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#box{
	width: 600px;
	border: 1px solid #3c5633;
}

#keyvis, #key3, #key5, #logo, #lion, #menue, #menue_sub, #menue_extra, img.top, #menue_lang, #info_box{
	display: none;
}


/*******************************************/
/* CONTENT */
#content{
	padding-top: 20px;
	padding-left: 50px;
	width: 510px;
	min-height: 300px;
}
h1, h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
/*	color: #273721;*/
	color: #631d1d;
}
h1{
	margin: 0px;
	margin-bottom: 0.8em;
	font-size: 1.08em; /* 18px */
	font-weight: normal;	
	line-height: 130%;	
}
h1 span{
	font-size: 1.5em; /* 30px*/
}
h2{
	margin-top: 4em;
	margin-bottom: 0.3em;
	font-size: 0.9em;
/*	text-decoration: underline;	*/
}
p{
	width: 534px;
	margin-top: 0px;
	margin-bottom: 1.4em;
	margin-left: 10px;
	font-size: 0.8em;
	color: #273721;
	line-height: 1.4em;
	/*text-indent: 10px;
	border: 1px solid #000;*/
}
p img{
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-left: 0px !important;
}
p span{
	font-size: 1.3em;
	font-weight: bold;
}
.small{
	font-size: 0.7em;
}
#content img{
	margin-bottom: 1.4em;
	margin-left: 10px;
}

a:link, a:hover, a:visited, a:active, a:focus{
	text-decoration: underline;
	color: #9f0e0e;
}
.error{
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
	letter-spacing: 0.1em;
	color: #993300;
}


/* Ebene zur pos. von Inhalten neben dem content?! */
#content2{
	position: absolute;
	top: 250px;
	left: 700px;
	width: 50px;
	height: 300px;

}

/*Kontaktbereich*/
form{
	float: left;
	margin-bottom: 40px;
	width: 350px;
}
form label{
	float: right;
	margin-bottom: 5px;
}
form *{
	font-size: 0.8em;
}
form input, form textarea{
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 0.85em;
}
form textarea{
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
}


/*******************************************/
/* FOOTER */
#footer{
	clear: both;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 110px;
	padding-top: 5px;
	width: 380px;
	border-top: 1px solid #3c5633;
	text-align: center;
	font-size: 9px;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a:hover.ak, #footer a.ak{
	text-decoration: underline;	
}
#footer p.fusszeile{
	margin: 0px;
	margin-top: 10px;
	width: auto;
	font-size: 9px;
}