body {
	background: #434265 url(img/bg.jpg) center top no-repeat;
	height: 100%;
	font-family: Trebuchet MS, Helvetica, Tahoma, Verdana;
	color: white;
	width: 500px;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
}

a, a:active, a:visited {
	color: white;
	text-decoration: underline;
}

    a:hover {
            color: #8A89A1;
    }

a.tag {
    margin: 2px;
    padding: 2px;
    background: #696885;
}

    a.tag:hover {
       background: none;
    }

h1 {
	background: url(img/blz-suche.png) center top no-repeat;
	padding: 60px 0 20px 0;
	margin: 20px 0;
	text-align: center;
	font-size: 40px;
}
	
	h1 a, h1 a:active, h1 a:visited {
		padding: 20px 40px;
		text-decoration: none;
	}
	
		h1 a span {
			visibility: hidden;
		}
	
	
h2, h3 {
	margin: 20px 0 0 0;
	padding: 5px 10px;
}

	.filled, .filled {
		padding: 5px 10px;
		background: #696885;
	}

	.border, .border {
		padding: 5px 10px;
		border: 1px solid #696885;
		margin: 0;
	}
	
form {
	text-align: center;
	margin: 0 0 40px 0;
}
	
	form input {
		font-size: 16px;
	}
	
		form input#q {
			width: 330px;
			float: left;
			margin: 1px 0 0 15px; 
			padding: 4px 5px;
		}
	
	form p {
		clear: both;
		text-align: left;
		font-size: 12px;
		padding: 3px 20px;
		margin: 0;
	}
	
		form p, form p  a {
			color: #A9A8BB;
		}

div#msg {
    background: #8A89A1;
    padding: 5px;
    border: 1px solid #8A89A1;
}
		
table.serp {
	width: 100%;
}

	table.serp tr {
		border-bottom: 2px solid #A9A8BB;
		margin: 0;
	}
		
		table.serp tr:hover {
			background: #696885;
		}

		table.serp tr th {
			text-align: center;
			background: #696885;
			font-weight: normal;
		}
		
		table.serp tr td.blz {
			text-align: center;
		}

		table.serp tr th, table.serp tr td {
			padding: 2px 5px;
			vertical-align: top;
			border-bottom: 1px solid #696885;
		}

div#footer {
    margin: 80px 0 30px 0;
    padding: 5px 4px;
    font-size: 11px;
    text-align: right;
    border-top: 1px solid #8A89A1;
    color: #8A89A1;
}

    div#footer a {
        color: #8A89A1;
    }
div#ad {	position: absolute;	top: 20px;	right: 20px;	width: 120px;	height: 600px;}

