/*

This template is designed to be used on one site alone - www.olevik.se
Copyright 2009 Martin Svalander
	
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #bcaa92;
	background-image: url(images/bg.jpg);
	margin: 0;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	padding-right: 30px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 485px;
}
h1 {
	font-size: 16px;
	color: #FAE5AD;
	text-align: left;
	margin: 8px 2px 8px 2px;
}

.banner a, .banner font {
	visibility: hidden;
	}

form {
	margin: 0;
}
.main {
	width: 600px;
	margin: auto;
	padding: 0;
}
.banner {
	height: 137px;
	width: 600px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.banner {
	width: 600px;
	margin-top: 30px;
	text-align: left;
}

.highlight {
	background-color: #FAE5AD;
}
.banner a {
	color: red;
}
.menu {
	float:left;
	background: url("images/innerheader.png") bottom left no-repeat;
	padding-left: 35px;
	width: 600px;
	height: 45px;
	line-height:normal;
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana,Helvetica,sans-serif;
	list-style: none;
}
.menu ul {
	padding: 0 0 0 0;
	list-style:none;
}

.menu li {
	float: left;
    background:url("images/tab-left.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0px 13px;
}

.menu a { 
    display:block;
    background:url("images/tab-right.png") no-repeat right top;
    margin: 0;
	padding: 5px 20px 0px 0;
    color: #666;
}

li.menu_current {
    background-image:url("images/tab-left-on.png");
    }

.menu_current a {
    background-image:url("images/tab-right-on.png");
    padding-bottom: 3px;
    }


/* Commented Backslash Hack hides rule from IE5-Mac \ */
.menu span a {float:none;}
    /* End IE5-Mac hack */

.menu a:link, .menu a:visited, .menu a:active { 
	font-weight: bold;
	text-decoration: none;
	color: #454545;
}

.menu_default a:link, .menu_default a:visited, .menu_default a:active, .menu_default a:hover {	
	font-weight: bold;
	text-decoration: none;
	color: #454545;
}
.menu a:hover {
	color: #000000;
}

.menu_current a:link {
	color: #000000;
}

#wrap1 {
float: left;
width: 600px;
height: 0px;

}

#wrap2 {
float: left;
background: url("images/innerbg.png") repeat-y;
padding-top: 0;
width:600px;
}

.content {
	width: 485px;
	min-height: 300px;
	margin: 0 0 0 40px;
	padding: 8px 20px 20px 20px;
	background: url("images/row.png") repeat-y right top;
	text-align: justify;
}
 
.content h2 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
}

.content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.footer {
	width: 600px;
	height: 105px;
	background-color: #FAE5AD;
	font-size: 8px;
	color: #666666;
	padding-top: 85px;
	text-align: center;
	line-height: 18px;
	float: left;
	background: url("images/footer.png") top left no-repeat;
	
}