/*
DOMAIN:
DESC:
AUTHOR:
RELEASE:
NOTES:		Stylesheet for printing
*/

/* Globals */

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

p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}

h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}

h5 {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}

h6 {
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}

#container{
    width: 770px;
    position: relative;
    margin: 0px auto;
    text-align: left;
    background-color: #ffffff;
}

#header {
    display: none;
}

#headerLogo {
    display: none;
}

#headerIcons {
    display: none;
}

#contentContainer{
    float: left;
    width: 770px;
    margin-bottom: 12px;
}

#menuContainer{
    display: none;
}

#headerImage {
    display: none;
}

#menuHeader{
    display: none;
}

#menuContent {
    display: none;
}

#menuFooter {
    background-image: url("../images/menu_footer.jpg");
    background-repeat: no-repeat;
    width: 200px;
    height: 39px;
}

#content{
    position: relative;
    width: 564px;
    /*height: 30px;*/
    /*background-color: red;*/
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
}

#footer{
    width: 770px;
    /*height: 30px;*/
    /*border: 1px solid yellow;*/
    padding: 0px;
    clear: left;
    font-size: 10px;
    color: #c0c9df;
    line-height: 18px;
    height: 35px;
    /*text-align: center;*/
}

#footerBar {
    background-image: url("../images/footer.gif");
    background-repeat: no-repeat;
    height: 20px;
    width: 763px;
    margin-left: 3px;
}

/* Frontpage */

#fp_header {
    background-image: url("../images/fp_header.jpg");
    background-repeat: no-repeat;
    width: 563px;
    height: 39px;
}

#fp_tilbudsheader {
    background-image: url("../images/fp_tilbudsheader.jpg");
    background-repeat: no-repeat;
    width: 563px;
    height: 39px;
    clear: left;
}

#fp_text {
    background-color: #ffffff;
    float: left;
    width: 254px;
    height: 220px;
    overflow: hidden;
    /*padding: 12px 15px 20px 17px;*/
    padding: 12px 15px 0px 17px;
}

#fp_news {
    /*background-color: green;*/
    float: left;
    width: 270px;
    height: 229px;
    overflow: hidden;
    padding: 10px 0px 10px 6px;
}

#fp_divide {
    float:left;
    width: 1px;
    height: 217px;
    margin-top: 17px;
    margin-bottom: 15px;
    background-color: #e5e5e5;    
}

#fp_usedmachines {
    background-color: #ffffff;
    margin-top: 18px;
    margin-left: 7px;
    width: 552px;
    height: 152px;
    overflow: hidden;
}

/* NEWS boxes */
/* used in both the newsmodule and the frontpage */

.newsbox_white {
    width: 250px;
    height: 52px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 2px 0px 0px 7px;
    background-image: url("../images/icon_newslist.gif");
    background-repeat: no-repeat;
    background-position: 7px 5px;
    position: relative;
}

.newsbox_grey {
    width: 250px;
    height: 52px;
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 2px 0px 0px 7px;
    background-image: url("../images/icon_newslist.gif");
    background-repeat: no-repeat;
    background-position: 7px 5px;
    position: relative;
}

.newslist_headline {
    position: relative;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #4c4c4c;
    margin-top: 1px;
}

.newslist_headline a{
    font-size: 12px;
    font-weight: bold;
    color: #4c4c4c;
    text-decoration: none;
}

.newslist_headline a:hover{
    text-decoration: underline;
}

.newslist_date {
    position: absolute;
    right: 20px;
    font-size: 11px;
    color: #a8a8a8;
}

.newslist_description {
    font-size: 11px;
    color: #4c4c4c;
}

/* Page */

#page_header {
    background-image: url("../images/page_header.gif");
    background-repeat: no-repeat;
    /*background-color: red;*/
    width: 526px;
    height: 30px;
    color: #ffffff;
    font-size: 17px;
    font-family: sans-serif, arial;
    /*padding: 9px 0px 0px 37px;*/
    padding: 9px 0px 0px 0px;
}

#page_content {
    margin-top: 10px;
    margin-left: 12px;
    margin: 10px 12px 15px 12px;
}

/* News */

#news_newslist {
    /*background-color: green;*/
    float: left;
    width: 280px;
    /*height: 229px;*/
    overflow: hidden;
    padding: 1px 0px 10px 12px;
    margin-top: 10px;
}

#news_news {
    /*background-color: blue;*/
    /*width: 200px;*/
    /*height: 600px;*/
    float: left;
    /*margin-bottom: 20px;*/
    margin-top: 10px;
}

#news_header {
    /*float: left;*/
    position: relative;
    background-color: #ce000b;
    background-image: url("../images/icon_news.gif");
    background-repeat:no-repeat;
    background-position: 7px 8px;
    width: 237px;
    height: 19px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 5px;
    overflow: hidden;
}

