body {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	color: #fff;
	background-color: #000;
}

body,th,td {
	font-family: tahoma, "lucida grande", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

img { border-style: none; }

/*
								layout
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: 0 auto 20px auto;
	width: 828px;
	text-align: left;
}

#header {
	text-align: right;
	margin: 0 20px 54px 0;
}

#container {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 19px;
}

#navigation {
	float: left;
	width: 400px;
	margin-top: 250px;
}

#content {
	float: right;
	width: 337px;
	margin-right: 20px;
}

.home #content {
	width: 368px;
	position: relative;
	top: -26px;
}

#content .gallery {
	position: absolute;
	width: 700px;
	margin-left: -363px;
	line-height: 10px;
}

/* IE 5.0 Win will behave un-deterministic in vertical positioning of the gallery 
- no solution for that */

#footer {
	clear: both;
	margin: 0 20px 0 108px;
}

#krimiklassik-banner {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	width: 239px;
	height: 205px;
}

#krimiklassik-banner p {
	margin: 0;
	padding: 0;
}

#krimiklassik-banner a {
	display: block;
	float: left;
	width: 239px;
	height: 205px;
	background: url(/images/krimiklassik-banner-2.gif) no-repeat;
}

/*
								navigation
*/

#navigation {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #fff;
	background-color: inherit;
	text-transform: uppercase;
}

#navigation ul {
	padding: 0 130px 0 108px;
	margin: 0 0 0 0;
}

#navigation ul li {
	list-style-type: none;
	margin: 0;
	display: inline;
}

#navigation ul li a {
	padding: 0 0 0.5em 0;
	display: block;
	color: #fff;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a:focus {
	color: #97BFE6;
	background-color: inherit;
}

body.home #navigation a#home,
body.fotos #navigation a#fotos,
body.videos #navigation a#videos,
body.vita #navigation a#vita, 
body.kontakt #navigation a#kontakt,
body.impressum #navigation a#impressum {
	color: #97BFE6;
	background-color: inherit;
}

/*
								content
*/

h1 {
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3.2em;
}

h2.firstchild { margin-top: 0; }

h2 .addition {
	text-transform: none;
	font-variant: small-caps;
}

body.home h2 {
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 13px 11px;
}

body.home h2 .addition {
	font-size: 80%;
	margin-left: 0.6em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

#address { text-transform: uppercase; }
#content h2:first-child,
#content p:first-child { margin-top: 0; }

#content a:link, #content a:visited {
	color: #fff;
	background-color: inherit;
}

#content a:hover, #content a:focus {
	color: #97BFE6;
	background-color: inherit;
}

table { border-collapse: collapse; }
table th, table td { padding: 0; }

table th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-right: 30px;
}

/*
								fotos
*/

.gallery .foto {
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 0;
}

/*
								videos
*/

/* initial version (4 videos) */
/*
.gallery .video {
	float: left;
	width: 175px;
	height: 100px;
	margin-bottom: 0;
}

.gallery .video h2 {
	line-height: 1em;
	margin-top: 0;
	margin-right: 5px;
	position: absolute;
	top: 120px;
	width: 170px;
}
*/

.video {
	xfloat: left;
	xwidth: 250px;
	xheight: 183px;
	margin-top: 3.2em;;
}

.video h2 {
	xline-height: 1em;
	xmargin-top: 0;
	xmargin-right: 5px;
	xposition: absolute;
	xtop: 120px;
	xwidth: 170px;
}

/* videogallery class is unused, left here for demonstration purposes only */
.videogallery {
	float: left;
	width: 337px;
	margin-bottom: 0px;
}

.videogallery .video {
	float: left;
	width: 337px;
	margin-bottom: 0px;
}

.videogallery .video h2 {
	float: right;
	line-height: 1em;
	width: 151px;
}

.videogallery .video img {
	float: left;
	width: 175px;
	margin: 0 11px 0 0;
}

.videogallery .video p {
	margin-left: 186px;
	line-height: 1.6em;
}

body.videos object {
	color: #000;
	background-color: #ccc;
}

/*
								vita
*/

body.vita #content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vitayear h3 {
	float: left;
	width: 70px;
	margin-top: 0;
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	color: #97BFE6;
	background-color: inherit;
}

.vitayear p { margin-left: 75px; }

/*
								footer
*/

#footer { font-size: 90%; }

