/*
By Ariotellos
http://www.ariotellos.com/hemsideverkstad/

*/

*
{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #306;
}

a:hover {
	text-decoration: none;
	color: #036;
}

a:visited {
	color: #036;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-size:12px;
	
	
}

#content
{
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#main
{
width: 800px;
background: url(images/back.jpg) no-repeat;
padding: 30px;
padding-top: 15px;
}

#back
{
width: 800px;
background: url(images/table_back.gif) no-repeat;
}

#header {
	height: 285px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#logo {

width: 800px;
height: 250px;
text-align: right;
padding-top: 0px;
padding-right: 10px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #999;
}
#logo H2 a
{
	font-size: 10px;
}


#menu
{
width: 800px;
height: 35px;
padding-left: 0px;

background: url(images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 80px;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: ;
	font-size: 13px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	width: 80px;
	height: 33px;




	color: # 000;
	text-decoration: none;
	background: url(images/buttons_r.gif) repeat-x;
}




#right
{
	width: 250px;
	float: right;
	padding-right:30px;
}

#right H3
{
width: 224px;
height: 34px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(images/title_back.gif) no-repeat top;
}



#right li  {
	padding: 6px;
	padding-bottom: 5px;
}

#right a {
	color: #666;
}
#right a:visited {
	color: #666;
}

#right p
{
font-size: 10px;
}

.bot
{
padding: 10px;
}


#left
{
	width: 490px;
	padding-top:7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #66C;
}

#left a
{
	color: #600;
	text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#left h2  {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #006;
}

#left h1  {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #006;
}



#left ol
{
margin-left: 30px;
}

#footer {
	height: 54px;
	width:800px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid # 999;
	margin-left: 0px;
	margin-right: 0px;
	background: url(images/footer.gif) repeat-x top;
	color: #ffffff;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #FFF;
	text-decoration:none;
}

/* image positioning - left, right and center */
.left
{ float: left; 
 
}

.right
{ float: right; 
  
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}


#lef
{
width: 650px;
padding: 50px;
padding-top:7px;
}

#lef H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #006;
}

#lef a
{
color: #006;
text-decoration: none;
}

#lef p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#lef h2  {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	color: #006;
}

#lef h1  {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #006;
}

#lef a:link {
	color: #999;
}

#lef a:hover {
	text-decoration: none;
	color: #333;
}

#lef a:visited {
	color: #333;
}


/*
Dropdownmeny

*/

.subMenu {
	position:absolute;
	display:none;
	
}
