/* CSS Document */

#topdiv {
	height: 61px;
	width: 100%;
	background-image: url(img/top_bg.jpg);
	background-repeat: repeat-x;
	left: 0px;
	top: 0px;
	position: relative;
	z-index:1;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#menudiv {
	position:relative;
	background-image: url(img/top_menu_bg.jpg);
	background-repeat: repeat-x;
	height: 19px;
	width: 100%;
	min-width:990px;
}
a.topmenu:link, a.topmenu:visited, a.topmenu:active{
	color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
a.topmenu:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.main-page-box-links:link, a.main-page-box-links:visited, a.main-page-box-links:active{
	color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.main-page-box-links:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	font-weight: bold;
}

.maindiv {
	position: relative;
	visibility: visible;
	z-index: 1;
	width: 950px;
	margin-top:20px;
	left: 10px;
	overflow: hidden;
	height:auto;
	min-height: auto;
}
.headline-underline {
	background-image: url(img/headline_underline.gif);
	background-repeat: repeat-x;
}
.headline-line {
	background-image: url(img/headline_line.gif);
	background-repeat: repeat-x;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.tiskarna-bg {
	background-image: url(img/main_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bottom-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.product-list-del {
	background-image: url(img/horline.gif);
	background-repeat: repeat-x;
}
#moreinfodiv {
	position:relative;
	background-image: url(img/more-info-bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	width: 158px;
}
#moreinfotextdiv {
	position:relative;
	top:2px;
	left:6px;
	width:140px;
}

a.moreinfodiv:link, a.moreinfodiv:visited, a.moreinfodiv:active{
	color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;

}
a.moreinfodiv:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
.border {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px;
}
.borderdiv {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 3px;
	position:relative;
	z-index:1;
}
.product-container{
	position:relative;
	width:420px;
	float:left;
	margin-right:10px;
	margin-left: 10px;

}
.product-headline{
	position:relative;
	width:400px;
	background-color: #F5F5F5;
	border-left:5px solid #336699;
	padding-top: 2px;
	padding-bottom: 2px;
}
.product-headline-arrow{
	position:relative;
	float:left;
	top:4px;
}
.product-headline-text{
	position:relative;
	width:380px;
	height: auto;
	float: left;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.product-photo{
	position:relative;
	float:left;
	border:1px solid #CCCCCC;
	padding: 3px;
}
.product-short-desc{
	position:relative;
	float:right;
	width: 330px;

}
.formtext {
	width: 150px;
	border: 1px #666666 solid;
	border: 1px #CCCCCC groove;
	background-color: #F9F9F9;
}
.formmsg {
	width: 357px;
	height: 150px;
	border: 1px groove #CCCCCC;
	overflow: auto;
	background-color: #F9F9F9;
}
.main-page-box-links{
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
}
.nabytek-column{
	position: relative;
	float:left;
	width:250px;
	background:#00CC66;
}
.nabytek-headline{
	position:relative;
	font-size: 14px;
	background-color: #EAEAEA;
	color:#000000;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0099FF;
	width:260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding:2px;
	margin-bottom:10px;
	width:100%;
}