@import url(slider.css);
@import url(forside.css);
@import url(form.css);
@import url(subpages.css);

* {/* hard CSS reset. Should consider: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Verdana, Arial;
	background-image: url("../gfx/body_bg.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000;
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

h1, h2 {
	font-family: Helvetica, Luxi-Sans, Verdana, Arial;
	font-weight: 200;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	text-shadow: 1px 1px 5px #1a1a1a;
	text-align: left;
}


h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.4em;
}
p {
	text-align: left;
	margin: 15px 0;
}
		
p, ul {
	font-size: 0.8em; 
	line-height: 1.4em;
} 
		
p a, li a {
	color: #285dc2; 
	text-decoration: none;
}
		
p.intro {
	border-bottom: 1px solid #ccc; 
	margin-bottom: 20px; 
	padding: 20px 0 30px 0; 
	text-align: center; 
	width: 100%;
}
		

a:focus {
	outline: none;
}

a, a:hover {
	color: #285dc2;
}

img {
	border: 0;
}
		
h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
}
		

.header {
	width: 980px;
	height: 100px;
	padding: 10px;
}

.req {
	font-size: 0.4em;
	color: red;
}


#logo {
	float: left;
	width: 100px;
	height: 80px;
}

#toolbar {
	float: right;
	width: 400px;
	height: 30px;
	text-align: right;
	font-size: 0.7em;
	margin-right: 10px;
	color: #bdbdbd;
}

#toolbar a:link {
	color: #306bd8;
	text-decoration: none;
}/* unvisited link */

#toolbar a:visited {
	color: #306bd8;
	text-decoration: none;
}  /* visited link */

#toolbar a:hover {
	color: #306bd8;
	border-bottom: 3px solid #306bd8;
}  /* mouse over link */

.a_toolbar_current {
	color: #306bd8;
	border-bottom: 3px solid #306bd8;
}  /* selected link */


.noscr { position: absolute; top:15px; margin-left: 175px; width: 700px;}
noscript p { width:200px; padding-top: 0; margin-top:0;}
noscript p, noscript ol { color: #a00; font-size: 12px; line-height: 1.4em; text-align: left; float: left;}
noscript a { color: #a00; text-decoration: underline; }
noscript ol { margin-left: 25px; padding-top: 15px;  width:350px;}
noscript li {margin-bottom: 5px;}

.clear {
	clear: both;
}

.footer {
	margin: 100px auto 30px auto;
	width: 500px;
	text-align: center;
	border-top: 1px solid;
	border-color: #b2b2b2;
	padding: 10px;
}
.footer p {
	color: #646464;
	text-align: center;
}



.platform {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

.message { position: absolute; top:45px; margin-left: 250px; width: 700px;}
.message p { font-size: 0.8em; font-weight: bold; color: red;}
