/* ****************************************************************************
** fathalischoen - suppliers of fine arts
** main style sheet, October 2006
** by Guido Bittner, Wiesbaden
**************************************************************************** */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	color: #333;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 76%;
	text-align: center;
	background-color: #F9F5F2;
	background-image: url(bg.jpg);
}

/* ************************************************************************* */
a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

/* ************************************************************************* */
h1,h2 {
	visibility: hidden;
	display: none;
}

img { border: 0 none; }

/* ************************************************************************* */
#container {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78em;
	height: 39em;
	margin: -19em 0 0 -39em;
}

#intro {
	position: relative;
	top: -4em;
	left: -2em;
	width: 18em;
	height: 11em;
}

#mainnav {
	position: relative;
	width: 12em;
	padding: 0;
	float: left;
}

#subnav {
	position: relative;
	width: 20em;
	padding: 0;
	float: left;
	overflow: hidden;
}

#content {
	position: relative;
	width: 45em;
	height: 38em;
	float: right;
}

#introtxt { line-height: 135%; }

#media {
	position: absolute;
	top: 0;
	left: 0;
	width: 45em;
	height: 32em;
}

#media .image { position: absolute; }
#flash { position: absolute; }

#widgets {
	white-space: nowrap;
	text-align: right;
	position: absolute;
	top: -1.5em;
	left: 0;
	width: 45.1em;
	height: 2em;
}

#widgets img {
	visibility: hidden;
	display: none;
}

#widgets:hover img {
	visibility: visible;
	display: inline;
}

#description {
	line-height: 133%;
	position: absolute;
	top: 34em;
	left: 0;
	width: 45em;
	height: 5em;
}

#description p {
	position: absolute;
	top: 0;
	left: 11.5em;
	width: 33.5em;
}

#description .pager { white-space: nowrap; }
#description .pager a { padding: 0 0.5em 0 0; }
#description .pager a.active { font-weight: bold; }

/* ************************************************************************* */
.navigation {
	list-style: none;
	line-height: 133%;
	margin: 0;
}

.navigation ul {
	font-weight: normal;
	list-style: none;
	width: 20em;
	margin: 0.7em 0 0 1em;
}

.navigation li {
	color: #f9f5f2;
	padding: 0 0 0.7em;
}

.navigation li a:link,
.navigation li a:visited,
.navigation li a:focus,
.navigation li a:hover,
.navigation li a:active {
	color: #000;
	background-color: transparent;
}

.navigation li.active { font-weight: bold; }

.navigation li:hover,
.navigation li.over { color: #000; }

#subnav li.current:hover { color: #f9f5f2; }

#subnav li.current li:hover,
#subnav li.current li.over { color: #000; }

#subnav li a:visited { font-weight: bold; }

#projnav li a:visited { font-weight: normal; }

#projnav li.active a,
#projnav li.active a:visited { font-weight: bold; }

/* ************************************************************************* */
