/*
DOMAIN:		www.webmakers.dk
DESC:		Stylesheet used to all site specific markup and to override default framework styles - print
AUTHOR:		Webmakers - BR
RELEASE:	12.08.2008
NOTES:		Stylesheet for Fasterholt Maskinfabrik
*/

body {
	font-family: arial, verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	font-size: 11px;
    line-height: 17px;
	color: #000000;
	text-align: center;
    margin: 0;
    padding: 0;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

#container {
	position: relative;
	width: 760px;
	text-align: left;
	margin: 0px auto;
	background-color: #F2F5F7;
	/*_padding-left: 1px; /* for ie 6 */
	/*border: 1px solid red;*/
}

#header {
    display: none;
	/*position: relative;
    height: 73px;
	width: 760px;
	background-color: #FFFFFF;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;*/
}

#menu {
    display: none;
/*    position: relative;
	height: 30px;
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    z-index:0;*/
}

#headermenu {
    display: none;
/*    position: absolute;
    top: 16px;
    right: 146px;*/
}

#lang-selector {
    display: none;
    /*position: absolute;
    top: 44px;
    right: 11px;*/
}

.flag {
    margin: 0px 0px 0px 7px;
}

#searchbox {
    display: none;
    /*position: absolute;
    top: 15px;
    right: 28px;
    height: 14px;
    border-top: 1px solid #B5B5B5;
    border-right: none;
    border-bottom: 1px solid #B5B5B5;
    border-left: 1px solid #B5B5B5;*/
}

#searchbutton {
    display: none;
    /*position: absolute;
    top: 15px;
    right: 11px;
    border-top: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    border-left: none;*/
}

#header-image {
    display: none;
    /*height: 175px;
	background-color: #FFFFFF;
    background-image: url("../images/header-image.jpg");
    background-repeat: no-repeat;
    border-top: 1px solid white;
    border-bottom: 1px solid white;*/
}

#content {
	position: relative;
    width: 720px;
	background-color: #F2F5F7;
    margin: 20px;
    _margin: 20px 10px 20px 10px;
    padding: 0px;
    float: left;
}

#footer {
	height: 230px;
	width: 760px;
	background-color: #FFFFFF;
    background-image: url("../images/footer.jpg");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    clear: left;
}

#adresse {
    position: relative;
    top: 211px;
    /*left: 80px;*/
    /*left: 60px;*/
    width: 670px;
}

#used{
    position: relative;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

ol {
	list-style:decimal;
	margin: 0px 0px 0px 40px;
}

ul {
	list-style:disc;
	margin: 40px;
}

li {
	margin: 5px;
}

/* FRONTPAGE */

#frontpage_content {
    position: relative;
    width: 370px;
    float: left;
}

#frontpage_news {
    position: relative;
    width: 350px;
    float: right;
}

#bluebox {
    background-color: #CBE1F2;
    padding: 10px 20px;
    width: 310px;
}

/* NEWS */

#news-list li a{
    background-image: url('../images/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
    color: black;
    text-decoration: none;
    display: block;
}

#news-list li a:hover{
    background-image: url('../images/bullet-red.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
    color: #C1001F;
    text-decoration: none;
    display: block;
}

#news-picture {
    border-left: 9px solid #00569D;
    padding-left: 5px;
    padding-right: 19px;
    background-color: #F2F5F7;
/*    width: 111px;
    height: 170px; */
    float: right;
    text-align: right;
}

#news-box {
    width: 187px;
    position: relative;
    /*left: 121px;*/
    float: right;
    /*margin-right: 3px;*/
}

#newsarchive a{
    color: black;
    position: relative;
    left: 18px
}

#newsarchive a:hover{
    color: #C1001F;
}

#frontnews_line {
    padding: 6px 0px;    
}

#frontnews_img {
    max-width: 66px;
    max-height: 66px;
    padding: 2px;
    margin-left: 10px;
    border: 1px solid #AFC4D5;
    _width: 66px;
    float: right;
}

#frontnews_link {
    color: #D52231;
    position: relative;
    left: 220px;
}

/* Link module */

#link_table {
    width: 720px;
}

#link_img {
    width: 50px;
    padding: 5px;
}

#link_name {
    width: 280px;
}

#link_desc {
    width: 400px;
}

#link_row {
}

/* Downloads */

#downloads {
    /*border: 1px solid red;*/
    float: left;
    width: 350px;
}

#downloads_form {
	/*border: 1px solid blue;*/
    width: 370px;
    float: left;
}

