@charset "utf-8";
/* CSS Document */

html, body {
	 background-color: #CCCCCC;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
	}

div#site {
	width:760px;
	min-height:716px;
	overflow: auto;
	margin: 50px auto auto;
	border:0 none;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:url(../images/hintergrund.gif) repeat-y;
	position: relative;
	box-shadow: 0 0 7px #555555;
	}
	
div#bilder {
	width:137px;
	float: left;
	padding-left:10px;
	}
	
div#suche {width:120px; margin:10px;}

.senden {font-size: 8pt; margin:0; padding:0;}
	
div#bilder img {margin:10px;}

div#text {
	width:570px;
	min-height:570px;
	float: left;
	margin-left:30px;
	font-size:12px;
	}
	
div#text table tr td {vertical-align:top;}

.liste li {
	list-style-image:url(../images/pkt.gif);
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight:bold;
	}

div#footer {
	height:47px;
	padding-top:5px;
	width:758px;
	background:#bcbcbc;
	border-top:1px solid #000;
	margin-left:1px;
	position:relative;
	float:left;
	bottom: 0;
	font-size:12px;
	text-align:center;
	color:#FFF;
	}
	
#footer a, #footer a:hover, #footer a:active, #footer a:visited {
	margin: 0 26px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#333;
	text-decoration:underline;
	}
	
#firma {
	display:block;
	font-size:11px;
	margin-top: 8px;
	color:#000;
	}