<!--
html {
	overflow: -moz-scrollbars-vertical; /* permanente Scrollbar in Firefox,
                                               auch wenn kurze Seite */
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #A66E17;
	background-image:url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0px 2px 0px 2px;
  border: 1px dotted transparent;
}

a:active, a:focus{outline: none;}

img{ border: 1px solid #362306; }
 
div#container {
	position:relative; /* needed for footer positioning */
	margin:0 auto; /* center, not in IE5 */
	width: 820px;
 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height */
 
	min-height:100%; /* real browsers */
	z-index: 100;
	
	background-image:url(../img/wrapper_bg.png);
	background-repeat: repeat-y;
}

div#miezlink{
	float:left;
	height: 48px;
	width: 295px;
	padding-left: 525px;
}
div#miezlink a{
	display:block;
	width: 230px;
	height: 62px;
	position: absolute;
	margin-top: 15px;
	font-size:0px;
	line-height: 0px;
}

div#header{
	width: 820px;
	min-height: 700px;
	float: left;
	background-image:url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#left{
	width: 195px;
	float: left;
	padding-left: 11px;
	padding-top: 153px;
}

div#menuhead{
	width: 195px;
	float: left;
	height: 170px;
	background-image:url(../img/menu_oben.png);
	background-repeat: no-repeat;
}

div#menurep{
	width: 195px;
	float: left;
	background-image:url(../img/menu_bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
/*
div#menurep a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 175px;
	padding-left: 13px;
	margin-bottom: 11px;
	float: left;
}
div#menurep a:hover{
	text-decoration: underline;
}


div.navi_sub_1{
	width: 175px;
	padding-left: 20px;
	float: left;
	position: relative;
	top: -7px;
}
div#menurep div.navi_sub_1  a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 162px;
	padding-left: 13px;
	margin-bottom: 3px;
	float: left;
}
*/


div#menufoot{
	width: 195px;
	float: left;
	height: 21px;
	background-image:url(../img/menu_unten.png);
	background-repeat: no-repeat;
}

div#right{
	float: left;
	width: 614px;
	padding-top: 220px;
	padding-bottom: 47px;
} 

div#content{
	float: left;
	width: 430px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #362306;	
	font-size: 14px;
}

div#content p{
	margin-bottom: 12px;
}

div#content a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #23445a;
}
div#content a:hover{
	color: #cae2f5;
}
div#content img:hover{
	color: #FFFFFF;
}

div#content h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #362306;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
}

div#content ul{
	margin-left: 18px;
}

 
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url(../img/footer.jpg);
	background-repeat: no-repeat;
	width:820px;
	padding-top: 33px;
	padding-bottom: 10px;
	height: 14px;
	line-height: 11px;
	text-align:center;
}
div#footer a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	line-height: 11px;
}
div#footer a span.trendscharf{
	color: #73CBEF; 
	font-weight: bold;
}
div#katze {
	position:absolute;
	width:249px;
	bottom:31px; /* stick to bottom */
	background-image:url(../img/katze.png);
	height: 329px;
	margin-left: 642px;
}



-->