/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body{
	font-family: 'open_sansregular';
	font-size:13px;
	color:#404041;
}

body{
	padding:0px;
	margin:0px;
}

h1{ font-family: 'open_sanssemibold'; font-size:18px; color:#404041; }
h2{ font-family: 'open_sanssemibold'; font-size:16px; color:#404041; }
h3{ font-family: 'open_sanssemibold'; font-size:14px; color:#f58220; }

b{ font-family: 'open_sanssemibold'; font-weight:normal;}

a{color:#404041;}
a:hover{color:#f58220;} 

.background{
	background:url(../img/background.jpg) repeat-x top #cb6c1a;
}
	.tools{
		width:100%;
		min-height:893px;
		background: url(../img/background-tools.png) top center no-repeat;
	}
		.booklet{
			width:878px;
			height:632px;
			background:url(../img/booklet.png) no-repeat center center;
			margin:0px auto;
			padding-top:20px;
		}
			.leftpage{
				float:left;
				width:340px;
				height:530px;
				margin:35px 0px 0px 50px;
				position:relative;
			}
			.rightpage{
				float:right;
				width:360px;
				height:530px;
				margin:35px 40px 0px 0px;
				position:relative;
				overflow-y:auto;
			}
			.rightpage ul{
				list-style-type:none;
				padding-left:0px;
				
			}
			.rightpage ul li{
				padding-left:30px;
				background:url(/img/list-arrow.png) no-repeat left 3px;
			}
				.oranjekader{
					border:1px solid #F58220;
					padding:0px 10px;
					width:320px;
				}
			
				ul.menu{ margin:0px; padding:0px; }
				ul.menu li{ list-style-type:none;}
				ul.menu li a{display:block; padding:0.5em 0 0.5em 1em; background:url(../img/bullet.png) no-repeat left center; font-family: 'open_sanssemibold'; font-size:18px; text-decoration:none; color:#404041; border-bottom:1px solid #c9aa7e;}
				ul.menu li.active a,
				ul.menu li a:hover{color:#f58220;}

				.contactinfo{
					position:absolute;
					bottom:0px;
					text-align:center;
					width:340px;
					height:210px;
				}
					.contactinfo p{
						margin:0 0 1em 0;
					}
					.contactinfo p,
					.contactinfo a{
						display:inline-block;
						font-size:16px;
						color:#404041;
						font-family: 'open_sanssemibold';
						text-decoration:none;
					}
					
					.contactinfo p.emailaddress{margin-top:0.5em;}
					.contactinfo p.telephone{padding-left:40px; line-height:28px; background:url(../img/icon-telephone.png) no-repeat left center; }
					.contactinfo p a.emailaddresslink{padding-left:40px; line-height:28px; background:url(../img/icon-mail.png) no-repeat left center; }
					.contactinfo p a.emailaddresslink:hover{color:#f58220;}
					
					
					.disclaimerlink{
						clear:both;
						width:100%;
						text-align:center;
						padding:35px 0px 0px 0px;
					}
						.disclaimerlink a{
							font-size:11px;
							text-decoration:none;
						}
						.disclaimerlink a:hover{
							color:#333333;
							text-decoration:underline;
						}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}