body {
	background-color:#AAA;
	font-family:arial;
}

img {
	border:0px;
}

#header {
	height:125px;
	width:728px;
	margin:0 auto;
	background-image: url(imgset/ldb_logo_gs.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:10px;
	background-color: #FFF;
}

#header h1 {
	display:none;
}

#content {
	height:auto;
	width:728px;
	margin:0 auto;
	background-color:#fff;
	margin-top:10px;
}
#content_a {
	height:auto;
	width:728px;
	margin:0 auto;
	background-color:#fff;
	margin-top:10px;
}

#content p, #content_a p {
	margin:8px;
}

#google {
	height:90px;
	width:728px;
	margin:0 auto;
	background-color:#fff;
	margin-top:10px;
}

#footer {
	height:15px;
	width:728px;
	margin:0 auto;
	background-color:#fff;
	margin-top:10px;
	font-size:11px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#AAA;
	text-decoration:underline;
}


/* Link DB */

/* DIV Sucheingabe */
#ldbinput {
	width:400px;
	border:none;
	margin:0 auto;
	padding-top:7px;
	margin-bottom:35px;	
}
/* DIV Zeile Sucheingabe */
.ldbinline {
	width:auto;
	border:none;
	margin-top:15px;
	margin-bottom:15px;
}
/* DIV Suchergebnis */
.ldbsearch {
	margin-bottom:15px;
}
/* P  Headline Ergebnis*/
#ldberhead {
	border-bottom:2px #000 solid;
	font-size:18px;
	display:block;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0;
}
/* H5 erste Zeile Ergebnis */  
.ldbfirstline {
	border-bottom:1px #000 solid;
	font-size:15px;
	display:block;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0;
}
.ldbfirstline a{
	text-decoration:none;
	color:#000;
}
/* P zweite Zeile Ergebnis */
.ldbsecline {
	font-size:10px;
	margin-bottom:10px;
	margin-left:10px;
}
/* P dritte Zeile Ergebnis */
.ldbthirdline {
	font-size:14px;
	margin-bottom:10px;
	margin-left:10px;
}
/* P vierte Zeile Ergebnis / Kommentar */
.ldbcomline {
	color:#666666;
	font-size:10px;
	margin-left:10px;
}
/* P Statistik */
.ldbstat {
	border-bottom:2px solid #000;
	margin-bottom:10px;
	margin-top:30px;
	margin-left:10px;
}
/* P Info */
#ldbinfo {
	font-size:14px;
	margin-bottom:10px;
	margin-left:10px;
}

