html {
	padding:0px;
	margin:0px;
	height:100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	color: #9B695D;
	background-color: #A08274;
	padding: 0px;
	margin: 0px;
	height:100%;
	width: 100%;
}

div,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align: left;
	color: #9B695D;
}

form, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height:16px;
}

a {
	color: #580A00;
	text-decoration: none;
}

a:hover {
	color: #9F8274;
}

img {
	border: 0px;
}

#box {
	width: 851px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	height: 100%;
	background: #FFF5E8 url(screen/background.gif) repeat-y center top;
}

#box_middle {
	width:100%;
	height: 100%;
	padding: 0px 4px;
	vertical-align: top;
	padding-bottom: 20px;
}

#logo {
	background-color: #580A00;
	padding: 23px 0px 23px 18px;
    margin:35px 0 0 0;
}

#banner {
	background-color: #FFF5E8;
	padding: 5px 0px;
	text-align: center;
}

#banner img {
	border:1px solid #FFFFFF;
	margin: 0px 5px 0px 5px;
}

#hnavi {
	width: 100%;
	height: 57px;
	background-image: url(screen/background_02.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
}

#hnavi .spacer img {
	padding-left: 3px;
	background: url(screen/menue/trenner.gif) no-repeat left top;
}

#content {
	width: 100%;
	position: relative;
}

#content_left {
	float:left;
	width: 296px;
	padding: 0px 18px 15px 18px;
}

#content_right {
	float:left;
	width: 455px;
	margin: 0px 55px 15px 1px;
}

#snavi {
	width:260px;
	padding:0px 0px 2px 0px;
	margin:0px;
	list-style: none;
	border-bottom:1px solid #CDAFA2;
}

#snavi li {
	display: inline;
	padding: 0px 0px 0px 18px;
	margin:0px;
	background-image: url(screen/background_03.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	font-weight: bold;
}

#snavi li.first {
	padding: 0px;
	background-image: none;
}

#snavi a.activ {
	color: #9B695D;
}

#unavi {
	padding:5px 10px 5px 10px;
	margin:0px;
	list-style: none;
}

#unavi li {
	padding: 2px 0px 2px 0px;
	margin:0px;
	font-weight: bold;
}

#unavi a {
   padding-left:10px;
	background-image: url(screen/background_04.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#unavi a.activ, #unavi a:hover {
	background-image: url(screen/background_04_1.gif);
	color: #9B695D;
}

#bottom {
	border-top: 1px dashed #CDAFA2;
   	margin-top:15px;
	padding-top:3px;
}

#bottom a {
	color: #9B695D;
}

#bottom a:hover {
	color: #9B695D;
	text-decoration: underline;
}

.container {
	padding: 5px;
	background-color: #ECDED1;
	border-bottom:1px solid #CDAFA2;
	width:250px;
}

.specialbox {
	padding: 0px;
	border: 5px solid #9F8274;
}

.container h2 {
	color: #580A00;
	padding:0px;
	margin:0px;
}

.container .spacer {
	border-top: 1px solid #CDAFA2;
}

.container .left {
	float: left;
	margin-right:8px;
}

.container  .border {
	border: 1px solid #FFFFFF;
}

.container .right {
	width: 130px;
	float: left;
}

.container .contact_box {
	width: 44px;
	display: inline;
	padding-right: 5px;
}
#facebook{
	padding-top: 5px;
    text-align: right;
    background-color: #FFF5E8;
    float: right;
    width:100%;
    height:30px;
}
#facebook a{
	float:right;
	line-height: 25px;
    vertical-align: middle;
    color:#9B695D;
    border: 0px !important;
}
#facebook a:hover{
	color:#580A00;
}
#facebook iframe{	float:right;	margin: 0 15px 0 10px;
}
