/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#1b2940; font:62.5% Georgia,'Times New Roman',serif; letter-spacing:1; }

/* COMMON CLASSES */
.break { clear:both; }


#description {
	
	width:600px;
	line-height:1.5;
	padding-left:10px;
	padding-right:10px;
	height:510px; margin-left: 0px; margin-top:75px; position:absolute; background-color:#FFFFFF;
	/*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    /*Opacity end*/ 
	color:#000000;
	font-size:17px;
	text-align:justify;
}

#description2 {
	
	width:600px;
	line-height:1.6;
	padding-left:10px;
	padding-right:10px;
	height:510px; margin-left: 0px; margin-top:75px; position:absolute; background-color:#FFFFFF;
	/*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    /*Opacity end*/ 
	color:#000000;
	font-size:14px;
	text-align:justify;
}

#titel{
	font-size:30px;
	font-weight:bold;
}

/* HEADER */
#header { height:700px; }
.headerimg { background-position: center; background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%; height:100%; position:absolute; }

/* NAVIGATION */
#nav-outer { height:80px; padding-top:0px; position:relative; background-image:url("../img/headerbg.png");
	/*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*Opacity end*/ }

#headerpic{
	margin-top:0px;
	margin-left:50px;
	width: 100%;
	height: 100%;
	position:fixed;        
	text-align:left;
}


/* MENU */
#menu { position:relative; top:85px; }
#menu ul { list-style:none; }
#menu ul li { display:inline; font-variant:small-caps; font-size:12px; }
#menu ul li a { color:white; text-decoration:none; font-weight:bold; padding-right:20px; }
#menu ul li a:hover { text-decoration:underline; }

/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:18px;}
#firstline { background-image:url("../img/textbg.png"); color:#333; font-size:35px; padding:0 13px 10px; float:left; display:block; clear:both;}
#secondline { background-image:url("../img/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:50px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; margin-top:150px;}
#back { background-image:url("../img/btn_back.png"); }
#next { background-image:url("../img/btn_next.png"); }
#control { background-image:url("../img/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }