/*
Design by Ariotellos
http://www.ariotellos.com/hemsideverkstad.html
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}


#contmain
{
width: 665px;
margin: 0 auto;
background: #ffffff;
}

h1, h2, h3 {
	color: #399;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #399;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #399;
}

a:hover {
	border: none;
	text-decoration: none;
	background: transparent;
    color: #399;
	
}

a:link { text-decoration: none;
border: none;

}
a:visited { border: none}
a:active { border: none} 

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #399;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #399;
}


#main
{
width: 665px;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
margin: 0 auto;
background: #ffffff;
}

/* Header */

#header {
	width: 665px;
	margin: 0 auto;
	height: 287px;
	background: #ffffff;
}

#menu {
	float: left;
	height: 40px;
	width: 600px;
	padding-left: 65px;
	background: #ffffff url(images/menu_re.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 110px;
	text-decoration: none;
	border:none;
	font-size: 13px;
	padding-top: 15px;
	font-weight: bold;
	color: #FFF;
    text-align: center;

}

#menu a:hover {
	color: #ffffff;
	background: url(images/menu_reb.gif) repeat-x;
}



/* Logo */

#logo {
	width: 665px;
	height: 247px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	text-align: lefr;
}


#logo h1 {
	padding-top: 180px;
	padding-left: 20px;
	color: #399;
	font-size: 18px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 665px;
	background: url(images/table_back1.gif) repeat-x;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 430px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content H4 a
{
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #399;

}

#content p
{
line-height: 20px;
}

#content .box
{
border: 1px solid #399;
width: 403px;
margin-bottom: 20px;
}

#content .box2
{
border: 1px solid #ffffff;
background: #ffffff url(images/box_back1.gif) repeat-x top;
width: 381px;
padding: 10px;
}

.date {
	text-align: right;
	color: #399;
	font-size: 11px;
}

.date a {
	color: #399;
}



/* Sidebars */

.sidebar {
	float: left;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
  	width: 218px;
	padding-top: 20px;
}

#sidebar2 li h2 {
	background: url(images/title1.gif) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li li {
	padding: 5px;

	background: url(images/small.png) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



#bottom
{
}

/* Footer */
#footer
{
padding-top: 20px;
border-top: 5px solid  #399;
height: 50px;
width: 665px;
background: url(images/table_back1.gif) top repeat-x;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}

/* image positioning - left, right and center */
.left
{ float: left; 
 
}

.right
{ float: right; 
  
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}


html, body { 
  height: 100%; 
  margin: 0 0 1px; 
  padding: 0; 
}
 
.wrapper { 
    min-height: 100%; 
    height: auto; 
	background-image: url(../images/bgtopp.png); background-position: center top; background-repeat: no-repeat;} 
	
.header { height: 60px; padding-top: 200px;} 
.content{  height: auto; min-height: 350px; background-image: url(../images/bgmain.png); background-position: center top; background-repeat: repeat-y; padding-top: 25px;} 
.footer { height: 20px; padding-top: 40px; background-image: url(../images/footer.png); background-position: center top; background-repeat: no-repeat;}
