﻿body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #DDD;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
    /*color: rgb(0,171,61);*/
    color: #6bec2f;
}

img {
	border: 0;
}


#Wrapper {
	width: 900px;
	background-color: #000;
	margin: 0 auto;
    padding: 40px 100px 50px 100px;
}

#Header {
	text-align: center;
}

#Menu {
	background-color: #39B904;
	background-image:url('Images/Main_Master/uds2.gif');
	background-repeat:repeat-x;
	height: 1.8em;
}

#Menu ul {
 	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
}

#Menu li {
	display: inline;
	float: left;
	margin-left: 0.5em;
}

#Menu a {
	display: block;
    line-height: 1.8em;
    padding-left: 10px;
    font-weight: bold;
    border-left: 1px dotted white;
}

#Links {
	float: left;
	width: 290px;
	border-right: 2px solid white;
	margin: 30px 25px 0 0;
	padding: 0 10px 0 0;
	min-height: 545px;
	font-size: 1.3em;
	position: relative; /* für .Bild_Unten */
	color: #CCC;
    list-style-image: url('Images/Main.master/S.jpg');
}

#Content {
    position: relative;
	float: left;
	width: 551px;
	padding: 10px;
	margin: 30px 0 0 0;
	min-height: 450px;
}

#Content_Flash {
    text-align: center;
    vertical-align: middle;
    width: 551px;
    height: 415px;
}

#Content_Images {
    /*margin-top: 50px;*/
    position: absolute;
    bottom: 0;
}

#Content_Images img {
    border: 0px solid #ddd;
}

#Footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	/*color: rgb(0,171,61);*/
	color: #6bec2f;
	margin-top: 25px;
}

.Bild_Unten {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    margin-top: 15px;
}