/* Start of CMSMS style sheet 'Layout_dropdown_v_c_h_Style' */
/* I-cms */

body {
margin:0px;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 0.8em;
color: #c4ab7a;
background:url(uploads/images/Grafik/bgbillede.jpg) center;
background-position: top left;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #101102;
padding: 20px 0 20px 0;
}


/* Styler H tags */

H3 {
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 1em;
}



/* default link styles */

/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit;
   font-weight:bold;
   color: #DCCFB8; 
}

a:visited {
   text-decoration: none;
   font-weight:bold;
   background-color: inherit;
   color: #DCCFB8;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #none;
   color: #BCA474;
}

a.fremtilbagelink {
  width:80px;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:10px;
  padding-right:10px;
  background-color:#666666;
  border:1px solid black;
  display:block;
  color:white;
}


a.fremtilbagelink:hover {
  background-color:#444444;
}


#rahmen {
  width:950px;
  background-color: #181000;
  padding: 2px 5px 5px 5px;
  border: 1px solid #000;
  opacity: 0.95;
  filter:alpha(opacity=95);
}


/*Søg*/
#search {
float: right;
height: 30px;
width: 250px;
text-align: right;
padding-top: 5px;
}


/*servicenavigation*/
#service {
float: left;
text-align: right;
padding-bottom: 5px;
height: 30px;
}


/*servicenavigation tabel*/

#service table {
margin-top:5px;
}


/*servicenavigation billeder*/
#service img {
border: 0px solid #000;
}


/*logo*/
#logo {
background:url(uploads/images/Grafik/logo_top.jpg);
width:948px;
height:120px;
clear: both;
}


/*dropdown menu*/
#menubar {
background-color: #52472C;
width:948px;
height:25px;
padding: 0 0 0 0;
margin: 0;
font-family: Verdana,Tahoma,Arial,sans-serif;
}


/*breadcrumbs*/
#breadcrumbs {
background-color: #2c2418;
border-bottom: 0px #ccc dotted;
width:938px;
height:15px;
padding-top: 5px;
padding-left: 10px;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 0.85em;
text-align: left;
align: middel;
}


/*venstre side*/
#venstre_kolonne {
float:left;
width:170px;
text-align: left;
padding: 5px 0 0 10px;
}


#content {
width:535px;
float: left;
text-align:left;
padding: 5px 15px 0 20px;
margin-bottom: 5px;
min-height:400px;
}


/*højre side*/
#hoejre_kolonne {
float: right;
width:180px;
text-align: left;
padding: 5px 10px 0 0;
}


#footer {
background-color: #52472C;
width:948px;
clear:both;
color:#948152;
padding: 10px 0 10px 0;
text-align:center;
font-size: 0.85em;
}


img {
border: 1px solid black;
}

a img {
  border-color: #000;
}

a:hover img {
  border-color: #BEA471;
}

{* a:visited img {
  border-color: #DDCCB6;
} *}
/* End of 'Layout_dropdown_v_c_h_Style' */

