@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #414a4f; 
	background-color:#97bf0d;
}

p,span {
	padding:0;
	margin:0;
	line-height:1.4;}

body,html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	color: #97bf0d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #97bf0d;
}
a:hover {
	text-decoration: none;
	color: #97bf0d;
}
a:active {
	text-decoration: underline;
	color: #97bf0d;
}
h1 {
	font-size: large;
	}
h2 {
	font-size: medium;
	padding-top:20px;
	padding-bottom:5px;
	margin:0;
}
h3 {
	font-size: small;
	padding-top:20px;
	padding-bottom:5px;
	margin:0;
}

#container {
	position:absolute;
    width:900px;
    top:124px;
    left: 50%;
    margin-left:-450px;
	z-index:5;
}

#container-top {
	position:absolute;
    width:900px;
    top:10px;
    left: 50%;
    margin-left:-450px;
	z-index:50;
	text-align:right;
}

#menu {
	position:absolute;
    width:900px;
    top:90px;
    left: 50%;
    margin-left:-450px;
	z-index:50;
	text-align:left;
}

#login {
	position:absolute;
	width:214px;
	height:65px;
	top:15px;
	right:5px;
	z-index:15;
	text-align:left;
	float:right;
}

#logo {
	z-index:15;
	float:left;
}

#topbg {
	position:absolute;
	top:0px;
	width:100%;
	height:134px;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	z-index:10;
}

#content {
	width:852px;
	border-left:4px solid #e7e5da;
	border-right:4px solid #e7e5da;
	background-color: #FFF;
	z-index:5;
	padding:20px;
	overflow: visible;
}

#footer {
	width:100%;
	z-index:5;
}

.lang_flag {height: 20px; width:62px;border:none;}

input, select {
	background-color:#FFF;
	border:1px solid #c2c5c6;
	margin:2px;
	color:#97bf0d;
	padding:3px;
	font-size:12px;
	vertical-align:middle;
}

ul li {
	line-height:1.3;
}

.help_entry { padding-bottom: 60px; clear:both; overflow: auto}
.help_screencast { width: 280px; display:block;  float:left }
.help_screencast img { border: 1px solid #CCC; display:block; }
.help_screencast input { border: 0px solid #CCC; display:block; }
.help_text { width: 500px; display:block; float:right; }
.help_text h2 { padding-top: 0px; }

.movie_danish {
	background-image: url(../pwsfilm_danish.jpg);
	background-repeat: no-repeat;
}

.movie_english {
	background-image: url(../pwsfilm_english.jpg);
	background-repeat: no-repeat;
}
