/* <strong> CSS Document: Standard_1.css</strong> <BR>*/
  
body {
font-size:100%;
margin: 0 auto;
padding: 0;
font-family:"Tahoma","Times New Roman","Georgia","Serif"; 
background: #000000; 
}
p {
margin: 5px 0px 15px 0px;
}

#top_header{
font-size: 2.5EM; /* 40px/16 =2.5 */ /* 30px/16=1.875em */ /* 14px/16=0.875em */ 
font-weight: bold;
color:#ffffff;/* Kirsten strik blue */
margin: 2px 0px 0px 0px; /*0 0 5 0*/
border: 1px;
border-style:solid;
border-color:black;
padding: 20px 10px 20px 10px;
text-align:center; 
background-image:url('/css/PA090192_900x138.JPG');
/* background-repeat:repeat-x; */
}
#top_header_a{
margin: 2px 0px 0px 0px; /*0 0 5 0*/
border: 1px;
border-style:solid;
border-color:black;
padding: 20px 10px 20px 90px; /*Left padding to a just for language selector*/
text-align:center; 
background-image:url('/css/PA090192_900x138.JPG');
/* background-repeat:repeat-x; */
}
#top_header_b{
font-size: 2.5EM; /* 40px/16 =2.5 */ /* 30px/16=1.875em */ /* 14px/16=0.875em */ 
font-weight: bold;
color:#ffffff;/* Kirsten strik blue */
}


#wrap {
/* text-align:center;  Note this is to over come IE bug on margin-left:auto; margin-right:auto; (to be incerted in contents) */
/*background: # #ffffff;  Hvid */
background-image:url('/css/Gray0005.jpg');
/* background-repeat:repeat-x; */
margin: 0 auto;
width: 900px; /* 1080-140 =940 (900) */
}


/* --- contents ------ */
#content {
float:left;

/* margin: 0 auto; */
margin: 10px 10px 20px 10px;
/*margin-left:auto;
margin-right:auto;*/
width:655px; /*1080 - 10 - 10 - 5 - 5 -30 -30 -(10+175+10) -(10+120+10) */
border-left: 5px ;
border-right: 5px ;
/*
border-style:solid;
border-color:#ffffff; */
/* background:  #ffffff;*/ /* gul */
padding: 0px 10px 0px 10px;
line-height: 1.3em;
text-align: left;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 2px solid #f0f0f0;
}
.thumbnail {
float:left;
width:80px; /*100* 133*/
height:107px;
margin: 0em 1em 0em 0em;
}
.text_box {
float:Left;
margin: 1em 0.5em 1em 0.5em;
/*margin-left:auto;
margin-right:auto;*/
width:250px; /*1080 - 10 - 10 - 5 - 5 -30 -30 -(10+175+10) -(10+120+10) */
border-left: 5px ;
border-right: 5px ;
border-style:solid;
border-color:#ffffff;
background: #ffffff; /* grøn */
padding:1em;
line-height: 1.3em;
}
 
 
/*  --------------- -  extras -------------------    */
#extras {
float: right;
width: 120px;
margin: 10px 5px 10px 5px;
padding: 0;
background: #f4f4f4;
font-size: 0.9em;
line-height: 1.3em;
}

#extras p {
margin: 0 0 1.5em 0;
}
/* virker ikke
#extras p.inline {
margin: 0 0 1.5em 0;
display:inline;
text-align: right;
}
*/
/*footer*/

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}
/*<br>*/
#footer a {
color: #444981;/* Kirsten strik blue/ Was #8080FF; rgb(0,0,0)*/
text-decoration: none;
}
/*<br>*/
#footer a:hover {
text-decoration: underline;
}

.textright {
text-align: right;
margin: 0 0 0 0;
}

h1 {
font-size: 1.6em;
margin: 20px 0px 0px 0px;
}

h2 {
font-size: 1.3em;
margin: 20px 0px 0px 0px;
}

h3 {
font-size: 1em;
margin: 20px 0px 0px 0px;
}

.left {
margin: 12px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.6em;
}

.hide {  /* bruges af meny? */
display: none;
}
