﻿.ich {
	/*background-color:#772215;*/
	/*background-color:#8E0E02;*/
	/*color: #aaa;*/
}
#uberschrift{
	font-size: 3em;
	font-weight: bold;
	font-family:'Arial';
	color:#8E0E02;
	/*color: #0B2AD2;*/
	text-align: center;
	margin-bottom:20px;
}

.platzunten{	
	margin-top:500px;
	min-height: 500px;
}

.zentrier{
	width:40%;
	text-align:center;
	margin:auto;
}

.navi{
	width:100%;
	background-color: #8E0E02;
	/*background-color: #0B2AD2;	*/
	display: block;
	height:40px;
	padding-top:10px;
	margin-bottom: 40px;
	
}
.navi li{
display: inline;
list-style-type: none;
padding-right: 20px;
	
}

.navi a{
	font-size:25px;
	text-decoration: none;
	font-weight: bold;
	color: #ddd030;
	/*color: #8E0E02;*/
	/*color: #0B2AD2;	*/
	border: solid white;
	background-color: #8E0E02;
	/*background-color: #C83739;*/
	border-radius: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	margin: 2px;
	text-shadow: -4px 4px black;

	
}


.navi a:hover{	
	color: #ddd030;
	vertical-align:-2px;
	padding-bottom: 2px;
	padding-top: 2px;
	/*background-color: #BDF3FF;	*/
	/*background-color: #F84F0B;*/
	text-shadow: -2px 2px black;
}
.ich{
	border-radius: 15px;
	font-family: Calibri;	
	/*font-weight: bold;*/
	position:fixed;
	top: 10%;
	left: 77%;
	width:19%;
	padding:10px;
	border-style: solid;
	border-width: 5px;
	border-color: #8E0E02;
}

.content{
	width: 76%;
	float: left;
	position: relative; 
	padding-left: 1%;
	padding-right: 1%;
	
}
.blub{
	float: left;	
	padding-left: 30px;
}

.unten{
	clear: left;
	text-align:center;
	margin-top:2em;
	
}

#background {
	z-index:-10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("tropfen3.jpg");	
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position:left;
    background-size: auto 100%;
    opacity: 0.2;
    filter:alpha(opacity=20);
}

body{
	font-size: 20px;
	 
	color: black;
	
}
h1{
	color: #8E0E02;
	/*color: #0B2AD2;*/
}

h2{
	color: #8E0E02;
	/*color: #0B2AD2;*/
}
h3{
	color: #8E0E02;

	/*color: #0B2AD2;*/
}


summary{
	font-size: 1em;
	color: #8E0E02;
	font-weight: bold;
	margin-top: 20px;
}

