/* Basics CSS*/

body {

 margin: 40px;
/* color: #333; */
/* background:#C0C0C0;*/
/*background:#F0F0EB;*/

 padding:0;
 font: 12px Arial, Helvetica, sans-serif;

}


ul.try{

margin-left: 0; 

}


li.check { 

list-style-image: url(navn.gif);
margin-top: 1em;


 }


li.try {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/navn.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}



li.navn {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/navn.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}


li.oprindelse {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/oprindelse.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}


li.udseende {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/udseende.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}

li.densitet {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/densitet.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}

li.egenskaber {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/egenskaber.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}

li.bearbejdning {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/bearbejdning.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}

li.bestandighed {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/bestandighed.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}

li.anvendelse {

margin-top: 1em;
list-style: none; 
margin-left: 0px; 
padding-left: 18px; 
background-image: url(produkter/ikoner/anvendelse.gif); 
background-repeat: no-repeat; 
background-position: 0 0; 

}



a:hover img {

text-decoration:none;
border-style: none;
} 


a:link img {

text-decoration:none;
border-style: none;
} 


a:visited img {

text-decoration:none;
border-style: none;
} 


a:active img {

text-decoration:none;
border-style: none;
} 




 a.uppermenu:link {
color: #fff;
text-decoration: none;
}
a.uppermenu:visited {
text-decoration: none;
color: #fff;

}
a.uppermenu:hover {

color: #C8C3B0;
text-decoration: none;
}
a.uppermenu:active {
text-decoration: none;
color: #C8C3B0;


}


a.lowermenu:link {
color: #fff;

text-decoration: none;


}
a.lowermenu:visited {
text-decoration: none;
color: #fff;

}
a.lowermenu:hover {

color: #665835;
text-decoration: none;

}
a.lowermenu:active {
text-decoration: none;
color: #665835;


}



a.lowermenuInner:link {
color: #fff;
text-decoration: none;
text-indent: 10px;


}
a.lowermenuInner:visited {
text-decoration: none;
color: #fff;
text-indent: 10px;

}
a.lowermenuInner:hover {

color: #665835;
text-indent: 10px;
text-decoration: none;

}
a.lowermenuInner:active {
text-decoration: none;
color: #665835;
text-indent: 10px;

}



a.lowermenuInnerActive:link {


color: #fff;
text-indent:10px;
text-decoration: none;

}
a.lowermenuInnerActive:visited {
color: #fff;
text-indent: 10px;
text-decoration: none;

}
a.lowermenuInnerActive:hover {

color: #665835;
text-indent: 10px;
text-decoration: none;

}
a.lowermenuInnerActive:active {
color: #665835;
text-indent: 10px;
text-decoration: none;
}





a.maillink:link {
color: #000;
text-decoration: none;

}
a.maillink:visited {
text-decoration: none;
color: #000;
text-decoration: none;
}
a.maillink:hover {

color: #000;
text-decoration: none;

}
a.maillink:active {
text-decoration: none;
color: #000;


}



h1 {
 font-size: 1.5em;
 
}



h2 {
 font-size: 1.3em;

}









/* Ydre ramme som omkranser hele arbejdsområdet */
#outer {

 width: 760px;
 margin: auto;
 margin-bottom: 0px;
 background:#fff url( bgnew.png) repeat-y 100%;

 }



/* Topbanner ramme */
#hdr {

 padding-top: 100px;
 background: #fff url(topbanner.png) no-repeat;
 }



/* Midtibanner ramme */
#hdr h1 {

	
 color: #aff;
 background:transparent;
 font-size: 12px;
 font-weight: bold;
 text-align: left;
 text-indent: 30px;
 margin: 0;

 border:solid #000000;	
 border-width:0px 0px 0px 0px;
 word-spacing: 40px;

 background: #fff url(midtibanner.png) no-repeat;
 padding-top: 10px;
 padding-bottom: 50px;

  
 }



#nav {
	
	
 background:transparent;
 float:left;
 width:160px; 
 text-align: center;
 padding-bottom: 30px;
 
}


/* Under links ramme */
#nav ul {

 background-image: inherit;
 
 margin: 5px;
 padding: 10px 0 0 0;
 list-style: none;
 text-align: left; 

}


#nav li {

 
 margin: 0;
 background-image: inherit;
}

#nav h2 {

 background-image: inherit;
 
}


#cont {

 border:solid #000000;	
 float: right;
 width:540px;
 padding: 1.5em;
 border-width:0px 0px 0px 1px;
 border-style: dashed;
 background-color: transparent;
 
}


#cont h2 {


 color: black;
}



#ftr {
 clear: both;
 text-align: center;
 width: 760px;
 height: 6px;
 margin: auto;
 margin-bottom: 0px;
 background: url(footer.png) no-repeat;
 }


#ftr-lowest {
 clear: both;
 /*color: #C8C3B0;*/
 font-size: 0.8em;
 text-align: center;
 margin: 0px 0 0 0;
 }



#profilTruckImg
{
float:right;
width: 250px;
height: 193px;
padding: 0 0 0 0;
margin-left: 5px;
}



#profilLagerImg
{
float:right;
width: 250px;
height: 156px;
padding: 0 0 0 0;

margin-left: 5px;

}


#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
margin-left: 5px;
}


#rightImgBesked
{

float:right;
width: 200px;
height: 200px;
padding: 0 0 0px 0px;
margin-left: 5px;
}


#rightImgAsk
{

float:right;
width: 200px;
height: 325px;
padding: 0 0 0px 0px;
margin-left: 5px;
}


#rightImgEg
{

float:right;
width: 200px;
height: 150px;
padding: 0 0 0px 0px;
margin-left: 5px;
}


#rightImg
{

float:right;
width: 170px;
height: 194px;
padding: 0 0 0 0;
margin-left: 5px;
}
