/*
CSS Stylesheet for www.smedenhillerod.dk
Copyright 2008 Henrik Mortensen (www.psylicium.dk)
*/

html, body
   {
   background: #ffffff;
   margin: 0px;
   padding: 0px;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   font-size: 15px;
   color: #333333;
   }
   
.cleaner
   {
   clear: both;
   height: 0px;
   font-size: 0px;
   margin: 0;
   padding: 0;
   background: transparent;
   }
   
.comment_cleaner
   {
   clear: both;
   height: 40px;
   font-size: 0px;
   margin: 0;
   padding: 0;
   background: transparent;
   }
   
/* -------------------------------------------------- DIV POSITIONING -------------------------------------------------- */

.wrapper
   {
   width: 700px;
   position: absolute;
   left: 50%;
   margin-left: -350px;
   }
   
.header
   {
   background: url('gfx/header.jpg');
   width: 700px;
   height: 100px;
   }
   
.navbar
   {
   background: url('gfx/navbar_bg.jpg');
   width: 900px;
   height: 50px;
   margin-left: -100px;
   text-align: center;
   }
   
.navitem
   {
   line-height: 50px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 3px;
   }
   
.navitem_active
   {
   border-bottom: 3px solid #800000;
   color: #800000;
   line-height: 50px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 3px;
   font-size: 13px;
   }
   
.content
   {
   width: 700px;
   }
   
.footer
   {
   width: 700px;
   padding: 5px 0px 0px 0px;
   margin-top: 50px;
   text-align: center;
   border-top: 1px dotted #dddddd;
   color: #999999;
   font-size: 11px;
   }
   
.pic
   {
   width: 700px;
   height: 120px;
   margin: 20px 0px 20px 0px;
   }
   
.montage_float
   {
   border: 0px solid #ff0000;
   float: right;
   width: 152px;
   height: 590px;
   background: url('gfx/montage_float.jpg');
   }

.content table
   {
   border: 0px solid;
   width: 100%;
   }
   
.content td
   {
   border: 0px solid #000000;
   text-align: center;
   }   
   
/* -------------------------------------------------- TEXT STYLES -------------------------------------------------- */

.headline
   {
   font-size: 20px;
   color: #800000;
   font-weight: bold;
   }
   
.headline_small
   {
   font-size: 15px;
   color: #800000;
   }
   
.highlight
   {
   font-weight: bold;
   }
   
ul.custom
   {
   list-style-type: none;
   list-style-image: none;
   margin-left: 0px;
   padding-left: 0px;
   border: 0px solid #ff0000;
   }
   
.custom li
   {
   background: url('gfx/bullet.jpg') left top no-repeat;
   background-position: 0px 4px;
   padding-left: 20px;
   border: 0px solid;
   margin-bottom: 10px;
   }
   
/* -------------------------------------------------- LINK STYLES -------------------------------------------------- */

.navbar a
   {
   font-size: 13px;
   color: #000000;
   text-decoration: none;
   }
   
   
.navbar a:hover
   {
   font-size: 13px;
   text-decoration: none;
   color: #800000;
   }
   
.content a
   {
   color: #000000;
   text-decoration: none;
   }
   
   
.content a:hover
   {
   text-decoration: none;
   color: #800000;
   }
   
.footer a
   {
   color: #999999;
   text-decoration: none;
   }
   
   
.footer a:hover
   {
   font-size: 9px;
   text-decoration: none;
   color: #999999;
   }
   
ul.contentbox
	{
	list-style-type: none;
   list-style-image: none;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
	}
   
li.box
	{
	width: 340px;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	vertical-align: top;
	}
	
li.box_onethird
	{
	width: 165px;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	vertical-align: top;
	text-align: center;
	}
	
.box_onethird img
	{
	width: 153px;
	height: 153px;
	margin-bottom: 5px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #cccccc;
	}