/* @override http://varefakta.dk/wp-content/themes/varefakta/style.css */

/*
Theme Name: Varefakta
*/

/*Nyhedsbrev tilmelding*/
#howdy { display: none; }

.howdydo-style {
	background-color: #39b8e1;
	color:#FFF;
	text-align: center;
	font-size:14px;
	font-family: Arial, Sans-serif;
	position: relative;
	z-index: 9999;
	
	border-bottom:3px solid #fff;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(158, 158, 158, 1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(158, 158, 158, 1);
	box-shadow: 0px 0px 7px 0px rgba(158, 158, 158, 1);
}

#howdydo-wrapper {
	overflow: visible;
	padding: 0;
	width: 100%;
}
.howdydo-box {
	display: none;
	width: 100%;
	height: 32px;
	z-index: 9999;
}

#howdydo-close {
	position: absolute;
	top: 5px;
	right: 30px;
}
/* CSS til skrift-links
#howdydo-close {
	position: absolute;
	top: 7px;
	right: 25px;
}
#howdydo-close a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:14px;
	font-family: Arial, Sans-serif;	
}*/

#howdydo-open {
	background-color: #e1e1e1;
	padding: 5px 7px 3px;
	position: absolute;
	right: 22px;
	top: 0;
}
/* CSS til skrift-links
#howdydo-open {
	background-color: #e1e1e1;
	padding: 5px 5px 3px 7px;
	position: absolute;
	right: 22px;
	top: 0;
}
#howdydo-open a {
	text-decoration: none;
	color:#515151;
	font-weight: bold;
	letter-spacing: 1px;
	font-size:14px;
	font-family: Arial, Sans-serif;	
}*/

.howdydo-hover { position: absolute; top: 0;  left: 0; }
.howdydo-scroll { position: fixed; top: 0;  left: 0; }
.howdydo-push {	position: relative; clear: both; float: left; margin-bottom: 1px; }

#content-wrapper {
	margin: 0 auto; 
	width: 790px;
	height: 100%;
	position: relative;	
}

#content-wrapper .submit-text {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 14px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

#content-wrapper #form {
	position: absolute;
	right: 245px;
	top: 5px;
}

#content-wrapper .input-textbox {
	border: 1px solid #555555;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #888888;
    
    padding: 3px;
    width: 155px;
    font-size:11px;
	font-family: 'Lucida Grande', Arial, Sans-serif;
}

#content-wrapper .submit-btn {
	margin-left: 16px;
	font-size: 11px;
	font-family: 'Lucida Grande', Arial, Sans-serif; 
}

#content-wrapper .klikher {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 14px;
	font-family: Arial, Sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

.klikher a, .klikher a:visited {
	font-size: 14px;
	font-family: Arial, Sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color:#FFF;
	text-decoration: underline;
}

body,html {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #4c4c4c;
}

form,input {margin: 0; padding: 0;}

ul,ol,h1,h2,h3,h4,h5,h6,p,li,td,div {
	padding: 0;
	margin: 0;
	font-size: 12px;
}


h1 {
	height: 19px;
	display: block;
	font-size: 12px;
	background-image: url(images/bggrad.png);
	padding: 8px 0 0 8px;
	position: relative;
}

img {
	border: none;
}

h1.topmenu {
	background-color: #eeeeee;
	background-image: none;
	margin-top: 2px;
	font-weight: normal;
	font-style: normal;
		cursor: pointer;

}

p {
	font-size: 12px;
	padding-bottom: 8px;
}

div.ticker_tekst {
	padding: 12px;
}

ul.newslist {
	list-style: none;
	margin-bottom: 20px;
}


ol.newslist {
	margin-bottom: 20px;
	padding-left: 21px;
}


ul.newslist li {
	font-size: 12px;
	border-bottom: thin solid #acdee9;
	padding: 12px;
}


ol.newslist li{
	font-size: 12px;
	padding-left: 12px;
	padding: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}


ul.newslist li a {
	display: block;
	background: url(images/bullet1.png) no-repeat;
	padding-left: 21px;
}

#wrapper {
	width: 1052px;
	margin: 0 auto;
	background-image: url(images/mainbg.jpg);
	position: relative;
}

#footer {
	width: 1052px;
	margin: 0 auto;
	background: url(images/bottombg.jpg) no-repeat;
	padding-top: 25px;
	position: relative;
	font-size: 10px;
	text-align: center;
}


#content {
	width: 1010px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 72px;
	position: relative;

}

#toplogo {
	background: url(images/top_logo.png) no-repeat;
	width: 351px;
	height: 49px;
	margin: 16px 0 0 5px;
	position: absolute;

}

div#row1 {
	width: 180px;
	float: left;
	margin-right: 3px;
}

div#row3 {
	width: 200px;
		float: right;
}

div#row2 {
	float: left;
	width: 624px;
	position: relative;
}

a {
	/*	old: color: #41b0cb; */
	color: #277286;
	text-decoration: none;
	
}



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

#row1 div.menusection.active-section ul.menu li.page_item.current_page_item ul li.page_item a {
		color: #4c4c4c;

}

