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

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color:#dfe2e2;
	margin:0;
}

img {border: 0;}

a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: underline;
	color: #555555;
}

#login {
	position:absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	z-index:2;
}

#whitebox {
	position:relative;
	background-color:#fff;
	margin: 0 auto;
	width:980px;
	height:700px;
	padding:0px 10px;
}

#logo {
	padding-top:80px;
	padding-left:580px;
	padding-bottom:45px;
}

#menu {
	position:absolute;
	top:179px;
	left:10px;
	z-index:2;
	background-color:#fff;
	height:162px;
	width:156px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
li a { outline:0; }

li img {position:relative;}

#cyclenav {
	position:absolute;
	top:320px;
	left:10px;
	z-index:2;
	width:146px;
	padding: 0px 4px;
}
#prev {float:left; cursor:pointer;}
#cyclenav span {float:left; margin-left:26px; font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size:11px; text-align:right; width:50px;}
#next {float:right; cursor:pointer;}

#bigimage {
	position:relative;
	float:left;
	margin-right:10px;
	width:820px;
	height:510px;
	z-index:0;
	background-color:#e5e7e6;
}

#whiteimage {
	float:left;
	margin-right:10px;
	margin-left:499px;
	z-index:0;
}

#textcolumn {
	line-height:18px;
}

p {
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#555555;
}

h1 {
	font-size:9px;
	margin:0px;
	padding:0px;
	color:#000;
}	

#creditbox {
	position:absolute;
	top: 525px;
	left: 506px;
	width:143px;
	height:154px;
	background-color:#dfe2e2;
	font-size:10px;
	color:#555555;
	padding:5px 8px;
	line-height:19px;
	opacity:0.9;
	filter: Alpha(Opacity=90);
}

#creditbox h1 {color:#555555;}

#imprintbox, #imprintbox2, #imprintbox3 {
	position:absolute;
	width:143px;
	height:154px;
	background-color:#dfe2e2;
	font-size:10px;
	color:#555555;
	padding:5px 8px;
	line-height:18px;
	opacity:0.9;
	filter: Alpha(Opacity=90);
} 

#imprintbox {
	top: 350px;
	left: 341px;
	}
	
#imprintbox2 {
	top: 525px;
	left: 504px;
	}
	
#imprintbox3 {
	top: 525px;
	left: 671px;
	}
	
#whitebox1, #whitebox2, #whitebox3, #whitebox4 {
	position:absolute;
	width:143px;
	height:154px;
	background-color:#dfe2e2;
	font-size:10px;
	color:#555555;
	padding:5px 8px;
	line-height:18px;
	opacity:0.9;
	filter: Alpha(Opacity=90);
} 

#whitebox1 {
	top: 178px;
	left: 175px;
	}
	
#whitebox2 {
	top: 351px;
	left: 175px;
	}
	
#whitebox3 {
	top: 351px;
	left: 342px;
	}
	
