@charset "iso-8859-1";
/* CSS Document */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}

.header {
	height: 50px;
	background: #4B92D9;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #447ABB;
	border-bottom-color: #447ABB;
	text-align: center;
	
}

.header h1 {
	font-size: 16px;
	position: relative;
	top: 50%;
	margin-top: -8px;
}

/*Suchforumular*/

.suchformular {
	/*background-color: #F1F1F1;*/
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-color4: #09F;
	margin-top: 10px;
	margin-bottom: 0px;
}

label {
	display: block;
	/*background-color: #F00;*/
}

select {
	display: block;
	height: 50px;
	width: 100%;
	font-size: 16px;
}

input {
	display:block;
}
	

#fdse_Terms {
	line-height: 50px;
	font-size:16px;
	width: 100%;
}

.submit {
	height: 50px;
	width: 100%;
	font-size: 16px;
}

.suchergebnisse * {
	font-size: 16px;
}

.suchergebnisse {
	padding-left: 4px;
	padding-right: 4px;
}

.tipps h2 {
	margin-top: 10px;
}

.fd_results {
	margin-bottom: 10px;
}

.suchergebnisse dl {
	margin-bottom: 10px;
}

.suchergebnisse dl a {
	display: block;
	border: 1px solid #000;
	min-height: 48px;
}

.fd_results a {
	display: inline-block;
	border: 1px solid #000;
	min-height: 42px;
	min-width: 42px;
	line-height: 42px;
	text-align:center;
}

.linkline a {
	display: inline-block;
	border: 1px solid #000;
	min-height: 42px;
	line-height: 42px;
}

.linkline {
	text-align:center;
	
}

#footer {
	background: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 16px;
	/*display: block;*/
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	margin-top: 10px;
}

#naviunten li {
	margin-bottom: 4px;
}
#naviunten li a {
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}
#naviunten a:link {
	text-decoration: none;
	color: #000000;
}
#naviunten a:visited {
	text-decoration: none;
	color: #000000;
}
#naviunten a:hover {
	text-decoration: none;
	color: #0000FF;
}
#naviunten a:active {
	text-decoration: none;
	color: #0000FF;
}

@media screen and (min-width:768px){
	
.header {
	height: 44px;
}

select {
	height: auto;
	/*	width: 325px;
	font-size: 16px;*/
}

#fdse_Terms {
	line-height: normal;
	/*font-size:16px;*/
}

.submit {
	height: auto;
}

.suchergebnisse dl a {
	display: inline;
	border: none;
	min-height: 0px;
}

.fd_results a {
	display: inline;
	border: none;
	min-height: 1px;
	min-width: 1px;
	line-height: normal;
	text-align: center;
}

.linkline a {
	display: inline-block;
	border: none;
	min-height: 1px;
	line-height: normal;
}

#naviunten li {
	display:inline;
	margin-bottom: 0px;
	margin-right: 10px;
}

#naviunten li a {
	display: inline;
	border: none;
	line-height: normal;
}

#footer {
	height: 20px;
	font-size: 13px;
	text-align: center;
	/*clear: both;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
	
}