﻿/************* GENERAL CSS ************/

body {
	padding: 0px;
	margin: 0px;
	background: blue url(images/back2.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}



a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 880px;
	height: 140px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header2.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 880px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;  /*Tekstfarven*/
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 880px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#full {
	float: right;
	width: 800px;
	padding: 10px 50px 0px 100px;
}

#left {
	float: left;
	width: 130px;
	height: 800px;
	padding: 0px 40px 40px 10px; /*luftafstanden mellem kant og indhold:  top, højre, bund, venstre. Kan ikke være negativ*/
	color: #99CCFF;
	background-color:teal;
}

#right {
	float: right;
	width: 630px;
	padding: 0px 10px 40px 40px; /*luftafstanden mellem kant og indhold:  top, højre, bund, venstre. Kan ikke være negativ*/
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 880px;
	margin: 0px auto;
	border-top: 0px solid #666666;
	font-size: 9px;
	text-align: center;
	padding: 0px;
	color: #333333;
        background-color: #e3e1a9;
}


/**************EGNE**************/


.trans {
opacity:.50;
filter: alpha('opacity=50');
-moz-opacity: 0.50;
width: 512px;
height: 30px;
background: #000000;
float: none;
margin-top: -70px;
position: relative;
z-index: 50;
}

.billedtext {
float: none;
display: block;
position: relative;
z-index: 90;
color: #ffffff;
width: 512px;
text-align: center;
height: 50px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 32px;
font-weight: bold;
margin-top: 10px;
}


.image {
background-image: url('https://lh6.googleusercontent.com/_w38ge4_qrFI/TEmlnRcTZGI/AAAAAAAAG10/NtAwtPRSqqY/s640/Copy%20%281%29%20of%20IMG_3187.JPG');
/*background-image: url('forside.jpg');^*/
width: 614px;
height: 463px;
margin: 50px auto;
border: 0px #666666 solid;
z-index: 00;
}

