/* ----- allgemeine Angaben ----- */

a {
	color: #9E9E9E;
	}

a:hover {
	color: #D1D1D1;
	}

/* ----- Seitenbereiche ----- */

html {
	height: 100%;
	}

body {
	height: 100%;
	font: 62.5%/1.3em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #D1D1D1;
	background: #222 url(images/hg_body.gif) left top repeat-x;
	}

#container {
	position: relative;
	width: 900px;
	min-height: 100%;
	}

* html #container {
	height: 100%;
	}
	
#header {
	height: 150px;
	margin-left: 20px;
	background: transparent url(images/hg_header.gif) right top no-repeat;
	}
	
html>body #header {
	background: transparent url(images/hg_header.png) right top no-repeat;
	}

#content {
	margin: 20px;
	}
	
#sidebar {
	float: left;
	width: 200px;
	margin: 50px 0;
	}

#maincontent {
	float: right;
	width: 600px;
	margin: 50px 0;
	}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #222 url(images/hg_footer.gif) left bottom repeat-x;
	position: relative;
	margin-top: -4.5em;
	height: 4.5em;
	line-height: 4.5em;
	}

/* ----- Hauptnavigation ----- */

#mainnav {
	margin: 0;
	list-style: none;
	}

#mainnav li {
	margin: 0;
	padding: 0;
	}

#mainnav li a {
	display: block;
	height: 35px;
	padding: 0;
	line-height: 35px;
	font-size: 1.3em;
	font-weight: bold;
	background: transparent url(images/navi0_off.gif) right bottom no-repeat;
	}

#mainnav li a:hover {
	background: transparent url(images/navi0_on.gif) right bottom no-repeat;
	}

/* ----- Formular-Elemente ----- */

form {
	margin: 20px 0;
	}

fieldset {
	padding: 10px;
	}

label {
	font-size: 1.1em;
	color: #D1D1D1;
	}

select {
	width: 190px;
	margin: 5px 0 10px;
	padding: 1px;
	background-color: #33332A;
	font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #9E9E9E;
	border: 1px solid #494835;
	}

/* ----- Header-Elemente ----- */			

#header h1 {
	padding: 60px 0 5px 0;
	font-size: 3.0em;
	font-weight: 500;
	}

#header p {
	margin: 10px 0;
	font-size: 1.4em;
	color: #838383;
	}

/* ----- Sidebar-Elemente ----- */

#sidebar p {
	margin: 0 0 15px;
	font-size: 1.0em;
	line-height: 1.4em;
	}

#sidebar select {
	font-size: 1.3em;
	}


/* ----- Content-Elemente ----- */

#maincontent a {color: #7a7855;}
#maincontent a:hover {color: #8f8d6b;}

#maincontent h1 {
	margin: 0 0 25px;
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: 500;
	}

#maincontent h2 {
	margin: 30px 0 15px;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 600;
	}

#maincontent h3 {
	margin: 20px 0 10px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 600;
	}

#maincontent p {
	margin: 0 0 15px;
	font-size: 1.3em;
	line-height: 1.4em;
	}

#maincontent .bildbox {
	float: left;
	padding: 9px;
	margin: 0 10px 10px 0;
	border: 1px solid #3B3B2C;
	background-color: #2F2F29;
	overflow: hidden;
	}

#maincontent .bildbox:hover {
	border: 1px solid #494835;
	background-color: #33332A;
	}

#maincontent .bildbox img {
	margin-bottom: 5px;
	}

#maincontent .bildbox p {
	width: 90px;
	height: 95px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: center;
	color: #838383;
	padding: 0;
	margin: 0;
	}

#maincontent .bildbox a {
	color: #838383;
	}

#maincontent .bildbox a:hover {
	color: #D1D1D1;
	}

#maincontent p.pagination {
	clear: both;
	padding: 20px 0 0;
	line-height: 30px;
	text-align: center;
	word-spacing: 0.3em;
	}

#maincontent p.pagination span, #maincontent p.pagination a {
	padding: 5px;
	}

#maincontent p.bildvonbis {
	padding: 0 10px 0 0;
	text-align: right;
	color: #838383;
	}

/* ----- Footer-Elemente ----- */

#footer p {
	padding-left: 20px;
	font-size: 1.1em;
	color: #838383;
	}


/* ----- NEU ----- */

table, #maincontent ul, #maincontent ol, #maincontent dl {
	font-size: 1.3em;
	margin: 0 0 15px;
	}
			
#maincontent li {
	padding: 0 0 0 20px;
	margin: 0 0 8px;
	line-height: 1.4em;
	background: transparent url(images/icon_pfeil.gif) 0px 4px no-repeat;
	}

th, td {
	padding: 3px 30px 3px 0;
	line-height: 1.4em;
	text-align: left;
	}

#maincontent img.contentbild {
	margin: 5px 15px 5px 0;
	padding: 10px;
	background-color: #33332A;
	border: 1px solid #494835;
	}

#maincontent img.contentbildre {
	float: right;
	margin: 5px 0 5px 15px;
	padding: 10px;
	background-color: #33332A;
	border: 1px solid #494835;
	}
