html, body { 
	margin: 0; 
	padding: 0; 
} 
body {
	background-color:#99A5BF;
	background-image:url(../images/site_image/page_bg.gif);
	background-repeat:repeat-x;
}
body, p, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-align: left;
}
a {color: #cccccc;}
img {border: none;}

#wrapper { 
	width: 780px; 
	min-width: 500px; 
  	background-color: #cccccc;
} 
#header { 
	height: 95px; 
	width: 100%; 
	background-color: #333366; 
}
#logo {
	float: left; 
	border: 0;
	margin-left: 10px;
}

#hli {
	height: 90px;
	position: relative;
	top: 5px;
	width: 495px; /* Retter placering af firma info right top*/
	left: 130px;
	/*background-image: url(../images/site_image/header_text.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 136px;
}
#hli span {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	float: right;
	margin-right: 10px; 
}

#panoTextHome { /* ###############*/
	height: 200px;
	width: 361px;
	float: left;
	background-color: #333366;
	/*background-image: url(../images/site_image/pano_text_home.gif);*/
	
}
.panoImage {
	width: 419px;
	height: 200px;
	float: left;
	background-image: url(../images/site_image/pano_text_home.gif);
}
#nav {
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
#nav ul {
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/site_image/main_nav.gif) top left no-repeat;
}
#nav ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#nav ul li, #nav a {
	height: 20px;
	display: block;
}

#nav ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}
#navHome {				/*OK*/
	left: 10; 
	width: 123px;
}
#navProducts {			/*OK*/
	left: 153px; 
	width: 123px;
}
/*
#navConditions {		
	left: 361px; 
	width: 123px;
}
#navPrice {				
	left: 504px; 
	width: 123px;
}*/
#navConditions {		/*OK*/
	left: 504px; 
	width: 123px;
}
#navContact {			/*OK*/
	left: 647px; 
	width: 123px;
}
#pano {
	height: 200px;
	width: 780px;
	border-bottom: 1px solid #666666;
	background-color: 333366;
}
#outerContent { 
	border: solid white 0px; 
	/*/*/ border-right-width: 235px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #cccccc;  /* right column colour */ 
	border-right-style: solid; 
	background-color: transparent; /* center column colour */ 
	width: auto; 
} 
#contentSide {
	/*/*/ width: 235px; /* hack keeps NN4 right column right? */
	min-height: 249px;
	float: right;
	position: relative;
	margin-right: -235px;
	border-top: 10px solid #333366;
} 
#footer {
	height: 20px; 
	width: 100%; 
	background-color: #1b2636;
} 
#innerContent {
	margin: 0;
	width: 100%;
}
#contentMain { 
	float: left;
	min-height: 249px;
	width: 100%; 
	position: relative; 
	margin: 0 -8px 0 0;
	padding: 5px 0 0 0; 
	border-top: 10px solid #333366;
	background-image: url(../images/site_image/side_gradient_border.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#contentMainAdmin { 
	float: left;
	min-height: 249px;
	width: 100%; 
	position: relative; 
	margin: 0 -8px 0 0; 
	border-top: 10px solid #333366;
	background-color: #cccccc;
}

#contentMainAdmin th{
	padding: 0 0 0 0px;
}

#contentMainAdmin h2 {
	font-size: 10px;
	font-weight: bold;
	color: #333366;
}

table.expand{
	padding: 0 0 0 40px;
}
table.pictureupload{
	padding: 10px 10px 10px 10px;
	background-color: #eeeeee;
}
#contentMainAdmin td{
	padding: 0px;
}
.clr {clear: both;}

.contentBox { /*padding for content */ 
	padding: 0;
} 

#header .content {padding-bottom: 0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.mainContentBox { /*padding for content */ 
	margin: 10px 0 0 0;
	padding: 0;
}

.headerText {
	top: 10px;
	right: 10px;
	position: relative;
}
.contentHeader {
	height: 10px;
	width: 524px;
	background-color: #99864c;
}
.titleText {
	margin-top: 15px;
	margin-left: 15px;
}

