  /*//////////////////////////////////////////////
  //						//
  //	 COPYRIGHT © STEFAN ERIKSSON 2009.	//
  //	 ALL RIGHTS RESERVED.			//
  //						//
  //	 eMAIL: stefan@graphiccomics.com	//
  //	 PHONE: +46 705159446 (SWEDEN)		//
  //						//
  //////////////////////////////////////////////*/

/***************************************************
  GENERAL

****************************************************/

body,html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family : Trebuchet MS, Arial, Geneva, sans-serif;
	font-size : 12px;
	color : #444;
	background: #004278;
}

a:link { color: #004278; text-decoration: underline; }
a:visited { color: #004278; text-decoration: underline; }
a:hover { color: #aaa; text-decoration: none; }
a:link#current { color: #505050; text-decoration: none; }

#container {
	width: 750px;
	height: auto;
	border: #f00 solid 0px;
	margin: 25px 0 0 -375px;
	padding: 0 0 0px 0px;
	background: #FFF;
	position: relative; left: 50%;
}

#maincontainer {
	width: 750px;
	height: auto;
	padding: 0 0 0 0px;
	margin: 0px 0 20px 0px;
	position: relative;
}

/***************************************************
  HEADER + MENUS

****************************************************/

#header {
	width: 750px;
	height: 140px;
	border: solid 0px;
	background: #FFF url('bilder/bg_header.jpg') center bottom no-repeat;
	padding: 0px 0 0 0px;
	margin: 00px 0 0 0px;
}

#menu {
	width: 750px;
	height: 40px;
	background: #fff;
	font-family : Trebuchet MS, Arial, Verdana, Geneva, sans-serif;
	border: #f00 solid 0px;
	text-align: center;
	padding: 15px 0 0 0px;
	margin: 0px 0 0 0px;
}

#menu ul,li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu a {
	display: inline;
	padding: 0px 8px 0px 8px;
	margin: -1px;
}

#menu li a:link { color: #004278; text-decoration: none; }
#menu li a:visited { color: #004278; text-decoration: none; }
#menu li a:hover { color: #FFF; background: #004278; text-decoration: none; }
#menu li a:link#current { color: #FFF; background: #004278; font-weight: bold; text-decoration: none; }
#menu li a:visited#current { color: #FFF; background: #004278; font-weight: bold; text-decoration: none; }



#test_menu {
	width: 180px;
	border-bottom: #ccc solid 2px;
	padding: 0px 0 0 0px;
	margin: 40px 0 0 0px;
}

#test_menu ul {
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
}

#test_menu li {
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;
}

#test_menu a {
	text-transform: uppercase;
	display: block;
	border-top: #ccc solid 2px;
	padding: 3px 3px 3px 15px;
	margin: 0px 0 0 0px;
}

#test_menu ul.submeny a {
	text-transform: none;
	display: block;
	background: #EEE;
	border-top: #ccc solid 1px;
	padding: 3px 3px 3px 25px;
	margin: 0px 0 0 0px;
}


#test_menu li a:link { color: #666; text-decoration: none; }
#test_menu li a:visited { color: #666; text-decoration: none; }
#test_menu li a:hover { color: #FFF; background: #004278; text-decoration: none; }
#test_menu li a:link#current { color: #FFF; background: #AAA; font-weight: bold; text-decoration: none; }
#test_menu li a:visited#current { color: #FFF; background: #AAA; font-weight: bold; text-decoration: none; }
#test_menu li a:hover#current { color: #FFF; background: #004278; font-weight: bold; text-decoration: none; }

#test_menu ul.submeny a:link { color: #444; text-decoration: none; }
#test_menu ul.submeny a:visited { color: #444; text-decoration: none; }
#test_menu ul.submeny a:hover { color: #FFF; background: #3578AB; text-decoration: none; }
#test_menu ul.submeny a:link#current { color: #FFF; background: #3578AB; font-weight: bold; text-decoration: none; }
#test_menu ul.submeny a:visited#current { color: #FFF; background: #3578AB; font-weight: bold; text-decoration: none; }



/***************************************************
  MAIN CONTENT

****************************************************/

#maincontent {
	width: 495px;
	height: auto;
	border: #f00 solid 0px;
	padding: 0 0 0 0px;
	margin: 0px 0 0 230px;
	position: relative;
}

#maincontent h1 {
	font-family: "Times New Roman", serif;
	font-size : 24px;
	color: #004278;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0px;
}

#maincontent h2 {
	font-family: "Times New Roman", serif;
	font-size : 18px;
	color: #004278;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin: 0px 0 5px 0px;
}

