#billede{
width:auto;
height:auto;
padding:1px;
border: 1 px solid #ccc;
float:right;
}

#billedcontainer {
width:auto;
height:auto;

}

#tekstboks {
width:auto;
height:auto;
padding:1px;
float: right;
}

body{
padding:0;
margin-top:5px ;
}

#overskrift {
float:left; 
width: auto;
color:#333333;
background:white;
border-bottom: 5px solid #ccc;
font-size:25px;
line-height:40px;
font-family:Trebuchet ms;
padding-left: 10px;
padding-right: 10px;
letter-spacing: 2px;
}

/* containeren */

#maincontainer{
width: 800px; /*Width of main container*/
height: 618px;
margin: 0 auto; /*Center container on page*/
background-color: #FFFFFF;
text-align:left;
border:1px solid #ccc;
}

/* banner  */

#topsection{
height: auto; /*Height of top section*/
width: auto;
display:block;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
}

#textcontainer
{
position:absolute;
top:100px;
left:100px;
float: right;
}

/* indholdsomrdet */

#indhold {
width: 800 px;
height: auto;
display: block;
padding-left: 3px;
padding-top: 0px;
padding-bottom: 3px;
margin-top: 0px;
}

#content
{
float:left;
background-image: url(../images/index_baggrund.gif);
width: 610px;
height: 430px;
padding-left: 6px;
padding-bottom: 3px;
padding-right: 5px;
margin-left: 10px;
display:block;
}

/* adresselinjen */

#footer{
margin-left:3px;
margin-top:3px;
width: 794px;
height:18px;
border-top:1px dotted #ccc;
text-align:center;
background-color:#F5F5F5;
}

/* Menubaren til venstre */

#sidebar{
margin-left:2px;
height:400px;
width:155px;
background-color:#ffffff;
margin-bottom:20 px;
display:block;
float:left;
}

/* design til menubar */

#lilletop {
width:160px;
background-color:#F5F5F5;
border-top: solid 1px silver;
/*border-bottom: 1px dotted #ccc;*/
text-align:left;
margin-bottom:5 px;
background: url(../images/menu_baggrund.gif) top left no-repeat;
}

/* font til adressefelt */
.adressetype
{
font-family:trebuchet MS;
font-size: x-small;
letter-spacing:1px;
}

/* font til menubar */
.tekst {
font-size:13px;
letter-spacing: 1pt;
color:#FF9000;
font-family:trebuchet MS;
padding-left:2 px;
font-style: bold;
}

/* font til brdtekst */
ul {
	font-size:12px;
	color:#333333;
	font-family:trebuchet MS;
}
p {
	font-size:12px;
	color:#333333;
	font-family:trebuchet MS;
}
.h1 {
 font-size:14px;
 font-family:trebuchet MS;
 }
 
.billedkant{
padding:2 px; 
border:solid 1px silver;
}
 
#tekstcontainer
{
padding:4px;
display:block
}
 




