h1 {
	font-size: 16px;
	font-weight: bold;
	color:#0066cc;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color:#0066cc;
}

#all{
	background-color: #fff;
	width: 960px;
	margin:0 auto;
	border-radius: 30px;
	padding: 30px;
	border: solid #999 1px;
	position: relative;
	margin-top: 30px;
	-moz-box-shadow: 0px 2px 10px #333;
	-webkit-box-shadow: 0px 2px 10px #333;
	box-shadow: 0px 2px 10px #333;
	margin-bottom: 60px;
	left: -53px;
	top: -25px;
}
.logo{
	float:left;
	width: 400px;
}
.pic2{
	float:right;
	margin-bottom: 30px;
	width: 370px;
}

#navigation {
	clear:both;
	margin-bottom: 20px;
	padding: 1px;
	background-color: #ccffff;
}

#navigation ul {

	padding-bottom: 15px;
	list-style-type: none;
}

#navigation li {
	float: left;
	margin-left: 30px;

}
#navigation li.left{
	margin-left: 0px;
}

.inaktiv{
	color:#0066cc;
	text-decoration:none;
	font-size: 16px;
}
.inaktiv:hover{
	color: #ff9900 ;

}
.aktiv {
	color:#ff9900;
	font-size: 16px;
}

#subnavigation {
   	position:absolute;
    top:268px;
   	left:32px;
    width:230px;

}
#subnavigation ul {
    margin-bottom:20px;
    list-style-type: none;
}
#subnavigation ul li a {
    display:block;
    text-decoration:none;
    padding:0px 0 0px 0;
    margin-bottom: 5px;
    font-size: 16px;

}

.text{
	padding-left: 230px;
	color:#0066cc;
	font-size: 14px;
	padding-right: 180px;
	padding-bottom: 100px;
	line-height: 150%;
}
@font-face {
  font-family: 'DroidSerif';
  src: url('../fonts/DroidSerif-Regular.ttf');
}

body {
	font-family: 'DroidSerif';
	background-color: #99cccc;
}

ul {
	list-style-type: "\002D \00A0";
}

hr {
	border-style: dashed;
	size: 1px;
}
.picImpress{
  display: inline-block;
  padding: 10px;
  width: 260px;
  margin-left: -10px;
}

.picImpressDoubleline{
  display: inline-block;
  padding: 10px;
  width: 260px;
  margin-left: -10px;
  position: relative;
  top: 20px;
}

th
{
	text-align: left;
}
.kontaktfeld{
	background-color: #CEECF5;
	padding: 20px;
}
.textfelder{
	width: 280px;
	height: 30px;
  	margin-left: 40px;
	border-style: none;
	font-size: 17px;
}
.textfelder2{
	display:none;
	width: 20px;
	height: 1px;
	background-color: #FF0000;
	color: #FF0000 ;
}

.textbox{
	width:276px;
	height: 180px;
  	margin-left: 40px;
	border-style: none;
	font-size: 14px;
}
.textbox2{
        width:100px;
        height: 10px;
        margin-left: 400px;
        border-style: none;
        font-size: 4px;
}

.button{
	margin-top: 20px;
	width: 120px;
	height: 40px;
  	margin-left: 40px;
  	background-color: #F2F5A9;
  	color: #FF8000;
  	border: none;
  	font-size: 14px;
}
.checkbox-container {
    margin-top: 20px;
}
.checkbox {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
    float: left;
}
.checkbox:checked {
    background-image: url('../img/check.png');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox + label {
 margin-left: 40px;
}
.checkbox + label p {
    padding-left: 40px;
    margin: 0;
    max-width: 440px;
}
.button + span {
	margin-left: 80px;
}



b > span {
 font-weight: normal;
 font-size: 12px;
}
