html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
}

body {
	background:#b86100 url(../img/bg.jpg) repeat-x;
}

#all {
	position: relative;
	width: 760px;
	margin: 0 auto;
  	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
  	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#lang {
	vertical-align:middle;
	padding-top:10px;
	font-size: 10px;
	text-align:right;
	padding-right: 60px;
	color:#660000;
}
#lang a {
	line-height:16px;
	color:#660000;
	text-decoration: none;
}
#lang a:hover {
	color:#660000;
	text-decoration: none;
}


#logo {
	padding-top: 6px;
	height: 160px;
}


#navigation {
	position: relative;
	background: #003300;
	width: 100%;
	height: 22px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#navigation a {
	line-height: 22px;
	padding: 0 10px;
	text-decoration: none;
	color: #ffffcc;
}

#navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#content {
	text-align: left;
	min-height:477px;
	background: #bc6000 url(../img/bg2.png) repeat-x;
}

#content div.inner {
	padding: 30px 40px;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	width: 760px;
	font-size: 10px;
	text-align:center;
	vertical-align: middle;
}

#footer a {
	color: #ffffcc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#logos {
	height: 80px;
	width: 760px;
	background: #ffcc99;
}

#flyer {
	position: absolute;
	width: 150px;
	top: 170px;
	left: 770px;
	color: #ffffff;
	text-align: center;
}

#flyer h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

img {
	border: 0;
}

img.hidden {
	display: none;
}

a {
	color: #ffffcc;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

p {
	padding: 5px 0;
}

h1.title {
	padding: 0;
	margin: 0;
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #ffff;
}

h2.subject {
	font-size: 16px;
	font-weight: bold;
	color: #ffffcc;
	padding: 0;
	margin: 0;
}

small.author {
	font-size: 10px;
	font-style: italic;
	color: #ffffcc;
}

div.body {
	padding: 0 15px;
	border-left: 2px solid #660000;
	margin: 10px 0 25px;
}

div.message {
	width: 95%;
	padding: 7px;
	margin-bottom: 25px;
	border: 1px solid #ffffcc;
	background: #bc6000;
	font-style: italic;
}

p.paginator {
	text-align: right;
	font-size: 0.9em;
}

label {
	display: block;
	font-size: 1.1em;
}

textarea, input {
	padding: 4px;
	width: 95%;
	font-size: 1.1em;
}

select {
	font-size: 1.1em;
}

input[type=submit] {
	width: auto;
}

input[type=checkbox] {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}

form {
	padding: 0;
	margin: 0;
}

div.error-message {
	font-weight: bold;
	color: red;
}

table.liste {
	width: 99%;
}

table.liste th {
	padding: 2px;
	border-bottom: 2px solid #660000;
}


table.liste tr td {
	padding: 2px;
	border-bottom: 1px dashed #660000;
	vertical-align: top;
}

table.details td {
	vertical-align: top;
	padding: 2px;
}

table.galerie {
	width: 99%;
}

table.galerie td {
	width: 33%;
	text-align: center;
	padding: 20px 0;
	vertical-align: top;
}
.gbuser {
	display:none;
}
