* {
	padding : 0;
	margin : 0;
}
.lynx {
	display : none;
}
.clear {
	clear : both;
}
body {
	background-image : url(../img/bg.jpg);
	text-align : center;
	font-size : 12px;
	font-family : verdana;
	color : #0e2209;
}
#rahmen {
	margin : 0 auto;
	width : 872px;
	text-align : left;
}
#header {
	margin-top : 10px;
	background-image : url(../img/header.jpg);
	background-repeat : no-repeat;
	width : 872px;
	height : 211px;
}
#main {
	width : 872px;
	background-image : url(../img/main.jpg);
	background-repeat : repeat-y;
	background-position : 24px;
}
#wrapper {
	background-image : url(../img/main.jpg);
	width : 800px;
	height : 150px;
}
#sidebar {
	width : 195px;
	background-image : url(../img/side-top.jpg);
	background-repeat : no-repeat;
	float : left;
	height : 91px;
}
#sidebar #navi {
	margin-top : 80px;
	margin-left : 50px;
}
#sidebar #navi {
	margin-top : 80px;
	margin-left : 50px;
}
#sidebar #navi ul {
	list-style : none;
}
#sidebar #navi li {
	width : 130px !important;
	width : 128px;
}
#sidebar #navi ul li {
	color : #0e2209;
	display : block;
	line-height : 18px;
	width : 130px;
	margin-bottom : 8px;
}
#sidebar #navi ul li.sub {
	color : white;
	display : block;
	margin-left : 10px;
	line-height : 18px;
}
#sidebar #navi a:link, #sidebar #navi a:active, #sidebar #navi a:visited {
	text-decoration : none;
	font-size : 1.1em;
	font-weight : bolder;
	color : #0e2209;
}
#sidebar #navi a:hover {
	text-decoration : underline;
}
#sidebar #navi ul {
	list-style : none;
	line-height : 20px;
}
#sidebar #stiefel {
	width : 189px;
	height : 199px;	
	text-align : center;
	margin-top : 35px;
	margin-left : 5px;
}
#sidebar #stiefel h2 {
	font-weight : bolder;
	font-size : 1.2em;
}
#content {
	background-image : url(../img/content-top.jpg);
	width : 677px;
	min-height : 370px;
	background-repeat : no-repeat;
	float : left;
}
#content img
{
	margin : 0 5px;	
}
* html #content {
  height: 370px;
}
#content h1 {
	font-size : 1.8em;
	margin : 10px 0;
}
#content h2 {
	margin : 5px 0;
	font-size : 1.6em;
}
#content h3 {
	margin : 5px 0;
	font-size : 1.4em;
}
#content h4 {
	margin : 5px 0;
	font-size : 1.2em;
}
#content .box {
	width : 570px;
	margin-top : 40px;
}
#content .shoot {
	width : 570px;
}
#content p {
	font : 1em/1.4em verdana;
	line-height: 1.5;	
	/* margin-bottom : 6px; */
}
#footer{
	background-image : url(../img/footer.jpg);
	width : 872px;
	background-position : 24px 0;
	height : 200px;
	background-repeat : no-repeat;
}
#footer .ft-text {
	text-align : center;
	padding : 90px 0;
}
fieldset.impressum {
	width : 208px;
	border : 1px black solid;
	float : left;
	margin : 5px;
	padding : 10px;
}
fieldset.impressum legend {
	margin : 0 5px;
	color : white;
	background-color : #7a3c8c;
	font-variant : small-caps;
	font-weight : bold;
	line-height : 17px;
	padding : 1px 5px;
}
#feedback_form div {
	clear : both;
	margin : 5px 20px;
}
#feedback_form input.button {
	border : 1px solid;
	border-color : #ccc #999 #999 #ccc;
	padding : 2px 10px 2px 10px;
	margin : 10px 0px 0 auto;
	color : #000;
	font : normal 11px Arial, sans-serif;
	letter-spacing : 1px;
	background : #ebe9d4;
	float : right;
}
#feedback_form input.button:hover {
	border : 1px solid;
	border-color : #ccc #999 #999 #ccc;
	padding : 2px 10px 2px 10px;
	margin : 10px 0px 0 auto;
	color : #fff;
	font : normal 11px Arial, sans-serif;
	letter-spacing : 1px;
	background :  #feb801;
	float : right;
	cursor : hand;
	cursor : pointer;
}
#feedback_form input.feed {
	float : right;
	margin-right : 0px;
}
input.feed {
	border-width : 0 0px 1px 0;
	border-style : dotted;
	background : transparent;
	border-color : #ccc #999 #999 #ccc;
	width : 300px;
	font : 11px "Courier New", Courier, monospace;
	color : #377ca0;
}
#feedback_form textarea {
	border : 1px solid;
	border-color : #ccc #999 #999 #ccc;
	color : #377ca0;
	float : right;
	margin-right : 0px;
	width : 300px;
}
#feedback_form input:focus, #feedback_form textarea:focus {
	border-color:#377ca0;
	background :#fefefe;
}
label.inline {
	width : 120px;
/*	vertical-align : top;*/
	float : left;
	text-align : left;
}
table {
	width : 570px;
	background-color : transparent;
	/* border : 1px solid #555; */
	margin : 5px 0;
	font-size : 1em;
}
table caption {
	background-color : #0e2209;
	color : #e9deb0;
	font-weight : bold;	
	line-height : 25px;
}
tr {
	line-height : 20px;
}
td {
	padding-left : 10px;
}
th {
	background-color : #BC1715;
	padding-left : 10px;
	font-size : 1.2em;
	line-height : 25px;
	color : #fffd92;
	/* #E9B44C; */
}