#downloads_form_txt{
    margin-top: 8px;
}

#dwnTableEmne{
    vertical-align: top;
    padding-left: 15px;
    padding-bottom: 18px;
}

#dwnTableNavnEmail{
    vertical-align: top;
}

#dwnTableBtn{
    text-align: right;
}

#dwnFormEmne {
    height: 55px;
    width: 190px;
    border: 1px solid black;
    font-size: 9px;
}

#dwnFormNavn {
    height: 16px;
    width: 129px;
    border: 1px solid black;
    font-size: 9px;
}

#dwnFormEmail {
    height: 16px;
    width: 129px;
    border: 1px solid black;
    font-size: 9px;
}

#dwnFormSubmitBtn,
#dwnFormResetBtn {
    border: 1px solid black;
    background-color: #74b42f;
    color: white;
    font-size: 11px;
    padding: 0px 10px;
/*    width: 63px; */
    text-align: center;
}

#download_bluebox {
    background-color: #00569d;
    width: 338px;
    height: 9px;
}

#downloadPwdBtn{
    border: 1px solid black;
    background-color: #74b42f;
    color: white;
    font-size: 11px;
    padding: 1px;
}

.downloadList a{
    text-decoration: underline;
    color: #D30A0D;
    /*border: 1px solid black;*/    
}

.downloadList{
    width: 234px;;
}

table#downloadTable td{
    vertical-align: middle;
}

table#downloadTable th{
    padding-top: 8px;
    width: 250px;
}

.downloadIcons{
    border: none;
    margin-right: 5px;
}

#downloadTable{
    margin-left: 30px;
}

.showIcons{
    width: 16px;
    height: 22px;
}


/* Personel */

#personel_content{
    float: left;
    width: 260px;
}

#personel_form{
    float: left;
    width: 460px;
    margin-bottom: 10px;
}

#psnTableNavnEmail{
    vertical-align: top;
}

#psnFormNavn{
    height: 16px;
    width: 129px;
    border: 1px solid black;
    font-size: 9px;
}

#psnFormEmail{
    height: 16px;
    width: 129px;
    border: 1px solid black;
    font-size: 9px;
}

#psnTableEmne{
    vertical-align: top;
    padding-left: 15px;
    padding-bottom: 18px;
}

#psnFormEmne{
    height: 55px;
    width: 190px;
    border: 1px solid black;
    font-size: 9px;
}

#psnTableBtn{
    text-align: left;
    vertical-align: top;
}

#psnFormResetBtn,
#psnFormSubmitBtn{
    position: relative;
    top: 17px;
    border: 1px solid black;
    background-color: #74b42f;
    color: white;
    font-size: 11px;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

#personel_bluedivider{
    width: 687px;
    height: 9px;
    background-color:#00569d;
    clear: left;
    /*margin: auto;*/
}

#psnlist_header{
    margin-top: 30px;    
}

.psnlist_department{
    width: 627px;
    height: 16px;
    background-color:#00569d;
    clear: left;
    color: white;
    font-size: 11px;
    padding-left: 13px;
    margin: 3px 0px 3px 27px;
}

.psnlist_row{
    /*border: 1px solid black;*/
    width: 627px;
    height: 19px;
    margin-left: 27px;
}

.psnlist_icon{
	width: 31px;
    float: left;
    height: 17px;
    vertical-align: middle;
}

.psnlist_name{
	width: 178px;
    float: left;
    height: 17px;
}

.psnlist_stilling{
	width: 141px;
    float: left;
    height: 17px;
}

.psnlist_telefon{
	width: 113px;
    float: left;
    height: 17px;
}

.psnlist_mobil{
	width: 105px;
    float: left;
    height: 17px;
}

.psnlist_mail{
	position: relative;
    width: 59px;
    /*float: left;*/
    vertical-align: middle;
    height: 17px;
}

.psnlist_pictureikon{
    margin-top: 3px;
    margin-left: 12px;
}

.psnlist_mailikon{
    position: relative;
    margin-top: 3px;
}

/* Produkter */

#productText{
    float: left;
    /*height: 500px;*/
}

#productPictureBox{
    float: right;
    margin: 0px 35px;
}

#productPicture{
    border-left: 9px solid #00569d;
    padding-left: 3px;
    margin-bottom: 2px;
    display:block;
}

#productDownload{
    clear: left;
}

/* Nyhedsbrev */

.newsletter_interest{
    display: inline;
    position: relative;
    top: -2px;
    left: 5px;
}

