body {
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	text-transform:uppercase;
	margin: 0px;
}

p{
margin-top:3px;
margin-bottom:3px;
}

hr{
	margin-top:3px;
margin-bottom:3px;
background-color: #666;
	color: #666;
	height:1px;
	border:none;
}

table{
	-webkit-box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, 0.1);
        
        box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.schriftzug{
position:absolute;
line-height:35px;
top:10px;
left:20px;
width:1200px;
}

#textfield{
	font-size:38px;
	position:absolute;
	left:100px;
	top:250px;
	width:800px;
	background:rgba(255,255,255,0.9);
	padding:20px;
	
	-webkit-box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
#textfield p {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 20px;
}

#textfield p {
    text-transform: none;
    font-size: 20px;
    margin-bottom: 20px;
}

#textfield h2, #textfield h3 {
    font-size: 38px;
    font-weight:normal;
    margin:0;
}

#textfield h2{
    color:#cc3333;
}
#textfield img{
    width:100%;
}

.inhalt {
	font-size:14px;
	line-height:120%;
	top:161px;
	left:10px;
	position:absolute;
	width:600px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

a{
color:#666666;
text-decoration:none;
}

a:hover {
	color:#996666;
}
.auszeichnung1{
color:#cc3333;
}
.auszeichnung1 a{
color:#cc3333;
}
