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

body {
	background-color:#000;
	background: url(../img/start.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

img {
border:0;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	color:#00ffff;
	text-decoration:none;
}

#start {
	position:absolute;
	top:auto;
	bottom:40%;
	/*left:50%;
	margin-left:-500px;*/
	height:100px;
	width:100%;
	z-index:10;
	text-align:center;
	margin-bottom:-50px;
	background-image:url(../img/titel_bg.png);
	}
	
#bg {
	position:fixed;
	top:0px;
	height:100%;
	width:100%;
	/*left:50%;
	margin-left:-500px;*/
	z-index:-5;
	text-align:left;
	background-image:url(../img/bg.jpg);
	}
	
#nav {
	position:fixed;
	top:40px;
	height:100px;
	width:100%;
	z-index:5;
	text-align:left;
	background-image:url(../img/titel_bg.png);
	}
	
.nav {
	position:fixed;
	top:62px;
	left:300px;
	height:100px;
	width:100%;
	z-index:10;
	text-align:left;
	font-family: 'Buda', cursive;
	font-size:18px;
	color:#FFF;
	float:left;
}

.nav a {
	font-family: 'Buda', cursive;
	font-size:18px;
	color:#FFF;
}

.nav li {
	float:left;
	margin-right:15px;
}

ul {
	padding:0px;
}

li {
	list-style-type:none;
}

.active {
	color:#960;
}

.content {
	position:absolute;
	top:150px;
	left:200px;
	width:900px;
	z-index:0;
	text-align:left;
	/*background-image:url(../img/pergament.png);
	background-repeat:no-repeat;*/
	}
	
.content li {
	margin-bottom:25px;
	}
	
.h1 {
	text-align:left;
	font-family: 'Buda', cursive;
	font-size:21px;
	color:#960;
}

.h2 {
	text-align:left;
	font-family: 'Buda', cursive;
	font-size:18px;
	color:#FFF;
}