html{
    
}
body {
    margin:0;
    padding:0;
    border:0;           /* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
                        /* The min-width property does not work in old versions of Internet Explorer */
    font-size:0.7em;
    
    background:#e4e6e9 url(../media/new_bg.png) repeat-y center center;
    }
#root{
    /*background:transparent url(../media/test_bg.png) repeat-y center center;*/
}
#wrapper{
    
    /*background:#fff url(../media/klatter/klat_2.jpg) no-repeat 100px -240px ;*/
    /*background:#fff url(../media/klatter/blackcol.jpg) repeat-y right top ;*/
    
}
/**************************************************************
   #wrapper: Sets the width of the site.  
 **************************************************************/

#wrapper {
  height: auto !important;
  text-align: left;
  position:relative;
  min-height:100%;
  _height:100%; /* for IE6 as it doesnt understand min-height */
}

#wrapper,
#width {
  width: 1000px;
  margin:0 auto;
}



/**************************************************************
   #sidebar: sidebar settings
   
 **************************************************************/

#sidebar{
    width:190px;
    min-height:600px;
    _height:600px;
    float:left;
}

#sidebar img{
    border:none;
}

#sidebar #logo a{
    display:block;
    margin-top:90px;
    width:190px;
    height:120px;
    margin-bottom:70px;
    background:transparent url(../media/logo.png) no-repeat 15px top;
    
}

/**************************************************************
   #rightbar: sidebar settings
   
 **************************************************************/

#rightbar{
    margin-top:90px;
    width:240px;
    min-height:600px;
    _height:600px;
    float:left;
    overflow:hidden;
    font-size: 1.2em;
    padding:0;
    color:#666;
    line-height:1.4em;

}
#rightbar .right-side-punch{
    font-size:35px;
    line-height:35px;
    padding:3px 0;
    margin-bottom:16px;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    letter-spacing:-.05em;
}

#rightbar b,#rightbar strong{font-weight:700;color:#222}

#rightbar i,#rightbar em{font-style:italic}

#rightbar h1 {font-size:36px;line-height:36px;padding:3px 0;margin-bottom:16px;font-family:Helvetica,Arial,sans-serif;}
#rightbar h2 {font-size:30px;line-height:30px;padding:3px 0;margin-bottom:16px;font-family:Helvetica,Arial,sans-serif;}
#rightbar h3 {font-size:24px;line-height:24px;padding:3px 0;margin-bottom:16px;font-family:Helvetica,Arial,sans-serif;}

#rightbar p,#rightbar div {margin-bottom:16px;}
#rightbar blockquote{margin-left:30px;padding-left:5px;border-left:#ccc solid 2px}

#rightbar ul{
    list-style:square;
    line-height:1.6em;
}

#rightbar ol{
    list-style:decimal;
    line-height:1.6em;
}

#rightbar a:link,#rightbar a:active,#rightbar a:visited {
    color:#37767b;
    font-weight:700;
    text-decoration:none;
}
#rightbar a:hover{
    color:#222;
}

#rightbar img{
}



#sidebar img{
    border:none;
}

/**************************************************************
   #menu: The top level site menu
 **************************************************************/

/*see the superfish css file.!*/
.main-menu-wrapper{
    clear:both;
    padding-top:90px;
}



/**************************************************************
   #contact: Holds the contact info box
 **************************************************************/
#contact{
    font-size:0.8em;
    letter-spacing:-0.1em;
    color:#666;
    height:165px;
    width:170px;
    text-align:left;
    text-indent:15px;
    line-height:2em;
}
#contact a{
    color:#666;
}

#contact #contact-header{padding-top:5px;font-weight:700}

#contact #contact-name{padding-top:5px;}

#contact #contact-title{padding-top:5px;}
#contact #contact-adress{padding-top:5px;}
#contact #contact-zip{}

#contact #contact-phone{padding-top:10px;clear:both;}
#contact #contact-phone b{float:left;width:35px;}
#contact #contact-phone span{float:left;}

#contact #contact-mail{clear:both;}
#contact #contact-mail b{float:left;width:35px;}
#contact #contact-mail span{float:left;}

#contact #contact-CVR{padding-top:10px;clear:both;}
#contact #contact-CVR b{float:left;width:35px;}
#contact #contact-CVR span{float:left;}

#contact #contact-banc{clear:both;}
#contact #contact-banc b{float:left;width:35px;}
#contact #contact-banc span{float:left;}

/**************************************************************
   #content: Holds the main page content.
 **************************************************************/
#content{
    text-align:left;
    width: 100%;
    padding-bottom:50px!important;
    float:left;
    width:570px;
}
#content p, #content div{
    /*margin:0px auto;*/
}

/**************************************************************
   #coredata: The core content 
   
 **************************************************************/
#coredata{
    padding-top:15px;
}
#coredata-content{
    font-size: 1.2em;
    padding:10px 20px 10px 15px;
    color:#666;
    line-height:1.4em;
}

#coredata-content b,#coredata-content strong{font-weight:700;color:#222}

#coredata-content i,#coredata-content em{font-style:italic}

#coredata-content h1 {font-size:36px;line-height:36px;padding:3px 0;margin-bottom:16px;font-family:Helvetica,Arial,sans-serif;}
#coredata-content h2 {font-size:30px;line-height:30px;padding:3px 0;margin-bottom:16px;font-family:Helvetica,Arial,sans-serif;}
#coredata-content h3 {font-size:24px;line-height:24px;padding:3px 0;margin-bottom:16px;font-family:Helvetica,Arial,sans-serif;}

#coredata-content p,#coredata-content div {margin-bottom:16px;}
#coredata-content blockquote{margin-left:30px;padding-left:5px;border-left:#ccc solid 2px}

#coredata-content ul{
    list-style:square;
    line-height:1.6em;
}

#coredata-content ol{
    list-style:decimal;
    line-height:1.6em;
}

#coredata-content a:link,#coredata-content a:active,#coredata-content a:visited {
    color:#37767b;
    font-weight:700;
    text-decoration:none;
}
#coredata-content a:hover{
    color:#222;
}

#coredata-content img{
  margin:10px;
  padding:5px;
  border:solid 1px #888
}

#coredata-content .standard-overskrift{
    font-size:30px;
    line-height:30px;
    padding:3px 0;
    margin-bottom:16px;
    font-family:Helvetica,Arial,sans-serif;
    font-weight:bold;
    letter-spacing:-.05em;
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignMiddle {
  vertical-align: middle;
}

.alignTop {
  vertical-align: top;
}

.alignBottom {
  vertical-align: bottom;
}


/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
  height:1px;
  visibility:hidden;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.hide{
  display:none;
}

.erase,.delete,.red{
    color:red!important;
}

.edit{
    color:#669933!important;
}

.bold{
    font-weight:bold;
}

/*bloglist table */
div.blog-notice{
    background-color:pink;
    padding:3px 4px!important;
}

#blogliste{
    font-size:1.2em;
    width:100%
}

#blogliste tr.even{
    background-color:#fafafa;
}

#blogliste td{
    border-bottom:solid #999 1px;
    padding:3px 4px;
}

#blogliste td.liste-title a{
    text-decoration:none;
}

#blogliste td.liste-title a:hover{
    text-decoration:underline;
    color:#c00418;
}

#blogliste td.liste-dato{
    width:10px;
    font-size:0.8em;
    color:gray
}