﻿
* {
    padding: 0;
    margin: 0;
} 
body {
	background: #B3BAF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 18px;
	color: #333333;

}
html {
	overflow: scroll;
}

img { 
	border: none; 
}
a { 
	color: #D80600; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
	color : #000; 
}

#wrap {
	width: 1000px;
	margin: 0px auto;
}
#top {
	background: #B3BAF0 url(images/top.gif) no-repeat;
	padding: 10px 0;
}
#header h1 {
	color: #D80600;
}
#header {
	background: #B3BAF0 url(images/header.gif) no-repeat;
	height: 125px;
}
#header h1 {
	padding: 45px 0 0 0;
	font-size: 35px;
	letter-spacing: -2px;
	text-align: center;
}
#header h1 a {
	color: #D80600;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
}
#header h2 {
	text-align: center;
	font-size: 17px;
	color: #666;
	font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: #EA0F00 url(images/menu.gif) no-repeat;
}
#menu ul {
	padding-left: 20px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#content {
	background: url(images/content.gif) repeat-y;
	padding: 10px;
}
.navigation {
	font-size: 0.75em;
}
.navigation p {
	padding-left: 20px;
}
.left {
	float: left; 
	width: 670px;
	padding: 15px;
	text-align: left;
}
.left ul {
	padding-left:25px;
}
.left p {
	padding-bottom: 25px;
}
.left h2 {
	font-size: 18px;
	font-weight: 100;
	color: #D80600;
	padding-bottom: 5px;
	margin-bottom: 14px;
}
.left h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 14px;
}
tr.kopf {
    background-color:#B6B6B6;
    text-align:left;
  }

tr.gerade {
    background-color:	#d4d1d1;
  }
tr.ungerade {
    
  }
table {
  	
  	border-collapse:collapse;
  }

.right { 
	float: right; 
	width: 260px;
	padding: 0 0 10px 10px;
	border-left: 1px solid #aaa;
}
.right ul { 
	list-style-type: none; 
	padding: 5px 5px 10px 5px; 
}
.right h2 { 
	font-size: 14px; 
	font-weight: 100; 
	letter-spacing: -1px; 
	border-bottom: 1px solid #aaa; 
	color: #D80600;
}
.right address {
	display: block;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	background-color: inherit;
}
.right h2 {
	margin-bottom: 15px;
	font-weight: 700;
}

#bottom { 
	background: #B3BAF0 url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}
 
#footer {
	padding: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000;
}
#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }





