@charset "UTF-8";

html, body, div, h1, li, ul, a {
	padding:0;
	margin:0;
}

body {
	background: url(../bilder/hg.gif) #0c2c06 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #e5dec7;
	font-size: 11px;
	line-height:14px;
}

h1 {
	font-size: 14px;
	color: #e5dec7;
	font-weight: normal;
	padding: 0 0 15px 0;
}

a {
	color: #693;
	text-decoration:none;
}


#outbox {
	position: relative;
	width: 880px;
	height:645px;
	margin: 40px auto 0 auto;
	background: url(../bilder/brett.jpg) no-repeat;
	background-position: 40px 34px;
}

/* Content */

#screen {
	position:absolute;
	left: 255px;
	top: 154px;
	width: 360px;
	height: 240px;
	overflow: auto;
	background:url(../bilder/hg_screen.jpg) #4f2600 repeat-x;
}

#copy {
	padding: 15px 10px 5px 10px;
	width: auto;
}

#video{
	position:absolute;
	left: 255px;
	top: 154px;
	background-color: #000;
}

#bookmarks {
	position:absolute;
	bottom: 15px;
	width: 880px;
	text-align:center;
	text-decoration:none;
}

.bookmark {
	margin: auto 6px;
}

#screenshot {
	display: none;
}

#facebook {
	position:absolute;
	top: 440px;
	width: 880px;
	text-align:center;
	text-decoration:none;
}

#lang {
	position:absolute;
	top: 185px;
	left: 705px;
	width: 37px;
	height: 28px;
	text-decoration:none;
}

/* Navigation */


#navigation {
	position: absolute;
	top: 63px;
	width: 100%;
	height:20px;
}

#navigation li a {
	color: #FC3;
	font-size:18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-decoration:none;
}	

#navigation ul {
	list-style: none;
	text-align: center;
}

#navigation ul li{
	display: inline;
	margin: 0 22px;
}

#navigation ul li a:hover {
	color: #690;
}	


#navigation ul li.active a {
	color: #690;
}

#imprint {
	position: absolute;
	left: 812px;
	top: 515px;
	width: 65px;
	height:64px;
}

