/*
Grøn: #8fad0f
Orange: #e7ad23
*/
body {
background:#fff;
font-family:verdana;
line-height:120%;
margin:0px auto;
}
#printTitle {
display:none;
visibility:hidden;
}
a {
color:#8fad0f;
text-decoration:none;
}
a:hover {
color:#e7ad23;
text-decoration:none;
}
p {
font-size:.7em;
padding-top:0;
margin-top:0;
}
.column {
width:410px;
padding:0 25px 0 0;
float:left;
/*text-align:justify;*/
}

h1 {
font-size:1.9em;
color:#8fad0f;
padding-bottom:6px;
border-bottom:1px dotted #ddd;
}
h2 {
font-size:1.2em;
padding:0;
margin:0 0 7px 0;
}
img {
border:0;
}
.imageRight {
float:right;
padding:2px;
border:1px solid #ddd;
margin:5px 0 5px 20px;
}
#topBar {
width:100%;
height:25px;
background:#444;
}
#topLinks {
width:960px;
text-align:right;
margin:0 auto;
}
#topLinks ul {
margin:0 auto;
}
#topLinks ul li {
display:inline;background: transparent url(../images/menu_divider.png) no-repeat right;
padding:0 10px 0 10px;
}
#topLinks ul li a {
font-size:.7em;
color:#eee;
padding:0 10px 0 0;
}
#topLinks ul li a:hover {
color:#8fad0f;
}
#wrapper {
width:960px;
margin:10px auto;
margin-bottom:20px;
}
/* Logo */
#logo {
height:140px;
width:100%;
margin:0px auto;
}
#logoLink {
width:300px;
float:left;
}

/* Hovedmenu */
#menu {
width:640px;
margin:53px 0 0 0;
float:right;
background:transparent url(../images/menu_bg.png) no-repeat;
}
#menu ul {
padding:6px 0 8px 0;
margin:0;
}
#menu ul li {
list-style:none;
display:inline;
}
#menu ul li a {
color:#fff;
font-family:arial;
padding:0 10px 0 20px;
font-size:.79em;
}
#menu ul li a#current {
color:#e7ad23;
}
#menu ul li a:hover {
color:#8fad0f;
}
/* Billed */
#topPic {
height:250px;
margin:0 0 10px 0;
border:1px solid #ddd;
padding:2px;
}
/* Indhold */
#contentTop {
width:100%;
height:4px;
margin:10px 0 0 0;
background:transparent;
}
#content {
width:100%;
margin:0;
border:1px solid #ddd;
background:#f7f7f7;
overflow:hidden;
}
#contentText {
float:left;
padding:25px 40px;
}
#contentSide {
width:190px;
float:right;
margin:20px 20px 0 0;
}
#contentBottom {
width:100%;
height:4px;
background:;
}
/*** set the width and height to match your images **/

#slideshow {
position:relative;
height:250px;
float:left;
}

#slideshow img {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}

#slideshow img.active {
z-index:10;
opacity:1.0;
}

#slideshow img.last-active {
z-index:9;
}
#slideshow_Right {
background:#eee url(../images/circles.png) no-repeat;
height:250px;
width:471px;
float:right;
}
#slideshow_Right h3 {
margin:60px 30px 0 0;
text-align:right;
float:right;
font-size:1.2em;
width:290px;
color:#222;
}
#slideshow_Right p {
margin:10px 30px 0 0;
float:right;
line-height:140%;
text-align:right;
font-size:.8em;
width:320px;
color:#666;
}
#googleMap iframe {
border:1px solid #ddd;
padding:2px;
}
#googleMap p a {
font-size:.9em;
color:#8fad0f !important;
}
.showroom {
margin:5px auto;
margin-bottom:30px;
text-align:center;
}
.showroom img {
margin:10px 10px 10px 0;
float:left;
padding:2px;
border:1px solid #ddd;
}

#footer {
width:90%;
text-align:center;
clear:both;
padding:20px 0 0 0;
margin:20px auto;
border-top:1px dotted #d2d2d2;
}
#footer p {
color:#999;
}