body {
	font-family: Arial,sans-serif;
	margin: 0 0 0 0;
	}

h2 {
	font-size: 1.25rem;
	color: #0069b4;
	margin-bottom: 18px;
	line-height: 1.3;
	font-weight: bold;
	}
	
h3 {
	font-size: 1.1rem;
    color: #000;
	margin-top: 30px;
    margin-bottom: .75rem;
    line-height: 1.3;
    font-weight: bold;
}
	
p {
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.3;
	margin: 0 0 9px 0;
}

#searchbutton {
	display: block;
	width: 40px; 
	height: 40px;
	line-height: 40px;
	background: #0069B4;
	background-image: url(/DE/institutionen/verwaltung/ekud/afk/kbg/ueberuns/Documents/suche.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-size: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	}

a {
	text-decoration: none;
	color: #0069B4;
	}

a:hover {
	text-decoration: underline;
	color: #0069B4;
	}
	
#searchinner {
	border: none;
	width: 100%;
	font-family: Arial,sans-serif;
	font-size: 100%;
	height: 100%;
	}

#searchbar {
	border: 10px solid #E6F0F8;
	height: 20px;
	padding: 10px;
	position: relative;
	}