html, body {
	padding: 0px;
	margin: 0px;
	font: 11px Verdana,Arial,Helvetica,Sans-Serif;
	height: 100%;
}

body {
	background-color: #C2BAAE;
	color: #878074;  
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

form {
	display: inline;
}

input, textarea {
	font: 11px Verdana,Arial,Helvetica,Sans-Serif;
	color: #878074;
}

#main {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff url('../img/bg_1280_full.png') no-repeat top left;
	border-left: 1px solid #878074;
	border-right: 1px solid #878074;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

#lang {
	padding: 5px;
	text-align: right;
}

#title {
	padding: 10px;
	padding-bottom: 30px;
}

#content {
	padding: 50px;
	line-height: 2;
	text-align: justify;
	width: 780px;
	margin: 0px auto;
}

#rubrik {
	width: 160px;
	float: right;
	border-left: 1px solid #554329;
	margin-left: 20px;
	padding-left: 20px;
	text-align: left;
	height: 530px;
}

#bottom {
	visibility: hidden;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	clear: both;
	padding: 10px;
	padding-top: 0px;
}

#bottom a {
	color: #878074;
}

#bottom input {
	padding: 0px;
	font-size: 8px;
}

h1 {
	font-size: 20px;
	color: #554329;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #66625B;
	font-weight: normal;
	margin: 0px;
}

a {
	color: #554329;
	text-decoration: none;
}

img {
	border: 0px;
}

#content img {
	margin: 20px;
}

#navi, #navi ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#navi li {
	width: 128px;
	float: left;
	border-left: 1px solid #C2BDB3;
}
#navi li ul {
	display: none;
}
#navi li:hover ul {
	display: block;
}
#navcontainer {
	height: 16px;
	position: relative;
	width: 800px;
	margin: 0px auto;
}
#navi {
	position: absolute;
}
#navi li {
	margin:0 3px 0 0;
}
#navi ul li {
	border:none;
	margin:0;
}
#navi a {
	text-align: center;
	display: block;
	padding: 2px;
}
#navi a:link, #navi a:visited {
	color: #878074;
	background-color: #FFFFFF;
	text-decoration: none;
}
#navi a:active, #navi a:hover {
	color: #554329;
	background-color: #FFFFFF;
	text-decoration: none;
}
#gallery {
	text-align: center;
}
#gallery img {
	border: 1px solid #EEEEEC;
	padding: 8px;
	background-color: #FFFFFF;
}
#gallery img:hover {
	border: 1px solid #C2BDB3;
}
#lang_inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