.titleTextHome {
	margin-top: 15px;
	margin-left: 15px;
	width: 490px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.titleTextHomeHeadline {
	margin-top: 10px;
	margin-left: 15px;
	width: 370px;
	font-size: 10px;
	font-weight: normal;
}

.titleTextHomeHeadlineEdit {
	width: 50px;
	float: right;
}

.titleTextHomeHeadlineEdit a{
	text-decoration: underline;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
}

.content {
	margin: 15px;
}
.contentImage {
	border: 1px solid #a29b85;
	float: left;
	margin-right: 15px;
}
.contentText {
	top: -4px;
	margin-right: 10px;
	position: relative;
	line-height: 15px;
	min-height: 105px;
}

.contentText h1 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 13px;
}
.contentText h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 8px;
}
.contentText h3 {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 0px;
}
.contentText p {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #333366;
}
.contentText p.list {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #999999;
	font-weight: bold;
	color: #333366;
}
.contentText ul {
	list-style-image: url(../images/site_image/bullet.gif);
	line-height: 15px;
}
.contentText li {
	margin-bottom: 2px;
}
#contentMain .rule {
	border-top: 1px solid #bfb186;
	margin: 0 30px 0 15px;
}
/*.contentProfile p {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #999999;
	font-weight: bold;
	color: #333366;
}*/
/*.sideTitleText {
	margin-top: 15px;
	margin-left: 15px;
}*/
.sideContentBox { /*padding for content */ 
	padding: 0;
	margin: 10px 0px 0px 0px ;
} 
.sideTitleText {
	margin-top: 15px;
	margin-left: 15px;
	width: 153px;
	height: 12px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.sideTitleTextEdit {
	margin-right:15px;
	width: 43px;
	height: 12px;
	float: right;
}

.sideTitleTextEdit a {
	text-decoration: underline;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
}

.sideTitleText span {display:none;}

.sideContent {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.sideContent p {
	font-size: 9px;
	color: #7a7257;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.sideContent h1 {
	font-size: 10px;
	font-weight: bold;
	color: #7a7257;
	line-height: 10px;
	margin-bottom: 10px;
}
.sideContent a {
	color: #333366;
	font-size: 10px;
}
.sideContent ul {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: inside;
	/*list-style-image: url(../images/bullet.gif);*/
	list-style-type: none;
	line-height: 14px;
}
.sideContentImage {
	border: 1px solid #a29b85;
}
.sideContentCaption {
	font-size: 9px;
	color: #7a7257;
}

.sideContentNews {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 1px;
}
.sideContentNews p {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #333366;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
.sideContentNews h2 {
	font-size: 10px;
	font-weight: bold;
	color: #333366;
	line-height: 10px;
	margin-bottom: 1px;
}
.sideContentNews a {
	color: #333366;
	font-size: 10px;
	text-decoration: underline;
}
.sideContentNews a:hover {
	color: #333366;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.sideContentNewsImage img{
	border: 0px;
}
.sideContentNewsCaption {
	font-size: 9px;
	color: #7a7257;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99823d;
	background-color: #faf9f0;
	border: 1px solid #ccc699;
	top: -7px;
	height: 13px;
	position: relative;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #73684a;
	padding: 5px 15px 5px 15px;
}
.footerText a {color: #73684a;}

.thumbnail{
position: fix;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
border: 1px solid #000000;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
margin-top: 20px;
margin-left: -175px;
visibility: visible;
top: auto;
left: auto; /*position where enlarged image should offset horizontally */
}

#new a {
	margin: 10px;
	text-decoration: underline;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;

}

#TextBox{
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  width: 270px;
  height: 200px;
  overflow: auto;
  font: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bolder; 
}
#ImageBox{
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  width: 564px;
  height: 170px;
  overflow-y: hidden;
  overflow-x: auto;
  font: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bolder; 
}

noPrint {
display: none;
}