#news_date {
    padding-left: 10px;
    color: #dfdfdf;
    font-size: 11px;
    font-weight: normal;
}

#news_content {
    float: left;
    position: relative;
    width: 225px;
    background-color: #efefef;
    font-size: 11px;
    line-height: 17px;
    padding: 9px 16px 17px 16px;
}

#news_image {
    /*width: 203px;
    height: 129px;*/
    margin: 15px 0px 0px 0px;
}

#news_archivelink {
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    background-color: #ce000b;
    color: #ffffff;
    text-align: center;
    position: relative;
    left: -20px;
    top: 10px;
    float: right;
}

#news_archivelink a {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

#news_archivelink a:hover {
    text-decoration: underline;
}

/* Contact - Personnel */

.contact_greybox {
    background-color: #d8d8d8;
    position: relative;
    width: 281px;
    height: 99px;
    margin: 1px 1px 0px 0px;
    float: left;
    background-image: url("../images/contact_corner.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.contact_imagebox {
    width: 75px;
    height: 88px;
    position: relative;
    top: 6px;
    left: 6px;
    float: left;
    overflow: hidden;
}

.contact_image {
    /*position: relative;
    top: 6px;
    left: 6px;*/
    border-right: 4px solid #ce000b;
    float: right;
/*    width: 150px;
    height: 150px;*/
}

.contact_textbox {
    position: relative;
    float: left;
}

.contact_info {
    position: relative;
    top: 5px;
    left: 21px;
}

.contact_fieldDesc {
    position: relative;
    color: #ce000b;
    font-size: 11px;
    float: left;
    width: 51px;
    line-height: 14px;
}

.contact_field {
    position: relative;
    color: #4c4c4c;
    font-size: 11px;
    float: left;
    width: 130px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
}

.contact_field a{
    position: relative;
    color: #4c4c4c;
    font-size: 11px;
    float: left;
    width: 130px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.contact_field a:hover{
    text-decoration: underline;
}

/* Products main page */

#productMain_contactBox {
    background-color: #efefef;
    width: 545px;
    /*height: 150px;*/ /*TEMPORARY*/
    margin: 15px 0px 5px 6px;
    padding-bottom: 10px;
    overflow: hidden;
    background-image: url("../images/productcontact_bottomleftcorner.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}

#productMain_contactBoxHeader {
    height: 15px;
    width: 545px;
    background-image: url("../images/productcontact_toprightcorner.gif");
    background-repeat: no-repeat;
    background-position: top right;
}

.productMain_item {
    float: left;
    margin: 13px 0px 13px 29px;
    line-height: 13px;
}

.productMain_imagebox {
    width: 75px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 5px;
}

.productMain_job {
    font-size: 11px;
    font-weight: bold;
}

.productMain_info {
    font-size: 10px;
}

/* Products Item page */

#productitem_content {
    margin-top: 10px;
    margin-left: 12px;
    margin: 10px 12px 15px 12px;
}

#productitem_imagebox {
    background-color: #efefef;
    width: 200px;
    margin: 10px 1px 20px 30px;
    float: right;
    clear: right;
    overflow: hidden;
}

#productitem_imageboxheader {
    height: 15px;
    width: 200px;
    background-image: url("../images/productitem_topleftcorner.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

#productitem_imageboxcontent {
    width: 200px;
    text-align: center;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

#productitem_imageboxfooter {
    height: 15px;
    width: 200px;
    background-image: url("../images/productitem_bottomrightcorner.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* Menu */

.menuLevel1 {
    /*background-color: red;*/
    background-image: url("../images/icon_menu_arrow.gif");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    color: #1e1e1e;
    font-size: 12px;
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
    width: 155px;
    overflow: hidden;
    text-decoration: none;
}

.menuLevel1 a {
    text-decoration: none;
    color: #1e1e1e;
}

.menuLevel1 a:hover {
    text-decoration: underline;
}

.menuLevel2 {
    /*background-color: red;*/
    background-image: url("../images/icon_submenu_arrow.gif");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #4c4c4c;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 14px;
    line-height: 15px;
    width: 145px;
    overflow: hidden;
}

.menuLevel2 a {
    text-decoration: none;
    color: #4c4c4c;
}

.menuLevel2 a:hover {
    text-decoration: underline;
}

.menuLevel3 {
    /*background-color: red;*/
    background-image: url("../images/icon_submenu_arrow.gif");
    background-repeat: no-repeat;
    background-position: 0px 6px;
    color: #4c4c4c;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 28px;
    line-height: 15px;
    width: 131px;
    overflow: hidden;
}

.menuLevel3 a {
    text-decoration: none;
    color: #4c4c4c;
}

.menuLevel3 a:hover {
    text-decoration: underline;
}