#row1 ul.menu  a:hover {
	color: #41b0cb;
	text-decoration: none;
}

ul.menu li.current_page_item a {
	color: #41b0cb;
}




li.info_ticker_nav,
li.ticker_nav {
	display: block;
	width: 17px;
	height: 15px;
	background-image: url(images/pageflip_off.png);

}


li.nav_on {
	background-image: url(images/pageflip_on.png);
}




.clearall {
	
	clear: both;
}

h2 {
	font-size: 12px;
}


div#infoticker_wrapper,
div#newsticker_wrapper {
	margin: 11px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 595px;
	position: relative;

}


div#newsticker_wrapper {

	height: 379px;
}


div#infoticker_wrapper {

	height: 120px;
}







ul#infoticker_control,
ul#newsticker_control {
	display: block;
	position: absolute;
	list-style: none;
	right: 8px;
	top: 6px;
}

ul#frontboxe {
	list-style: none;
	display: block;
	margin-left: 15px;
}

ul.menu {
	list-style: none;
	font-size: 12px;
	padding: 10px 0 0 7px;
	margin-bottom: 10px;
}


ul.menu li ul {
	list-style: none;
	padding: 11px 0 0 45px;
	background: url(images/submenu_gfx.png) no-repeat 24px 7px;
}






div.entry ul ,
div.entry ol {
	padding: 8px 8px 8px 20px;
	font-size: 12px;
}

div.entry table.lists  {
	border-collapse: collapse;
}

div.entry table.lists tbody tr {
	
}

div.entry table.lists tbody tr td {
	padding: 5px;
	border: thin solid silver;
}

ul.menu li.page_item {
	margin: 1px 0 8px 0;
	font-size: 12px;
}


#frontboxe li {
	width: 188px;
	height: 181px;
	float: left;
	margin-right: 15px;
}

#infoticker_control li,
#newsticker_control li {
float: left;
width: 17px;
height: 15px;	
}


h3 {
	font-size: 12px;
	padding-bottom: 7px;
}

div.info_ticker_item,
div.ticker_item {
	display: none;
	position: absolute;
	
}



h1.cath {
	background-image: none;
	color: #ffffff;
	margin-bottom: 2px;
	cursor: pointer;
}


h1.forbrugercat {
	background-color: #3ad8a0;
}

h1.producentcat {
	background-color: #988e21;
}

h1.formcat {
	background-color: #83c4d4;
}

h1.englishcat {
	background-color: #25373b;
}

div.post {
	padding: 11px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

div.entry table tr td {
	vertical-align: top;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

form.wpcf7-form  label {	
float: left;
clear: both;
}




/* @group WebTV */

div#webtv_playlist {
	float: right;
	width: 120px;

}

#webtv_channelcontent {
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	display: block;
	list-style: none;
	
}

#webtv_channelcontent li {
	float: left;
	display: block;
	width: 150px;
	margin-right: 10px;
	font-size: 13px;
	margin-bottom: 10px;
}

#webtv h3 {
	display: block;
	width: 100%;	
	clear: both;
}

#webtv_channelcontent img.webtv_preview {
	text-decoration: none;
	border-style: none;
	margin-bottom: 5px;
}

div#webtv_player {
	float: left;
}

#webtv_player p {
	margin: 5px 0 0 0;
}



/* @end */

#row1 h1.topmenu.postid-specifikationsskemaer {
	background: url(images/skemaikon.png) no-repeat 5px 8px;
	padding-left: 40px;
	padding-top: 16px;
	height: 26px;
}

#searchtop {
	position: absolute;
	right: 0;
	bottom: 19px;
}

#searchform button.soegknap {
	background: url(images/search.png) no-repeat;
	border: none;
	text-indent: -8000px;
	width: 23px;
	height: 20px;
}

input#s {
	border: 1px solid #cdccc6;
	background-image: url(images/inputbg.png);
	height: 14px;
	padding: 2px;
	width: 169px;
	}

div.navigation {
	padding: 20px;
}

#row1 h1.topmenu.postid-english-materials {
	background: #eeeeee url(images/uk-flag.png) no-repeat 160px center;
}

/* @group Spørgeskema */

a.skema_erhverv,
a.skema_privat {
	width: 200px;
	height: 65px;
	display: block;
	text-indent: -5000px;	
	margin: 10px 0 10px 0;
}

a.skema_erhverv {
		background: url(images/brugertest_kunde.jpg) no-repeat;

}

a.skema_privat {
	background: url(images/brugertest_privat.jpg) no-repeat;
}



/* @end */

/* @group gallery */

			#gallery-1 {
				margin: auto;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;			}
			#gallery-1 img {
				border: 1px solid #cfcfcf;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0;
			}


/* @end */

div.msg {
	font-size: 12px;
	margin-bottom: 15px;
	text-align: center;
		border: thin solid #acdee9;
		padding: 5px ;

}

.invalid {
	background-color: #fdd0de;
}

a.print {
	display: block;
	position: absolute;
	right: 4px;
	top: 8px;
	background: url(images/varefakta_print_icon.gif) no-repeat;
	text-indent: -9000px;
	width: 20px;
}