#maincontent p {
	width: 495px;
	line-height: 16px;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0px;
}

#maincontent p.newsdate {
	font-size: 10px;
	color: #AAA;
	padding: 0px;
	margin: 5px 0 -0px 0px;
}

#maincontent p.newsitem {
	width: 495px;
	line-height: 16px;
	border-bottom: #AAA dotted 1px;
	text-align: left;
	padding: 0px 0 6px 0px;
	margin: 0px 0 0 0px;
}

#maincontent p.newsitem img {
	border: 0px;
	float: right;
	padding: 0px 0 0px 0px;
	margin: 0px 0 10px 15px;
}

#maincontent div.clientbox {
	width: 495px;
	text-align: center;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0 0px;
}

#maincontent div.clientbox img,a {
	border: 0;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0px;
}

#maincontent div.passbox {
	width: 495px;
	text-align: left;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0 0px;
}

#maincontent div.kontaktbox {
	width: 495px;
	text-align: left;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0 0px;
}


#maincontent div.kontaktbox p label {
	width: 70px;
	margin: 0 0 0 5px;
	padding: 5px;
	float:left;
	text-align: right;
	font-weight: normal;
	color: #000;
}

#maincontent div.kontaktbox p input, textarea {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0 0 10px 20px;
}

#maincontent div.kontaktbox input.button {
	position: relative; left: 104px;
}


/***************************************************
  SORTIMENT

****************************************************/

#produktsortiment {
	text-align: center;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0 0px;
}

#produktsortiment a {
	width: 130px;
	height: 130px;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0px;
}

#produktsortiment img {
	border: 0px;
	padding: 0px 0 0px 0px;
	margin: 0px 10px 10px 10px;

	z-index: 100;
}

#produktsortiment img.liggande {
	padding: 0 10px 0 10px;
}

#produktsortiment img.staende {
	padding: 10px 0px 10px 0px;
}

#produktsortiment a:link { color: #999; text-decoration: none; }
#produktsortiment a:visited { color: #999; text-decoration: none; }
#produktsortiment a:hover { color: #004278; text-decoration: none; }

#produktsortiment div.produkt {
	width: 160px;
	height: 175px;
	position: relative;
	z-index: 100;
	float: left;
	padding: 0px 0 0px 0px;
	margin: 0px 0px 10px 0px;
}

#produktsortiment div.produkt p {
	width: 165px;
	text-align: center;
	position: absolute; bottom: 10px; left: 10px;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0;
}

#maincontent h2.byline {
	color: #666;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0px;
}

#produkt {
	text-align: center;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0 0px;
}

#produkt div#leftcol {
	float: left;
	border: #f00 solid 0px;	
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0px;
}

#produkt div#leftcol p {
	width: 250px;
	border: #f00 solid 0px;	
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0px;
}

#produkt div.color {
	text-align: center;
	line-height: 12px; 
	width: 40px;
	float: left;
	padding: 0px 0 0px 0px;
	margin: 10px 5px 10px 5px;
}

#produkt div.hattar {
	text-align: left;
	clear: both;
	width: 250px;
	border: #f00 solid 0px;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0px 0px;
}

#produkt div.color img {
	margin: 0px 0px 1px 0px;
}

#produkt div.image {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 0px;
}

#produkt table {
	width: 250px;
	clear: both;
	padding: 0px 0 0px 0px;
	margin: 15px 0px 0 0px;
}

#produkt th.headline {
	text-align: left;
	font-weight: bold;
	color: #444;
	background: #FFF;
	padding: 2px;
}

#produkt th {
	width: 38%;
	text-align: right;
	font-weight: normal;
	color: #FFF;
	background: #3578AB;
	padding: 2px 5px 2px 5px;
}

#produkt td {
	text-align: left;
	background: #CCC;
	padding: 2px 5px 2px 2px;
}

a.knapp {
	padding: 0px 8px 0px 8px;
	margin: 0px 10px 0 0px;
}

a.knapp:link { color: #FFF; background: #004278; text-decoration: none; }
a.knapp:visited { color: #FFF; background: #004278; text-decoration: none; }
a.knapp:hover { color: #004278; background: none; text-decoration: none; }


/***************************************************
  SPONSRINGAR

****************************************************/

#maincontent div.spons_box h2 {
	font-family: "Times New Roman", serif;
	font-size : 16px;
	color: #004278;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0 0px;
}

#maincontent div.spons_box h3 {
	font-family: "Trebuchet MS",Verdana, arial, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000;
	padding: 0px 0 0px 0px;
	margin: 0px 0 15px 5px;
}

#maincontent div.spons_box {
	border-bottom: #AAA dotted 1px;
	padding: 0px 0 0px 0px;
	margin: 15px 0 0px 0px;
	position: relative;
}