.nlSubmitBtn{
    border: 1px solid black;
    background-color: #74b42f;
    color: white;
    font-size: 11px;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* Søgeside */

.search_link a{
    font-size: 16px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.search_link a:hover{
    color: #D30A0D;
}

#search_result {
    margin-left: 15px;
    margin-right: 15px;
}

#searchBtn{
    border: 1px solid black;
    background-color: #74b42f;
    color: white;
    font-size: 11px;
    padding: 0px 10px;
    width: 50px;
    text-align: center;
}

/* Sitemap */

#sitemap_table{
    width: 720px;
    margin: 20px 0px;
}

#sitemap_td{
    /*border: 1px solid black;*/
    vertical-align: top;
    text-align: left;
    width: 180px;
}

.sitemap_bluebox {
    background-color: #00569D;
    width: 150px;
    color: white;
    padding: 0px 5px;
}

.sitemap a{
    text-decoration: none;
    color: black;
}

.sitemap a:hover{
    text-decoration: none;
    color: #C1001F;
}

.sitemap_subPages{
    
}

/* Fonts */

h1 {
    font-size: 18px;
    color: #3B3B3B;
    background-color: #F2F5F7;
}

h2 {
	font-size: 20px;
	color: #3B3B3B;
}

h3 {
	font-size: 16px;
	color: #3B3B3B;
}

h4 {
	font-size: 14px;
	color: #3B3B3B;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

#adresse {
    color: #ffffff;
    font-size: 10px;
}

#headermenu a {
    font-size: 10px;
    text-decoration: none;
    color: #000000;
}

#searchbox {
    font-size: 11px;
    color: #717171;
}

#news-heading {
    font-size: 11px;
    font-weight: bold;
    color: #C1001F;
    display: inline;
}

#frontnews_header {
    font-size: 11px;
    line-height: 12px;
    font-weight: 900;
    color: #000000;
}
#frontnews_date {
    font-size: 10px;
    line-height: 12px;
    color: #828080;
}

#frontnews_content {
    
}

#link_name a{
    color: #D50038;
}

/* MENU */

.emptyoption {
    background: url("../images/menu-button-off.gif");
    background-repeat: no-repeat;
	width:82px;
	display: block;
	float: left;
}

/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:auto;
}

.nav ul li,
.nav a {
	width: auto;
}

.nav li {
	float:left;
	position:relative;
}

.nav a {
	display:block;
}

.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}

.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}

.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}

.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	/*margin-bottom:1.5em;*/
	white-space: nowrap;
}

.nav li {
	width:82px;
	display: block;
	float: left;
	white-space: nowrap;
	background: url("../images/menu-button-off.gif");
    background-repeat: no-repeat;
}

.nav a {
	color: #4B4B4B;
    font-size: 12px;
    text-align: center;
	/*padding: 7px 16px 0px 13px; */
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	height: 23px;
    width: 82px;
	background: url("../images/menu-button-off.gif");
    background-repeat: no-repeat;
	background-color: #D8D8D8;
	border: 0px solid #ff0000;
	float: left;
}

.nav a:hover {
	background: url("../images/menu-button-on.gif");
    background-repeat: no-repeat;
	text-decoration:none;
    color: #ffffff;
    width: 82px;
}

.nav a.active {
	background: url("../images/menu-button-on.gif");
    background-repeat: no-repeat;
	text-decoration:none;
    color: #ffffff;
    width: 82px;
}

.nav a.first {
	/*padding: 7px 20px 0px 18px; */
	padding: 7px 0px 0px 0px;
}

.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#ffffff;
	background: url("../images/menu-button-on.gif");
    background-repeat: no-repeat;
    color: #ffffff;
    /*width: 53px;*/
    z-index: 999;
}

.nav li ul {
	width: auto;
	border: 0px solid #ffff00;
    /*color: #000000;*/
    color: #4B4B4B;
	background:#D8D8D8;
	margin-left: 1px;
    z-index:999;
}

.nav li li {
/*	background:#3C8861; */
	clear: both;
	margin: 0;
/*	border: 0px solid #ff0000; */
	padding: 0;
    z-index: 999;
}

.nav li li a {
	/*color: #000000;*/
    color: #4B4B4B;
	background:#D8D8D8;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	float: left;
	width: 164px;
	margin: 0px;
}
.nav li li a:hover {
	background: #64A719;
	text-decoration:none;
    width: 164px;
    z-index: 999;
}

.nav li li ul {
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	margin-left: 26px;
	_margin-left: 25px;
}

.nav li li li {
	margin-left: 0;
	background:#9AAEDB;
}

