body {
	font-family: calibri;
}

a {
	color: #8D0000;
	text-decoration: none;
}

#head {
	height: 120px;
	width: 900px;
	background: grey;
	margin: 0 auto;
	color: #8D0000;
	background: url(images/head/head_neu.png);
	
}

#head h1 {
	padding-left: 20px;
	padding-top: 10px;
}
#navi {
	
	line-height: 25px;
	margin: 0 auto;
	padding-left: 10px;
	width: 900px;
	padding-top: 20px;
}


#navi_leiste {
		width: 900px;
		height: 3px;
		background: #8D0000;
		margin: 0 auto;
		
}

#content {
	width: 900px;
	margin: 0 auto;
	min-height: 500px;
	margin-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px !important;
}

#content a:hover {
	
	text-decoration: underline !important;
}

.person_foto {
	width: 900px;
}

.person_foto_img {
	float: left;
	width: 150px;
}

.person_foto_img img {
		width: 100px;
}

.person_foto_text {
	float: right;
	width: 750px;
}


#content_navi {
	width: 155px;
	min-height: 300px;
	float: left;
	padding-left: 5px;
}

#content_navi b{
	color: #000;
	padding-bottom: 5px;
	line-height: 25px;
}

#content_navi b:hover{
	color: #000;
	text-decoration: underline;
}



#content_right {
	width: 720px;
	float: right;
	min-height: 300px;
  margin-bottom: 50px;
	
}

#content_right h2 {
	font-size: 19pt;
	margin-top: 0px;
	line-height: 20px;
}

#content_right h3 {
	margin-bottom: 5px;
}

/* Ausschreibungen */


.ausschreibung {
	width: 300px;
	height: 200px;
	line-height: 20px;
	float: left;
	
}

.ausschreibung h4{
	margin-bottom: -1px;
	
}

.ausschreibung a{
	
	text-decoration: none;
}


.img_title {
  // Bildunterschrift
  font-size: 10pt !important;
  
}


/**/
.dropbtn {
    background-color: #000;
    color: white;
    /*padding: 16px;*/
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
    font-size: 12px;
    border: none;
    cursor: pointer;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #dddddd;

}

.dropbtn a {
	color: #ddd;
	text-decoration: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
	
}

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

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


.dropdown:hover .dropbtn {
    background-color: #8D0000;
}



#footer_leiste {
		width: 900px;
		height: 3px;
		background: #8D0000;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 50px;
}

#g {
	background: black !important;
	width: 100px;
	float: center;
}