#maincontent div.spons_box div.bildbox {
	width: 222px;
	text-align: right;
	border: #f00 solid 0px;
	padding: 0px 0 0px 0px;
	margin: 0px 0 15px 5px;
	position: relative;
}

#maincontent div.spons_box div.bildbox img {
	border: #AAA solid 1px;
	padding: 5px;
	margin: 0px 7px 7px 0px;
}

#maincontent div.spons_box div.bildbox p {
	width: 265px;
	border: #AAA solid 0px;
	position: absolute; top: 0px; left: 230px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


/***************************************************
  LEFT CONTENT

****************************************************/

#leftcontent {
	width: 180px;
	height: auto;
	background: #FFF;
	border: #f00 solid 0px;
	float: left;
	padding: 0 0 0 0px;
	margin: 0px 0 0 25px;
	position: relative;
}

#leftcontent p.left_headline {
	font-family: "Times New Roman", serif;
	font-size : 18px;
	color: #004278;
	font-weight: bold;
	padding: 0 0 0 0px;
	margin: 25px 0 7px 0px;
}

#leftcontent div.imglink {
	padding: 0px;
	margin: 0 0 8px 0px;
	position: relative;
}

#leftcontent div.imglink img {
	background: #FFF;
	border: #AAA solid 1px;
	padding: 14px;
	margin: 0px 0 0px 0px;
}

#leftcontent div.imglink a {
	padding: 0px 3px 0px 3px;
	margin: 0px;
	z-index: 100;
	position: absolute; bottom: 0px; right: 0px;
}

#leftcontent div.imglink a:link { color: #FFF; background: #004278; text-decoration: none; }
#leftcontent div.imglink a:visited { color: #FFF; background: #004278; text-decoration: none; }
#leftcontent div.imglink a:hover { color: #000; background: #FFF; text-decoration: none; }



/***************************************************
  FOOTER + DIV

****************************************************/

#footer {
	width: 750px;
	height: 65px;
	text-align: right;
	border: #f00 solid 0px;
	background: url('bilder/bottom_footer.gif') center top no-repeat;
	clear: both;
	padding: 0px 0px 0 0px;
	margin: 0 0 0px 0px;
}

#footer p {
	border-top: #EEE solid 0px;
	font-size: 10px;
	color: #999;
	padding: 16px 25px 0 0px;
	margin: 0px 0 0 px;
}




a.admin img {
	border: #f00 solid 0px;
	padding: 0px 0px 0 0px;
	margin: 0 0 0px 0px;
}

legend {
	padding: 5px;
	margin: 0 0 0px -20px;
	color: #aaa;
	
}

fieldset {
	border: solid #aaa 1px;
	padding: 10px 0px 20px 25px;
	margin: 0 0 20px 0px;
	
}



div.admincolor {
	text-align: center;
	width: 50px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0 0px;
}

b.popup { color:#F00; text-decoration:none; position:relative; display:block; position:relative; left:0; top:0; margin: 5px 0 10px 10px;}
b.popup span {display:none;}
b.popup:hover {color:#000; cursor:default;}
b.popup:hover span.popbox {display:block; position:relative; width:auto; height:auto; background-color:#fff; color:#000; font-size: 9px; border:0px solid #04e; padding:20px;}


/***************************************************
  ORDERFORMS

****************************************************/

#maincontent div.order_form {
	width: 495px;
	margin: 25px 0 0 0;
	border: 0px solid #000;
}

#maincontent div.order_form form {
	text-align: left;
}

#maincontent div.order_form2 div.formsgroup {
	width: 300px;
	text-align: right;
	margin: 0 0 0 50px;
	padding: 15px 0 15px 0px;
	border-bottom: solid 1px #004278;
}

#maincontent div.order_form2 div.formsgroup_end {
	width: 300px;
	text-align: right;
	margin: 0 0 0 50px;
	padding: 15px 0 15px 0px;
}

#maincontent div.order_form2 div.formsgroup input {
	margin: 0 0 8px 4px;
	border: 1px solid #AAA;
}

#maincontent div.order_form2 div.formsgroup select {
	margin: 0 0 8px 4px;
	border: 1px solid #AAA;
}

#maincontent div.order_form2 div.formsgroup p {
	width: 300px;
	margin: 10px 0 0px 0px;
}

#maincontent div.order_form2 div.formsgroup_end p {
	width: 300px;
	margin: 10px 0 0px 0px;
}





#eXTReMe {
	position: absolute; bottom: 0; right: 0;
}




