@charset "utf-8";
@import "navigation.css";
@import "footer.css";

body  {
    font: 100% Arial, Helvetica, sans-serif;
	background: #dddddd;
    margin: 5px;
    padding: 0;
    color: #000000;
}
#container { 
    width: 960px;
    background: #ffffff;
    text-align: left;
} 
#header { 
   	background: #000000 url(../images/head.jpg) no-repeat; 
	height: 100px;
	padding: 0 10px 0 10px;
}
#header h1{ 
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #ffffff;
	padding: 10px 0 0 0;
}
table#header {
	margin:0;
	padding:0;
}
#header td {
	vertical-align:top;
}
#logo {
	background: transparent no-repeat;
	text-align: left;
	border-style: none;
	padding: 10px 0 0 0;
}
#content {
	margin-left: 630px;
	padding: 3px 10px;
	font-size: 11px;
	width:300px;
	position:absolute;
} 
#content h1 {
	font-size:12px;
}
#main {
	padding: 10px 0 10px 20px;
	font-size: 0.8em;
	float: left;
	width: 590px;
	min-height:777px;
} 
#main a {
	color: #3e3e3e;
	text-decoration: underline; 
}
#main h1 {
	font-size: 1.3em;
}
#main h2 {
	font-size: 1.1em;
}
#main td {
	font-size: 0.8em;
}
a {
	color: #3e3e3e;
	text-decoration: none;
} 
a:hover {
	color: #fdd000;
	text-decoration: none;
}
a:active {
	color: #fdd000;
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	color: #3e3e3e;
}
h2 {
	font-size: 1.1em;
	color: #3e3e3e;
}
h3 {
	font-size: 1em;
	color: #3e3e3e;
}
#box-table-a
{
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #269929;
	border-top: 4px solid #269929;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #c1efc2; 
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #8dc98e;
	color: #000;
}
.form {
	background:transparent url(/images/form.png) no-repeat scroll 0 0;
	border:1px solid #C0C0C0;
	float:left;
	font-size:11px;
	height:14px;
	margin:0 15px 3px 0;
	padding:2px;
width:252px;
}
div.input_left_side {
	float:left;
	font-weight:bold;
	height:32px;
	width:150px;
}
div.input_right_side {
	float:left;
	height:32px;
	vertical-align:middle;
	width:440px;
}
textarea.contact {
	background:transparent url(/images/textfeld.gif) no-repeat scroll 0 0;
	font-family: Arial, Helvetica, sans-serif;
	border:0 none;
	font-size:11px;
	height:150px;
	padding:3px;
	width:258px;
}
#table tr {
	font-size:1.3em;
	text-decoration:none;
	line-height:133%;
}
#table tr td {
	width:50%;
	vertical-align:top;
}
#table tr td ul {
	margin:0;
	padding:0;
}
#table tr td ul li {
	list-style:none;
}
