/*  
Theme Name: FinansJouren
Description: FinansJouren
Version: 1.0
Author: Jocke & Anden
Author URI: None

*/

body {
	background-color: #dedede;
	margin:0px;
	padding:0px;

}
* {
	padding:0;
	margin:0;
}
#container {
	width: 870px;
	background-image: url('gfx/contentbg.png');
	margin: 0 auto;
}
#top {
	width: 850px;
	
	margin-left: 10px;
	background-image: url('gfx/topbg.png');
	height:99px;
	border-top: 3px solid #000000;
}
#menu {
	margin-left: 10px;
	width: 850px;
	height: 30px;
	border-top: 1px solid #ff0000;
	background-color: #aa0000;
	
}
#menu ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top:8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#menu li {
	display: inline;
	float: left;
	display: block;
	
	margin-left: 20px;
}
#menu li a {
	color: #ffffff;
	text-decoration:none;
}
#menu li a:visited {
	color: #ffffff;
}
#menu li a:hover {
	background-color: #ff0000;
	text-decoration: underline;
}

#middle {
	margin-left: 10px;
	width: 840px;
	background-image: url('gfx/middlebg.png');
	background-position: bottom left;
	padding-top: 0px;
	padding-left: 10px;
}
#middleleft {
	width: 600px;
	float:left;
	padding-top: 30px;
}
#middleright {
	width: 200px;
	float:right;
	padding-top: 13px;
	padding-left: 15px;
}
#middle table {
	font-family:Arial;
	font-size: 12px;
}
#middle table tr td {
	
}
#middle table tr td.h {
	font-weight: bold;
	background-color: #ffffff;
	border-bottom: 1px solid red;
}
.seek {
	float:right;
	margin: 10px 0 10px 0;
	border: 0px;
}
#content {
	margin-left: 10px;
	width: 850px;
	background-color: #ffffff;
	margin-top: 20px;
}
#content h1 {
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content h2 {
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content h2 a {
	color: #000000;
	text-decoration: none;
}
#content h2 a:visited {
	color: #000000;
	text-decoration: none;
}
#content p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 1.2em;
	color: #585858;
}
#content a {
	color: #4593c5;
}

#content small {
	color: #999999;
	font-family: Arial;
	font-size: 11px;
}
#left {
	width: 600px;
	float: left	;
	padding-left: 15px;

}
#right {
	width: 200px;
	float: right;
	padding-top: 50px;
	
}
#right ul {
	list-style: none;
	font-family: arial;
	font-size: 11px;
	color: #B3B3B3;
}
#right ul li a {
	color: #B3B3B3;
	text-decoration:none;
}
#right ul li b a{
	color: #ff0000;
}
#footer {
	clear: both;
	width: 840px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 10px;
	height: 30px;
	color: #999999;
	border-top: 1px solid #999999;
	background-color: #e9e9e9;
}