﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

body, input , textarea {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 0.75em;
	color: #000000;
	line-height: 19px;
	letter-spacing: 0em;
	table-layout: fixed;
}

th, td  {
	font-size:1em;
}

#table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#table td, #table th {
	border: 1px solid #afafaf;
	padding: 2px 2px 2px 3px;
}

#table th {
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#afafaf;
	color:#ffffff;
	}

#table tr.alt td {
	color:#000000;
	background-color:#e4e4e4;
	}

h1 {
	font-family: Geneva, Trebuchet MS, Verdana, Sans-Serif;
	color: #024E23;
	font-size: 2em;
	padding-bottom: 0.5em;
	font-weight: normal;
}

h2 {
	font-family: Geneva, Trebuchet MS, Verdana, Sans-Serif;
	color: #d3a534;
	font-size: 1.5em;
	padding-bottom: 0.2em;
	padding-top: 1em;
}

h3 {
	font-family: Geneva, Trebuchet MS, Verdana, Sans-Serif;
	color: #006600;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

h4 {
	font-family: Geneva, Trebuchet MS, Verdana, Sans-Serif;
	color: #8a8a8a;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.1em;
}

h6 {
	font-size: 0.85em;
}

p {
	text-align: justify;
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
}

#container {
	margin: 50px auto 50px auto;
	border: 1px solid #000000;
	background-position: 50% top;
	min-width: 600px;
	width: 700px;
	height: auto;
	background-image: url('images/back3.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 120px;
	padding-left: 0px;
}
#right_col {
	background-position: right top;
	width: 700px;
	float: right;
	height: auto;
	background-image: url('images/hintergrund.gif');
	background-repeat: no-repeat;
}
#page_content {
	padding: 20px;
	min-height: 540px;
	height: auto;
	float: left;
	width: 488px;
}
#footer {
	clear: both;
	background-color: #D8D8D8;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #AFAFAF;
	font-size: 0.8em;
	text-align: center;
}

/*Menükonfiguration*/
#menu {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 140px 0 0 0;
	width: 170px;
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
	text-align: right;
	top: 280px;
	float: right;
	clear: right;
}
#menu li {
display:block; 
padding:0; 
margin:0; 
position:relative; 
z-index:100;
}

#menu li a, #menu li a:visited {
display:block; 
text-decoration:none;
}

#menu li dd {
display:none;
}

#menu li:hover, #menu li a:hover {
border:0;
}

#menu li:hover dt a , #menu li a:hover dt a {
background:#d3a534 url('images/sub_grad_2.gif') center center; 
color:#000000;
}

#menu li:hover dd, #menu li a:hover dd {
display:block;
}

#menu li:hover dl, #menu li a:hover dl {
height:16em; 
background:#006600 url('images/sub.gif');
}

#menu table {
border-collapse:collapse; 
padding:0; 
margin:-4px; 
font-size:1em;
}

#menu dl {
width: 170px; 
margin: 0; 
background: #d7e8c3; 
cursor:pointer;
}

#menu dt {
margin:0; 
padding: 0; 
font-size: 0.95em; 
border-top:1px solid #cce;
}

#menu dd {
margin:0; 
padding:0; 
font-size: 0.85em; 
text-align:left; 
}

.gallery dt a, .gallery dt a:visited {
display:block; 
color:#fff; 
padding:5px 5px 5px 10px; 
background:#d7e8c3 url('images/top_grad_2.gif') center;
}

.gallery dd a, .gallery dd a:visited {
color:#ffffff; 
min-height:0.8em; 
text-decoration:none; 
display:block; 
padding:4px 10px 4px 10px; 
background:#006600 url('images/sub.gif');
}

* html .gallery dd a, * html .gallery dd a:visited {
height:1em;
}

.gallery dd a:hover {
background:#d7e8c3; 
color:#000000;
}

#table th {
	font-size: 0.75em;
	border: 1px solid #afafaf;
	padding: 2px 2px 2px 3px;
	background-color: e4e4e4;
}

.hellgrau{
	background-color: #E4E4E4;
}

.standardtabelle {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.standard_td_th {
	border: 1px solid #AFAFAF;
	padding: 2px 2px 2px 3px;
	table-layout: fixed;
	border-collapse: collapse;
}
