  /*//////////////////////////////////////////////
  //						//
  //	 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 : Verdana, Arial, Geneva, sans-serif;
	font-size : 12px;
	color : #2E281C;
	background: #E4E4E4 url('bilder/bg_main.jpg') center top repeat-x;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #aaa; text-decoration: none; }
a:link#current { color: #505050; text-decoration: none; }

#container {
	width: 720px;
	border: #f0f0f0 solid 0px;
	margin: 0 0 0 -360px;
	padding: 0 0 0px 0px;
	position: absolute; left: 50%;
}


/***************************************************
  MAIN CONTAINERS

****************************************************/

#header {
	width: 720px;
	height: 150px;
	border: solid 0px;
	background: url('bilder/bg_header.gif') center center no-repeat;
	padding: 50px 0 0 0px;
	margin: 00px 0 0 0px;
}

#mainbox {
	width: 690px;
	height: 395px;
	border: solid 0px;
	background: url('bilder/bg_main.gif') bottom right no-repeat;
	padding: 25px 15px 15px 15px;
	margin: -65px 0 0 0px;
}

#mainbox p {
	width: 390px;
	height: auto;
	border: solid 0px;
	padding: 0px;
	margin: 0 0 10px 0px;
}

#mainbox p.kontaktruta {
	width: 249px;
	background: url('bilder/bg_phone.gif') center left no-repeat;
	border: solid 0px;
	padding: 9px 0 10px 51px;
	margin: 0 0 15px 25px;
}

#mainbox img {
	margin: 0 0 10px 0px;
}

#footer {
	width: 300px;
	border-top: #bbb dotted 1px;
	padding: 5px 0 0 0px;
	margin: 10px 0 0 -150px;
	position: absolute; left: 50%;
}

#footer p {
	font-size : 10px;
	color : #7F7B73;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 0px 0 0 0px;
	margin: 0px 0 0px 0px;
}

#footer a:link { color: #7F7B73; text-decoration: underline; }
#footer a:visited { color: #7F7B73; text-decoration: underline; }
#footer a:hover { color: #aaa; text-decoration: none; }