html,body {
        margin:0 auto;
        padding:0;
		background:#F4F7FB;
}

body {
	min-width:776px;
}

a {      color:#627EB7;}

#wrap {
	background:#fff;
	margin:0 auto;
	width:776px;
	border-right: 1px solid #BCD2E6;
	border-left:  1px solid #BCD2E6;
	position:relative;
}

h1 {    font: bold 24px Verdana, Arial, Helvetica, sans-serif;
color:#333;
}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		color:#333;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}

.cta {
	background: url(../images/cta.gif) left no-repeat;
	padding:4px 8px 4px 26px;
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0;
}	  

#top {
margin:0;
padding: 2px 10px;
font: bold 10px/1.5em verdana;
color:#333;
background:#F4F7FB;
}
#header {
margin, padding:0;
height:150px;
background:url(../images/top.jpg);
}

#header img {
margin:69px 0 0 49px
}

#indhold {
margin:0;
padding: 10px 10px 15px 48px;
font: 13px/1.5em Georgia;
}


/*- Frise/frise ----------- */
#frise {
float:right;
margin: 0px 0px 10px 20px;
color:#0A3156}


#frise table {
        background-color:#F4F7FB;
		border: 1px solid #627EB7;
	}

#frise table table {
        border: none;
	}

#frise input.childage  {
	width: 18px;
	margin-right: 2px;
}

#frise td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#frise input, #frise select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#frise .right-element {
	position: relative;
	right: 5px;
	float: right;
	padding-left: 2px;
   } 
/*- Frise/frise SLUT------- */

#footer {
	padding:10px 48px;
    border-top:1px solid #BCD2E6;
	border-bottom:1px solid #BCD2E6;
	background:#F4F7FB;
	font: 10px/1.5em verdana;
	color:#333333;
	text-align:center
}

#kontakt_os input, #kontakt_os textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
width:300px;
}

#kontakt_os textarea {
height:150px;}

#kontakt_os .knap {
width:auto;
float:right;
}


/*- Menu Tabs 1--------------------------- */


    #tabs1 {
    float:left;
    width:100%;
    background:#F4F7FB;
	font: bold 10px Verdana;
    line-height:normal;
    border-bottom:1px solid #BCD2E6;

      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url(../images/tableft1.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url(../images/tabright1.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }