/* CSS Document */


/* Generella CSSes */
html, body, form, fieldset {
	border: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
body {
	/*background: #FFFFFF url(../images/bg_main.jpg) repeat-y left;*/
	text-align: left;
	font-size: 11px;
	color: #000000;
	}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px solid #CCCCCC;
	
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
a {
	color: #255c79;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 1px 0px 5px 1px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px 0px 10px 1px;
	line-height: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
	letter-spacing: 0em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 1px;
	line-height: 14px;
}

.bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
	margin: 4px 0px 10px 1px;
	line-height: 11px;
}


.doubleLines {
	padding: 0px;
	margin: 10px 10px 0px 0px;
	background-image:  url("../images/doubleline.gif");
	background-repeat: repeat-x;
	height: 10px;
	background-position: top;
}
.greyLine {
	background-image: url(../images/dot666666.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:1px;
	margin:10px 0;
}

.topItemTable {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none #B85630;
}
.tdRightLIne {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #B85630;
	border-right-color: #B85630;
	border-bottom-color: #B85630;
	border-left-color: #B85630;
	padding-right: 5px;
	padding-left: 5px;
}
.itemIkon {
	margin-left: 10px;
}
.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgRight {
	float: right;
	margin-left: 10px;
}
.tabellData {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fef1cf;
	border: 1px solid #666666;
	margin:10px 0;
}
.tabellDataHeader {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.tabellDataNumbers {
	font-size: 0.9em;
	color: #000000;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.tabellDataNumbersSmall {
	font-size: 0.8em;
	color: #000000;
	padding-right: 0.3em;
	padding-left: 0.3em;
}
.tabellDataNumbersRightLine {
	font-size: 0.9em;
	color: #000000;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FBDB90;
}
.tabellDataNumbersSmallRightLine {
	font-size: 0.8em;
	color: #000000;
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #FBDB90;
}

.tabellDataHorizLine {
	background-repeat: repeat-x;
	background-position: center;
	height:1px;
	margin:0 0;
	background-image: url(../images/dotfbdb90.gif);
}
.nyhetDatum {
	font-size: 0.95em;
	margin-bottom: 2px;
}
.nyhetRubr {
	font-weight: bold;
}


/* Formatsspecifika CSSes */

#holder {
	width: 710px;
	margin: 0 0 0 60px;
}

#header {
	padding: 0px;
	margin: 0px;
}
#headerLogo {
	padding: 0px;
	margin: 0px;
}
#headerFlags {
	display:none;
}
#headerFlags img{
	padding: 0px;
	margin: 24px 4px 0px 0px;
}
#headerMeny {
	display:none;
}

#content{
	margin: 15px 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}


#startMain {
	padding: 0px;
	margin: 0 20px 0 0;
	width:490px;
	float: left;
}
#startRight {
	padding: 0px;
	margin: 0px 10px 0px 510px;
}
#startHistory{
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#startProdPuffar{
	padding: 0px;
	margin: 10px 0px;
}

#footer {
	padding: 0px;
	margin: 0px;
}
#footerLeft{
	display:none;
}
#footerRight {
	padding:0px 10px 0 0;
	margin: 0px 0px 0 0;
	float:right;
	text-align:right;
}

#nyhetRightTop{
	padding: 5px 10px;
	border: 1px solid #666666;
	background-color:#666666;
}
#nyhetRightContent{
	padding: 10px;
	border: 1px solid #666666;
}

#nyhetRightContent ul
{
margin: 0;
padding: 0;
list-style-type: none;

}
#nyhetRightContent li
{
	margin-bottom:5px;
}
#nyhetRightContent a
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666666;

}

#nyhetMain {
	margin-right: 30px;
}

.startImgRight {
	border: 1px solid #666666;
}

#navcontainer {
	display:none;
	
}


.startMainPuff {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
#mainTable ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	margin: 5px 0 5px 20px;
	padding: 0;
	
}
#mainTable li {
	
	margin: 0 0 0 5px;
}
.ImgBorderLightGrey {
	border: 1px solid #CCCCCC;
}
.inputKatalog {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	height: 1.5em;
	border: 1px solid #CCCCCC;
}
#relateradedokDiv {
	display:none
}
.inputKatalogAntal {
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	height: 1.3em;
	border: 1px solid #CCCCCC;
	top: -3px;
	position: relative;
}
.inputKontakt {

	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.nyhetRightDatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
.nyhetBrodList
{
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #33333;
}
.inaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#CCCCCC;
}
.galleriSidlista_aktiv
{
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}
.galleriSidlista
{
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}
.NoPrint
{
	display:none;	
}

/************************* Konfigurator ******************************/

#editOfferBtn, #GorBestallningBtn, #printOfferBtn, #xmlMonitorBtn
{
	display:none;	
}


