@charset "utf-8";


/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #1f1f1f url(gfx/bg.gif) repeat-x;
	color: #f2f2f2;
	font: .8em/1.3 "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: center;
}
.clear {
	clear: both;
}
img,
img a {
	border: 0;
}
h1, h2, h3, #c-right h4 {
	color: #9cc126;
	font-weight: normal;
	margin: 0 0 .8em 0;
	padding-left: 10px;
}
h1 { 
	border-bottom: 2px dotted #3d4621;
	border-bottom: 1px solid #444;
	font-size: 1.5em;
	padding-bottom: 3px;
}
h2 { 
	font-size: 1.4em; 
}
h3, #c-right h4 { 
	font-size: 1.2em;
}
h4 {
	color: #f2f2f2;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding-left: 10px;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 .5em 1em 10px;
}
sub, sup {
	font-size: 0.5em;
}
ul.standard {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1em 40px;
}
ul.inhalt,
ul.lit {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	margin: 0 0 1em 10px;
}
.xs {
	font-size: 0.9em;
}
a,
a:visited {
	color: #08c7d5;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #08c7d5;
	text-decoration: none;
}
p.subh {
	background: #333;
	font-weight: bold;
	margin: 0 .5em 0.2em 10px;
	padding: 4px 0 4px 20px;
}

/* Layout
----------------------------------------------- */
#container {
	background: url(gfx/top.jpg) no-repeat left 47px;
	margin: 0 auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	text-align: left;
	width: 880px;
}
#header {
	height: 250px;
}
#content {
	width: 880px;
}
#c-left {
	float: left;
	padding: 0;
	position: relative;
	width: 550px;
}
#c-right {
	float: left;
	margin: 35px 0 0 20px;
	padding: 0;
	position: relative;
	width: 310px;
}
#footer {
	border-top: 2px dotted #3d4621;
	border-top: 1px solid #444;
	font-size: 0.9em;
	margin: 30px auto 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 880px;
}

/* Abbildungen
----------------------------------------------- */
.frame {
	border: 1px solid #515151;
}
.frameleft {
	border: 1px solid #515151;
	float: left;
	margin: 0 15px 10px 0;
}
.floatleft310,
.floatleft580,
.floatleft600,
.floatleft774 {
	background: #333;
	float: left;
	margin: 0 15px 10px 10px;
	padding: 10px;
	font-size: 0.95em;
}
.floatleft310 {
	width: 310px;
}
.floatleft580 {
	float: none;
	width: 580px;
}
.floatleft600 {
	float: none;
	width: 600px;
}
.floatleft774 {
	float: none;
	width: 774px;
}
.floatleft310 img,
.floatleft580 img {
	border: 1px solid #515151;
}

/* Tabellen
----------------------------------------------- */
table {
	border: 1px solid #515151;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 10px;
	text-align: left;
}
#tabelle2-1 {
	text-align: center;
	width: 40em;
}
caption {
	font-size: 1em;
	font-weight: 600;
	padding: 15px 0 6px 10px;
	text-align: left;
}
th, td {
	border: 1px solid #515151;
	font-size: 0.9em;
	padding: 3px;
}	
th, tfoot {
	background: #333;
	font-weight: 600;
}

/* Navigation
----------------------------------------------- */
#menu {
	line-height: 2.2em;
	text-transform: uppercase;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu a {
	padding: 8px 10px;
	outline: none;
}
#menu a:link, #menu a:visited	{
	color: #f2f2f2;
	outline: none;
	text-decoration: none;
}
#menu a:hover,
#menu a:focus	{
	color: white;
	background-color: #08338b;
	text-decoration: none;
}
#active {
	background: url(gfx/mact.gif) no-repeat center bottom;
	font-weight: bold;
	padding: 8px 10px;
}