﻿body 
{
	background: url('TemplateInhalte/HintergrundM42.png') no-repeat top left #000;
	padding:0;
	margin:0;
}

#container {

	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#banner {
	margin-top: 20px;
	border: 1px solid #d7d7d7;
	background: url('TemplateInhalte/BoxHG.png') repeat-x #131313;
	height: 70px;
}

#SubmenuObjektlisten 
{
	position: absolute;
	top: 91px;
	margin-left: 50%;
	left: -118px;
	width: 150px;
	background-color: #131313;
	border: 1px solid #d7d7d7;
	border-top: none;
	padding: 4px;
}

#SubmenuObjektlisten a 
{
	text-decoration: none;
}

#SubmenuObjektlisten a:hover
{
	
}

.Logo 
{
	left: 3px;
	top: -10px;
	float: left;
}

.Menu
{
	position: inherit;
	float: left;
	margin-top: 15px;
	margin-left: 15%;
	border-left: 1px solid #d7d7d7;
	height: 40px;
}

.Menu A 
{
	float:left;
	text-decoration: none;
	border-right: 1px solid #d7d7d7;
	height: 36px;
	width: 72px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
    padding-top: 4px;
    border-bottom: none;
}

.Menu A:Hover 
{
	background: url('TemplateInhalte/MenuHover.png') repeat-x #3a3a3a;
	border-bottom: none;
}

.MenuLinkOhneWrap
{
	float:none;
	text-decoration: none;
	border-bottom: 1px dotted #d7d7d7;
}

.Infos 
{
	float: left;
	margin-top: 16px;
	margin-left: 10px;
	position: relative;
	top: -0px;
	line-height: 200%;
}

#content {
	width: 1000px;
	min-height:600px;
	padding: 0;
	clear: both;
}

.ContentBox 
{
	margin-top: 20px;
	background: url('TemplateInhalte/BoxHG.png') repeat-x #131313;
	border: 1px solid #d7d7d7;
	padding: 10px;
	
}

.kleineBox
{
	padding: 4px;
	border: 1px solid #d7d7d7;
}

.Button 
{
	display: block;
	width: 200px;
	height: 40px;
	background: url('TemplateInhalte/Button.png') no-repeat;
	border: none;
	padding-top: 8px;
	padding-left: 8px;
}

.Links A
{
	display: block;
	width: 200px;
	height: 40px;
	background: url('TemplateInhalte/Button.png') no-repeat;
	border: none;
	padding-top: 8px;
	padding-left: 8px;
}

.Links a:hover 
{
	border: none;
	text-decoration: none;
}

#footer {
clear: both;
padding: 0;
margin: 0;
background-color: #000000;
font-size: 9px;
}


