@charset "utf-8";
/* CSS Document */

body {
	color:#999;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif; color:#FFFFFF; 
	margin: 20px 0;
	background-color: #FFFFFF;
}
	   
#wrapper {
	text-align: left; color:#FFFFFF;
	width: 700px;
	margin: 0 auto;
	background: #DC143C;
	border: #5E2020 6px solid;
}

#header{
	height: 137px;
	background: #FFFFFF;
	text-align: center;

}

#left {
float:left; 
width: 120px;
padding: 10px;
}

#right {
	float:right;
	padding: 10px;
width: 500px;
height: 340px;
}

#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid #CC6666;
	background-color: #D2691E;
}

#footer p {
margin-top: 10px;
font-size: 70%;
color:#FFF;
}
	
#left p{
font-size: 75%; 
color: #FFF;
line-height: 1.2em;
}

#right p {
font-size: 75%; 
color: #FFF;
line-height:140%;
}
h1 {
color: #FFF;
font-size: 110%; 
}
h2 {font-size: 105%; color: #FFF;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #FFF;
}

h1.main {color: white; background: #666; width: 100%; 
   font-size: 250%; padding: 15Px; }
p.caption {color: black; background: #EEE; width: 200Px;
   text-align: center; font-size: 12Px; padding: 3Px;}


img.floatLeft { 
    float: left; 
    margin: 8px; 
}

img.floatRight { 
    float: right; 
    margin: 8px; 
}

.barfotlegebildetekst {
	width:276px; float: right; font-size: 70%; text-align:right;
	margin: 8px;}
	
.thuybildetekst {
	width:300px; float: right; font-size: 70%; text-align:right;
	margin: 8px;}
	

.code {
	font-size: 60%;
		padding: 4px;
width: 250px;
}

a img {
border: none;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration:underline
}	
.style1 {font-size: 75%}
body,td,th {
	color: #FFFFFF;
}
