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

body {
	background-color: #FFFFFF;
	
}

#TopLogo { 
	background-color:#FFFFFF; 
	height: auto; 
	width: auto; 
	top: 13px; 
	position: absolute; 
	right: 17px; 
	z-index: 4; 
	visibility: visible; 
}
	
#TopLine { 
	position: absolute; 
	background-color: #FFFFFF; 
	height: 69px; 
	width: 100%; 
	top: 0px;  
	left: 0px; 
	right: 0px; 
	visibility: visible; 
	border-bottom: 2px solid #666; 
	z-index: 3; 
}

#BottomBackground {
	background-color: #FFFFFF; 
	height: 110px; 
	width: 100%; 
	left: 0; 
	right: 0px; 
	position: absolute; 
	bottom: 0px; 
	z-index: 2; 
	visibility: visible; 
}
	
#BottomLine { 
	background-color: #FFFFFF; 
	height: 95px; 
	width: 100%; 
	left: 0; 
	right: 0px; 
	position: absolute; 
	bottom: 0px; 
	z-index: 3; 
	visibility: visible; 
	border-top: 2px solid #666;
}
	
#PrivatLogo { 
	height: 85px; 
	width: 100px; 
	left: 40px; 
	position: absolute; 
	bottom: 20px; 
	z-index: 4; 
	visibility: visible; 
}

#GewerblichLogo {
	height: 85px;
	width: 100px;
	left: 180px;
	position: absolute;
	bottom: 20px;
	z-index: 4;
	visibility: visible;
}
	
#OeffentlichLogo {
	height: 85px;
	width: 100px;
	left: 320px;
	position: absolute;
	bottom: 20px;
	z-index: 4;
	visibility: visible;
}

#BackgroundLogo {
	height: 85px;
	width: 100px;
	left: 460px;
	position: absolute;
	bottom: 20px;
	z-index: 4;
	visibility: visible;
}
	
#MainLogo { 
	position:absolute; 
	height:300px; 
	width:400px; 
	z-index=1; 
	visibility:visible;  
	margin:200px 200px 200px ; 
}

#textbox {
	direction:rtl;
	margin-top:0px;
	border:0px;
	border-width:1px 0 1px 1px;
	padding:15px;
	top:79px;
	width:500px;
	height:420px;
	position:absolute;
	background:#fff;
	z-index:1;
	overflow: auto;
	left: 10px;
	
}

#scroller {
	top:75px;
	width:auto;
	height:420px;
	position:relative;
	padding:5px 0;
	background:#fff;
}


#thumbs {
	direction:rtl;
	display:block; 
	width:160px; 
	height:420px; 
	overflow:auto; 
	float:left; 
	margin-top:0px; 
	border:0px ; 
	border-width:1px 0 1px 1px; 
	padding:5px;
}

#thumbs2 {

	display:block; 
	width:98%; 
	height:420px; 
	overflow:auto; 
	float:right; 
	margin-top:0px; 
	border:0px ; 
	border-width:1px 0 1px 1px; 
	padding:5px 13px 0 0;
}

#thumbs a {
	display:block;
	float:left; 
	margin:0 0 20px 10px; 
	background:#ffffff; 
	width:120px; 
	height:70px; 
	border:0px;
}

#thumbs a img {
	width:120px; 
	height:70px; 
	border:0px;
}

#thumbs a:hover {
	border:0px; 
	background:#fff url(../graphics/click_on.gif);
}

#thumbs a:active {
	border:0px; 
	background:#fff; 
	outline:0;
}

#thumbs a:focus {
	border:0px; 
	background:#fff; 
	outline:0;
}

#thumbs a:hover img {
	display:block; 
	position:absolute; 
	background:#aaa; 
	z-index:500;
	width:0;
	height:0;
}

#thumbs a:active img {
	display:block; 
	position:absolute; 
	background:#aaa; 
	z-index:100;
}

#thumbs a:focus img {
	display:block; 
	position:absolute; 
	background:#aaa; 
	z-index:100;
}

#thumbs a img.hover {
	width:0px; 
	height:0px; 
	border:0px;
}

#thumbs a:hover img.hover {
	
	width:auto; 
	height:420px; 
	left:172px; 
	top:10px; 
	border:0px;
	z-index:100;
}




.FontStyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
}
	
.FontStyle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight:normal;
	letter-spacing: 1px;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:active {
	text-decoration: none;
	color: #999999;
}
