﻿/*  Copyright by emara-Webdesign. Dieser Eintrag darf ohne Genehmigung nicht entfernt werden. Verstöße werden strafrechtig verfolgt! */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/black.jpg) repeat-x top left #fff;
	color: #333;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: small;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
ul#menu {
	margin:0;
	padding:0;
	height: 40px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:95%;
	background:transparent url("images/black.jpg") repeat-x top left;
	border-left:1px solid #fff;
}
ul#menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #fff;
}
ul#menu li a {
	display:block;
	float:left;
	color:#fff;
	background: inherit;
	text-decoration:none;
	padding:12px 20px;
}
ul#menu li a:hover {
	background:transparent url("images/blue.jpg") repeat-x top left;	
}
#header {
	clear: left;
	background: url(images/panorama.jpg) no-repeat;
	height: 150px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	text-align: left;
}
#logo {
	padding: 40px 0 0 70px;
	font-size: 250%;
	font-weight: bold;
	color: #fff;
	background: inherit;
}
#subheader {
	background: url(images/black.jpg) repeat-x;
	height: 15px;
}
#contentbox {
	margin: 25px 0;
	text-align: left;
}
#leftcolumn {
	float: left;
	width: 260px;
}
#logobox {
	position: relative;
	top: -15px;
}
#infobox {
	padding-top: 30px;
}
.leftcolumntitel {
	font-size: 150%;
	font-weight: bolder;
	padding: 0 0 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
	font-family: "times New Roman";
}
ul#leftmenu {
	margin:0;
	padding-left: 10px;
	list-style-type:none;
	font-size:95%;
	background: transparent;
}
ul#leftmenu li {
	display: block;
	margin: 0;
}
ul#leftmenu li a {
	display: block;
	color: #666;
	background: inherit;
	text-decoration: none;
	padding: 3px 0;
}
ul#leftmenu li a:hover {
	color: #f00;
	text-decoration: none;	
}
ul#leftmenu li a:active {
	color: #900;
	text-decoration: none;	
}
#rightcolumn {
	float: right;
	width: 640px;
	padding-right: 10px;
}
.clear {
	clear: both;
	height: 1px;
}
#footerline {
	border-top: 4px solid #333;
	margin-bottom: 5px;
}
#footer {
	font-size: 80%;
	margin-bottom: 10px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 0;
}
a:link, a:visited {
	color: #FF0000;
	background: inherit;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
.kontakttabelle {
	width: 550px;
	border: 0;
}
.leerzeile {
	height: 8px;
}