body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	margin: 0;
	margin-bottom: 10px;
}
h1{
	font-size: 12px;
	line-height: 12px;
}
h2{
	font-size: 13px;
}
p{
	font-size: 11px;
	text-align:justify;
}
a{
	color: white;
}
a:hover{
	text-decoration: none;
}
#content a{
  color:white;
  color: #cab388;
  text-decoration: none;
	
}
#content a:hover{
     text-decoration: underline;	 
}


#mainTable {
	width: 780px;
	border: 1px solid #FFF;
	margin-top: 10px;
	border-collapse: collapse;
}
#mainTable td{
	border: 1px solid #FFF;
}
#logo {
	margin-left: 48px;
	margin-bottom: 75px;
}
#navigation {
	border-top: 1px solid #FFF;
	height: 17px;
	line-height: 18px;
	font-size: 9px;
	text-transform: uppercase;
	padding-left: 30px;

}

#navigation table{
	border: 0;
	width: 100%;
}
#navigation td{
	border: none;
	height: 15px;
}

#navigation a{
    padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
}
#navigation a:hover{
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-image: url("../media/overlay.gif");
	margin: 0;
}
#navigation a.active{
background-color: #FFF;
color: #000;
}
#navigation a.active:hover{
	background-color: black;
	color: #FFF;
}
#topCll {
	background-image:url("../media/topbg/holdufarve.jpg");
	background-repeat:no-repeat;
	height: 180px;
	vertical-align: bottom;
}
#middleCll{
	height: 279px;
	vertical-align: top;
	padding-top: 20px;
}
#middleCll table{
	width: 100%;
}
#middleCll table td {
	border: none;
	height: 100%;
	padding-left: 20px;
	padding-right: 45px;
	font-size: 12px;
}
#left{
	height: 100%;
	width: 210px;
}
#left img{
    margin-left: 20px;
}
#left ul a{
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid black;
}
#left ul a:hover{
	text-decoration: underline;
}
#left ul a.active{
	font-weight: bold;
}

#left ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#left li{
	margin-bottom: 10px;
}
#left li ul{
	padding-left: 10px;
}
#left li ul li{
	margin-bottom: 0px;
}
#content{
	height: 100%;
}
#footerCll{
	color: white;
	height: 17px;
	line-height: 18px;
	font-size: 9px;
	text-transform: uppercase;
	padding-left: 43px;
}

#footerCll a{
	margin-right: 20px;
	color: #FFF;
	text-decoration: none;
}
#footerCll a:hover{
	text-decoration: underline;
	
}
#botCll{
	text-align: center;
}
#botCll img{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 30px;
	margin-left: 30px;
}
img.basicImg{
	border: 1px solid #FFF;
}
fieldset, form{
  display: inline;
  border: none;
  margin: none;
  padding: none;
}
  
.input{
  border-bottom: 1px solid #eeeeee;

}
.input .text{
  margin: 0px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.input .date{
  float: right;
  margin: 0px;
  font-weight: bold;
}
.input .from{
  margin: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}
.your_name input{
  width: 170px;
  border: 1px solid #402D27;
  font-size: .8em;
  color: black;
  margin: 0px;   
  margin-right: 14px;
}
.textarea input{
  width: 250px;
}
.galimg{
  float: left;
  padding: 3px;
}
.galimg img{
  border: 1px solid black;
}
.galimg a img{
  border: 1px solid gray;
}
.galimg a:hover img{
  border: 1px solid rwhite;
}

/* form til bestilling */
.orderform label {
	display:block;
	width: 130px;
	float:left;
  line-height: 20px;
  padding-left: 5px;
}
.orderform .radiolbl{
	width:auto;
}
.orderform form{
	display: inline;
}
.orderform input, .orderform .input{
	width: 300px;
	border: 1px solid black;
}
.orderform .smallinput{
	width: 40px;
	text-align: right;
	padding-right: 3px;
}
.orderform .check{
	width: auto;
	border: none;
}
.orderform p{
	padding: 0px;
	margin: 0px;
}
.orderform h5{
	margin-bottom: 3px;
}
.orderform .req{
  font-size: 9px;
}
.orderform .error{
  color: red;
}
.orderform .showdate{
  font-size: 10px;
  width: 220px;
}
