/*
	Template by Marcus Lehrmann Internetservice
	Copyright 2010 by Marcus Lehrmann Internetservice - www.lehrmann.de
*/

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin:0;
	padding:0;
	font-family:arial,verdana,sans-serif;
	font-size: 13px;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	margin-bottom: 10px;
	color:rgb(201,206,216);
}

#header {
	background-image:url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	text-align: center;
}

#container {
	width: 984px;
	margin: 0 auto;
}

#left {
    float: left;
    width: 220px;
    margin-bottom:10px;
}

#content {
    padding: 0px;
    margin-left: 240px;
    margin-right: 30px;
    margin-bottom:10px;
    text-align:justify;
}


#footer {
	background-color: rgb(169,171,174);
	text-align:center;
	padding:3px;
	color:white;
	clear: both;
	font-size: 10px;
}

.menu{
/*	border: 1px;
	border-style: solid;
	border-bottom: 0px;
	border-color: #CCC;*/;
	line-height: 1.2;
	padding:10px;
/*	background-color:rgb(160,61,72);*/
	font-family:verdana,arial,sans-serif;
	font-size: 11px;
	margin-right:10px;
	background-color:rgb(201,206,216);
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted;
	border-color: black;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	border-bottom: 1px solid;
	border-color: #ccc;*/
}

.menu ul ul {
	padding-left: 10px;
/*	background-color: #E1EAEA;*/
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 0px;
	color: black;
	/*font-weight:bold ! important;*/
	display: block;
	text-decoration: none;
	font-weight: normal;
}
.menu a:hover {
	text-decoration: none;
	color: rgb(160,61,72) ! important;
	background-color:#F2F7F7;
}
.menu a.menu_current {
	font-weight: bold;
/*	color: rgb(255,242,58);*/
/*	background-color: #AEBABD;*/
}

.lehrmann {
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
	padding-top:10px;
	padding-bottom:5px;
	color:silver;
}

.lehrmann a:link, .lehrmann a:visited, .lehrmann a:active {
	color:silver; text-decoration:none
}

.lehrmann a:hover {
	color:silver; text-decoration:underline
}

#ueberschrift_menu1 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px dotted rgb(96,112,139);
    margin-bottom: 10px;
    color:rgb(96,112,139);
}

#ueberschrift_menu2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted rgb(96,112,139);
	margin-bottom: 10px;
	margin-top:30px;
	color:rgb(96,112,139);
}
