/* Stylesheet: CSS Modified On 2012-10-16 15:16:37 */
@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	background-color: #5f6c75;
	background-image: url(http://www.skovogandersen.dk/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2b2b;
}
.body {
	margin-top:0px;
	background-color: #5f6c75;
	background-image: url(http://www.skovogandersen.dk/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2b2b;
}
img {
   border:0px;
}
.top {
	background-image: url(http://www.skovogandersen.dk/images/top2.jpg);
	height: 147px;
        text-align:right;
        padding-right:40px;
}
.footer {
	background-image: url(http://www.skovogandersen.dk/images/footer.jpg);
	height: 38px;
	width: 925px;
	background-repeat: no-repeat;
	background-position: top;
        color:#ffffff;
}
.menu {
	background-color: #ffffff;
	background-image: url(http://www.skovogandersen.dk/images/topmenu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
        font-weight:bold;
}
.left_menu {
	background-color: #ffffff;
	width: 319px;
        vertical-align:top;
font-weight:bold;
}
.left_menu2 {
	background-color: #ffffff;
        vertical-align:top;
font-weight:bold;
}
.content {
	width: 606px;
	background-color: #ffffff;
        vertical-align:top;
}
.content2 {
        vertical-align:top;
}
.campaign {
	background-image: url(http://www.skovogandersen.dk/images/flash2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center top;
	height: 244px;
	width: 925px;
}

/* End of 'CSS' */


/* End of 'CSS' */


/* End of 'CSS' */


/* End of 'CSS' */


/* End of 'CSS' */

/* Stylesheet: Navigation: Simple - Vertical Modified On 2009-09-07 08:12:46 */
/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   width:285px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin-top: -7px;
   margin-left:-5px;
   display: block;
   padding-top:7px;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   border-bottom: 1px solid #f4f4f4;
   height:16px;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.6em 0.5em 0.5em 0.8em; /* some air for it */
   color: #000000; /* this will be link color for all levels */
   background: url(uploads/images/skabelon/pil.jpg) no-repeat 0.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
div#menu_vert a:hover {
   height:16px;
   font-weight:bold;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.6em 0.5em 0.5em 0.8em; /* some air for it */
   color: #999999; /* this will be link color for all levels */
   background: url(uploads/images/skabelon/pil.jpg) no-repeat 0.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 100%;
   height:17px;
   padding: 0.1em 0.1em 0.1em 0em;
}
div#menu_vert ul ul a:hover {
   font-size: 100%;
   height:17px;
   padding: 0.1em 0.1em 0.1em 0em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   font-size: 100%;
   padding: 0.3em 0.5em 0.3em 4.3em;
   color:#000;
}

/* hover state for all links */
div#menu_vert a:hover {

}
div#menu_vert a.activeparent:hover {
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/images/skabelon/pil.jpg) no-repeat 0.4em center; 
   color: #18507C;
   border-left:4px solid #c4161c;
   font-weight:bold;
}
.menuactive2 {
   font-weight:bold;
}
div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
   border-left:4px solid #c4161c;
   font-weight:bold;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/images/skabelon/pil.jpg) no-repeat 0.4em center;
   display: block; 
   padding: 0.8em 0.5em 0.8em 0.8em;  /* some air for it */
   color: #18507C;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;       
   border-left:4px solid #c4161c;                           /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 100%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background: url(uploads/images/skabelon/pil.jpg) no-repeat 0.4em center;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #18507C;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.5em 0.5em 0.3em 1.3em;
   font-size: 100%;

}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */


/* End of 'Navigation: Simple - Vertical' */


/* End of 'Navigation: Simple - Vertical' */

/* Stylesheet: Navigation: CSSMenu - Horizontal Modified On 2009-09-07 06:38:59 */
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
#menu_vert {
   margin-right: 0px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;

}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 100%; 

}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 1px; 
   padding: 0px;
   margin-left: 320px;
   height:20px;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 4px 22px; 
   text-decoration: none; 
   color: #000000;


}
#primary-nav li a { 

}
#primary-nav li li a { 
   border: 1px solid #c6c6c6;
}	
#primary-nav li, #primary-nav li.menuparent { 

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   font-size:11px;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */


/* End of 'Navigation: CSSMenu - Horizontal' */
