@charset "UTF-8";
/* CSS Document */

/* ARKITEKTUR */
body { margin:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color:#1a2d2f;
 }
 
 #main {
 margin: 20px auto 20px auto;
 width:658px;
 }
 
 #indhold {
 background-image:url(billeder/indhold.jpg);
 background-repeat:repeat-y;
 clear:both;
 
  }

#bund {
background-repeat:no-repeat;
height:42px;
clear:both;}


/* ELEMENTER DER STYRER CONTENT*/

#leftContent {
float:left;
width:390px;
padding:20px 0px 20px 20px;
vertical-align:top;
}

#rightContent {
width:200px;
padding:20px 20px 20px 0px;
float:right;}

/* DESIGN*/

a {
text-decoration:none;
color:#000000;
border:none;}

.imgLeftFloat {
float:left;}

.imgRightFloat {
float:right;}

h1,h2,h3,h4,h5,h6,h7{
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-weight: normal;
}

.contentText {
font-size:10px;}