



body {
	background-color: #c0c0c0;
	margin: 0;
	padding: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	color: black;
	text-align: center;
}

div {
	margin: 0 auto;
}


body.portal div.center {
	height: 754px;
	width: 1024px;
	margin-left: -512px;
	margin-top: -377px;
	overflow: none;
	left: 50%;
	top: 50%;
	position: absolute;
	background-image: url(/fuchs/portal.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

body.portal h1 {
	height: 0; 
	overflow: hidden;
}

body.info div.center {
	height: 754px;
	width: 1024px;
	margin-left: -512px;
	margin-top: -377px;
	overflow: none;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(/fuchs/text.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}


body h2.link {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}

body h2.link a {
	font-size: 14px;
	color: #000;
	font-family: "Courier New","Times New Roman",serif;
	text-decoration: none;
	padding-right: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/fuchs/logo.jpg) top right no-repeat;
}




body.info h2 {
	overflow: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -145px;
	margin-top: -145px;
	width: 280px;
	height: 220px;
}

body.info h2 p {
	display: block;
	font-weight: normal;
	padding: 10px 30px;
	color: black;
	font-size: 13px;
	font-family: "Times New Roman",serif;
}

body.info h2 p span {
	font-style: italic;
}





div.images {
	border: 1px solid black;
	/*padding: 10px 0;*/
	background-color: white;
	width: 812px;
	overflow: hidden;
	margin-top: 10px;
}




div.images div {
	width: 270px;
	height: 277px;
	float: left;
	margin: 0; padding: 0;
	padding-bottom: 5px;
}

div.images div p {
	margin: 0; padding: 0;
	width: 110px;
	display: none;
	background-color: #000;
	color: #888;
	font-size: 10px;
	font-family: Arial,Verdana,sans-serif;
	position: absolute;
	line-height: 20px;
	margin-left: -200px;
	margin-top: 242px;
}

html>body div.images div p {
	margin-left: 80px;
	margin-top: -35px;
}

div.images div p.voted {
	background-color: #ccc;
}

div.images div p.voted a {
	display: none;
}

div.images div.hover p {
	display: block;
}

div.images div p span {
	display: inline;
	position: static;
	top: auto; left: auto; margin: 0; padding: 0;
}

div.images div p a {
	line-height: 20px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

div.images div p a:hover {
	color: white;
}

div.images div img {
	margin: 0; padding: 0;
	width: 270px;
	height: 277px;
	
}

div.navi {
	clear: left;
	width: 850px;
	overflow: hidden;
	border-bottom: 1px solid black;
	height: 20px;
	margin-left: expression(((document.body.offsetWidth- 850)/2)+ "px");
}

div.navi a, div.navi span, div.navi b {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana,sans-serif;
}

div.navi a:hover {
	color: white;
}

div.navi span {
	font-weight: normal;
	float: left;
	line-height: 20px;
	position: absolute;
	left: 0;
}

div.navi span a { position: relative; float: none; }

div.navi p {
	float: right;
	text-align: right;
	margin: 0; padding: 0;
}

div.navi p a {
	font-weight: normal;
}

div.navi b {
	font-weight: normal;
}

html>body div.navi span {
	left: auto;
}

body h1 {
	display: none;
}

div.navi a.navi_link { color: white }
div.navi a.navi_link:hover { color: black }


body .links {
	height: 754px;
	width: 1024px;
	margin-left: -512px;
	margin-top: -377px;
	overflow: none;
	left: 50%;
	top: 50%;
	position: absolute;
	background-image: url(/fuchs/links.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

body .links div {
    margin-top: 240px;
    width: 220px;
    height: 220px;
    overflow: hidden;
}

body .links div a {
    color: black; 
    font-weight: bold;
	font-family: "Courier New","Times New Roman",serif;
}


