*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body	
{
	font-size: 76%;
	font-family: Arial, Verdana, sans-serif;
	color: #232323;
	background: #bbc3c3;
}



ul#symptom_menu
{
	margin: 0 20px;
}

ul#symptom_menu li
{
	margin: 0 20px;
}

ol
{
	list-style-type: none;
}

ol li
{
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
}

ol li.one{
	background: url(images/ol/1.gif) 0 0 no-repeat;
}
ol li.two{
	background: url(images/ol/2.gif) 0 0 no-repeat;
}
ol li.three{
	background: url(images/ol/3.gif) 0 0 no-repeat;
}


a
{
    text-decoration: underline;
    font-weight: bold;
    color: #004a61;
}

ul a
{
	text-decoration: none;
}

a.dot
{
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 18px;
    background: url(images/navigation/dot.gif) left no-repeat;
}

p{
    margin-bottom: 1em;
}
em
{
	font-style: italic;
}

input.input_text
{
	padding: 3px;
	border: 1px solid black;
	width: 260px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

textarea.input_text
{
	padding: 3px;
	border: 1px solid black;
	width: 260px;
	height: 50px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

input.btn
{
	background-color: #ffffff;
	border: 1px solid black;
}



h2
{
    font-family: Verdana;
    color: #f8981d;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0px;
    clear: both;
}

h3
{
    font-family: Verdana;
    color: #f8981d;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
}

h4
{
    font-family: Arial, Verdana;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}







#container
{
    width: 1063px;
    margin: 0 auto;
    background: url('images/background_waves.jpg') no-repeat;
}

#center
{
    width: 958px;
    margin: 0 auto;
}

#logo
{
    position: absolute;
    top: -133px;
    left: 23px;
}



/*
TOP MENU
*/
#top_menu
{
    list-style: none;
    margin: 95px 4px 13px 0;
    display: block;
    float: right;
}

#top_menu li
{
    
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px 0 20px;
    float: left;
    height: 23px;
    line-height: 17px;
    background: url('images/navigation/background_inactive.gif') repeat-x;
}

#top_menu li.active
{
    background: url('images/navigation/background_active.gif') repeat-x;
}

#top_menu li.first
{
    padding: 6px 0 0 0;
    background: url('images/navigation/corner_first.gif') no-repeat;
    width: 44px;
}
#top_menu li.last
{
    padding: 6px 0 0 0;
    background: url('images/navigation/corner_last.gif') no-repeat;
    width: 44px;
}

#top_menu a
{
    color: White;  
}
/*
TOP MENU
*/




/*
SUB MENU
*/
#sub_menu
{
	list-style: none;
    padding: 0 50px 0 0;
    float: left;
    width: 153px;
}

#sub_menu li
{
    color: #fff;
    width: 138px;
    padding: 5px 0 5px 15px;
    line-height: 1.2em;
    background-color: #f3f3f3;
    border-top: 2px solid white;
}

#sub_menu li.active
{
    background-color: #eaeaea;
}

#sub_menu li.first
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    background: #687a7c url('images/sub_navigation/background_header.gif') no-repeat;
    border-top: none;
    border-bottom: 10px solid #f3f3f3;
}


#sub_menu li.last
{
    height: 52px;
    padding: 0 0 0 15px;
    background: #f3f3f3 url('images/sub_navigation/background_bottom.gif') no-repeat;
}

#sub_menu a
{
    color: #004a61;  
}

#sub_menu li.first a
{
	color: #fff;
}

/*
SUB MENU
*/











/*
BOXES
*/

/*.box applies to all boxes*/
.box
{
    position: relative;
    padding-top: 10px;
   // margin-bottom: 5px;
}

/*.box_index applies only to the top box in the start page*/
.box_index
{
    width: 958px;
    background: url(images/box/boxtop_large.gif) top no-repeat transparent;
}
.box_index .box_content
{
    height: 367px;
    background:url(images/box/header.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
}
.box_index div.content{
    padding: 40px 24px 24px 24px;
}

.box_index .box_content h2 {
  font-size: 61px;
}
.box_index .col
{

	width: 465px;
}

/*.box_large applies to all large boxes on subpages*/
.box_large
{
    width: 958px;
    background: url(images/box/boxtop_large.gif) top no-repeat transparent;
   
}
.box_large .box_content
{
    padding: 45px 0 0 34px;
    min-height: 485px;
    width: 924px;
    background: url(images/box/bottom_large.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
     padding-bottom: 30px;
}

.box_content .boka_tid
{
	background: url(images/boka_tid/background.gif) 200px 59px no-repeat;
	min-height: 400px;
}

.box_large .box_content .content
{
	float: left;
	width: 658px;
	margin-bottom: 10px;
	
}

div.col
{
	float: left;
	width: 48%;
}
div.col1
{
	margin-right: 20px;
}

.boka_tid .col1
{
	width: 280px;
	margin-right: 200px;
}

.boka_tid .col
{
	width: 320px;
}






.bred_boka_tid {
	width: 958px;
	background: url(images/boka_tid/background_broad.gif) no-repeat;
	height: 114px;
}
.bred_boka_tid .content {
	padding: 15px 0 0 24px;
}
.bred_boka_tid p {
	margin-bottom: 5px;
}

.bred_boka_tid .content a {
	margin-right: 114px;
	background:transparent url(images/boka_tid/dot.gif) no-repeat scroll left center;
}
.enkat .content{
  position: relative;
  z-index: 99;
}
.enkat form table {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	display:none;
}
.enkat form td {
	padding: 4px;
}
.enkat form .other_place {
	border: 1px solid #e0e1e3;
	background: #f4f4f4;
	padding: 2px;
}
.enkat form input{
	cursor: pointer;
}
.enkat form .button{
	padding: 3px;
	background: #558695;
	color: white;
	margin-top: 10px;
	cursor: pointer;
}


.pin {
	position: absolute;
	bottom: 10px;
	right: 8px;
}


/*.box_316 applies only to the column boxes on the start page*/
.box_316
{
    display: inline;
    float: left;
    width:316px;
    position: relative;
    padding-top: 36px;
    margin-right: 5px;
    background: url(images/box/boxtop_316.gif) top no-repeat transparent;
}

.tidsbokning_puff
{
	background: url(images/box/lordagsoppet.gif) top no-repeat transparent;
}


.box_316 .box_content{
    height: 352px;
    background:url(images/box/bottom_316.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}

.symptom_puff .box_content
{
    background:url(images/box/bottom_symptom_316.gif);
}

.tidsbokning_puff .box_content
{
    background:url(images/box/bottom_tidsbokning_316.jpg);
}

.symptom_puff div.content
{
	width: 130px;
}

.box_316 .box_content .content
{
	padding: 27px 20px 10px 20px;
}


/*.green_grass applies only to the green grass column on the start page*/
.green_grass
{
    background: url(images/box/boxtop_greengrass_316.gif) top no-repeat transparent;
}
.green_grass .box_content
{
    color: White;
    background:url(images/box/bottom_greengrass_316.jpg);
}

.green_grass .box_content div
{
	font-weight: bold;
	padding: 27px 20px 10px 40px;
}

/*.last_box applies o*/
.last_box
{
    margin: 0;
}



/*.box_footer applies to the footer on all pages*/
.box_footer
{
    padding-top: 12px;
    width: 958px;
    background: url(images/box/boxtop_footer.gif) top no-repeat transparent;
}
.box_footer .box_content
{
    min-height: 25px;
    background:url(images/box/bottom_footer.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}
.box_footer .box_content div.content
{
    padding: 0 15px 10px 15px;
    color: #747474;
    clear: both;
}


/*
BOXES
*/





.float_left
{
    float: left;
    display: inline;
}

.float_right
{
    float: right;
    display: inline;
}

div.clear
{
	clear: both;
	height: 0;
}
.article_image
{
	float: right;
	margin: 0 0 20px 20px;
}


/* POLL */
#results {
  width:270px; margin:0px auto 0;
}

.row { width:270px; overflow:hidden; }

#results label {
  width:133px; font-family:Verdana; font-size:11px; font-weight:bold;
  color:black; text-align:right; border-right:2px solid #ffffff;
  padding:5px 5px 0px 0; float:left;  height:10px; top:0;
}
.result {
	
  background-color: #004b62; width:0; height:11px; float:left;
  margin:8px 0px 0px 0;
position:relative;
z-index:99;
}
#results .total{
	text-align: center;
	position: relative;
	z-index: 99;
	font-size: 13px;
	font-weight: bold;
}
.row p{
	margin:0;
	font-size: 9px;
	margin:7px 0px 0 5px;
	position:relative;
	float:left;
	z-index:99;
}

.enkat .box_content .content .error{
	color:red;
}
#thanks{
	color:black;
	font-size:15px;
	margin-top:20px;
	position:relative;
	text-align:center;
	z-index:99;
}
#employees div {
  width: 354px;
  height: 211px;
  background: url(images/box/about-box.png);
  padding: 20px;
  position: relative;
  float: left;
  display: inline;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 40px;
}

#employees div.last {
}

#employees div p{
  width: 180px;
}

#employees div img{
  position: absolute;
  right: 20px;
  bottom: 0px;
}

#employees h5 {
  display: block;
  font-size: 20px;
  color: #fe9806;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  }
#employees h6 {
font-size: 12px;
}