@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
ul, ol, dl { /
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
img {
	max-width: 320px;
	height: auto;
}
a:link {
	color: #666;
	text-decoration: none; 
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	float: none;
	width: 340px; 
	background-color: #333;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
}

.sidebar1 {
	float: none;
	width: 340px;
	height: auto;
	background: #fff;
	padding-bottom: 10px;
	padding-top: 95px;
	font-size: 14pt;
}
.img sidebar {
	display: block;
}
.content {
	width: 340px;
	color: #FFF;
	background-color: #333;
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
}
.footer {
	font-size: 12pt;
}
.content a link {
	color: #fff;
	decoration: none;
}
.container .content .lefty img {
	float: left;
}

.lefty {
	float: left;
	width: 85px;
	height: 85px;
}
.lefty1 {
	float: none;
	width: 340px;
	height: auto;
}
.lefty 2 {
	padding-top: 5px;
	padding-left: 10px;
	width: 340px;
	heigth: 340px;
}
.lefty3 {
	float: none;
	width: 340px;
	height: auto;
	padding: 5px;
	
}
.lefty5 {
	float: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	width: 340px;
	height: auto;
}
.container .content .lefty3 p a {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}

.lefty4 {
	float: none;
	width: 330px;
	height: auto;
	text-align: center;
	color: #FFF;
	padding: 5px;
}
.container .content .lefty4 p a {
	color: #FFF;
	text-decoration: none;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
	width: 300px;
}

nav {
	height: 40px;
	width: 300px;
	font-size: 14pt;
	text-decoration: none;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	background-color: #C60;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: 300px;
    height: 40px;
	background-color: #C60;
}
nav li {
    display: inline;
	width: 300px;
	color: #666;
	text-decoration: none;
    float: left;
	background-color: #C60;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav a {
	display: inline-block;
	width: 300px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
    border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #C60;
	width: 300px;
}
nav a#pull {
    display: none;
}  
  .dropbtn {
    background-color: #C60;
    color: #666;
    cursor: pointer;
	width: 170px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    z-index: 1000;
    position: absolute;
    background-color: #999;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: none;
}

.dropdown-content a {
    color: #666;
    text-decoration: none;
    display: block;
	border-left: solid 1px;
	border-bottom: solid 1px;
	border-right: solid 1px;
}

.dropdown-content a:hover {
	background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}  
.Grafik03 {
	border: 1px solid #ffffff;
	width: 100%;
	height: 400px;
}
.content .lefty2 {
	float: none;
	width: 340px;
	height: auto;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
