/* Allgemein */

*{
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background-color: black;
	font-size: 90%;
	color: #000;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: white;
	text-decoration: underline;
	font-weight: 500;
}

a:visited {
color: white;
text-decoration: underline;
font-weight: 500;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

img, a img {
	border: 0;
}

img.rechts {
	display: inline;
	float: right;
	padding: 5px;
	margin: 0 0 2px 15px;
	border: 1px solid #cccccc;
}

img.logo {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0;
	display: inline;
}

img.links {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 0;
	background-color: #e5dfd6;
	display: inline;
	float: left;
	border: 3px solid #999999;
	padding: 5px;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 5px;
	font-size: 14px;
	color: white;
	line-height: 19px;

}

ul { list-style-type: disc;
	color: #000;
	padding-left: 50px;
}

li { font-family: Helvetica, Verdana, Arial, sans-serif; list-style-type: disc;
	font-size: 14px;
	line-height: 16px;
	color: white;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	padding-bottom: 15px;
	color: #cccccc;
	text-align: left;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #66202e;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

/* Layout */

#wrapper {
background-color: black;
text-align: center;
}

#header {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	padding: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#content, #footer, #footer-kontakt {
text-align: center;
}

.info {
width: 860px;
margin: 0 auto;
text-align: left;
color: #666;
}

.kleinertext {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 11px;
	color: black;
}

#start {
background-position: 700px 20px;
background-image: url(images/hintergrund.jpg);
background-repeat: no-repeat;
margin-left: 0;
margin-bottom: 0;
margin-right: 0;
}

#start .info {
	padding-left: 0;
	padding-bottom: 2em;
	padding-right: 0;
	padding-top: 2em;
}

#start ul { margin: 1em 0;}

#start ul li { margin: 0.3em 0;}

#footer {
padding-left: 0;
padding-bottom: .5em;
padding-right: 0;
padding-top: .5em;
margin-left: 0;
margin-bottom: .5em;
margin-right: 0;
margin-top: .5em;
background-color: #666666;
clear: both;
font-size: 0.9em;
text-align: right;
}

#footer a, #footer a:link, #footer a:visited, #footer-kontakt a, #footer-kontakt a:link, #footer-kontakt a:visited { text-decoration: none; color: black;
}
#footer a:hover { text-decoration: underline; color: black;
}
#navi {
        border-top-color: #999999;
        border-top-style: solid;
        border-top-width: 1px;
        padding-bottom: 5px;
        background-color: black;
        margin: 0px;
        padding-right: 0;
        padding-top: 10px;
}

#navi li {
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0;
        margin-top: 0;
        display: inline;
        list-style-type: none;
}

#navi a:link, #navi a:visited {
        padding-bottom: 6px;
        font-weight: bold;
        margin-left: 0px;
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        float: center;
        font-size: 12px;
        line-height: 18px;
        text-decoration: none;
        color: #990000;
       	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;

}

#navi a:link.active, #navi a:visited.active, #navi a:hover {
        border-bottom-color: white;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        color: white;
}

