/*
Theme Name: Fellinger WP theme
Theme URI: http://www.fellinger.nl/
Description: Theme voor de site van Stephan Fellinger
Version: 1.0
Author: OrangeValley
Author URI: http://www.orangevalley.nl/
*/

body {
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #bb7834 url(images/bg.jpg) repeat-x fixed center top;
}

h1 {
	font-size: 16px;
	color: #33aaff;
	margin: 0;
	padding: 20px 0 5px 30px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	margin: 0;
	padding: 0 0 15px 30px;
}

img {
	border: none;
}

a {
	color: #33aaff;
}

div#mainContainer {
	width: 820px;
	background: white;
	margin: auto;
	padding: 0;
	margin-bottom: 70px;
	margin-top: 40px;
	overflow:hidden;
}

div#header {
	background: url(images/bg_hoofd.jpg);
	background-position: 520px 0px;
	background-repeat: no-repeat;
	height: 205px;
	width: 820px;
}

div#menu {
	position: absolute;
	margin: 90px 0 10px 0;
	padding-bottom: 12px;
	width: 820px;
	background: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#menu ul {
	margin: 0 0 0 25px;
	padding: 0;
}

div#menu ul li {
	list-style: none;
	float: left;
	margin-right: 1px;
	width: 80px;
	height: 30px;
}

div#menu ul li a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 7px 10px;
	width: 80px;
	height: 30px;
	display: block;
}

div#menu ul li a.active {
	color: red;
	background: url(images/bg_menu_on.gif);
	background-repeat: no-repeat;
}

div#menu ul li a:hover {
	color: black;
	background: url(images/bg_menu_on.gif);
	background-repeat: no-repeat;
}

div#logo {
	padding: 30px 0 0 25px;
}

div#center {
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 20px 10px 10px;
	padding: 0 0 15px 0;
}

div#content_left {
	width: 510px;
	background: url(images/paper_center.jpg);
	background-repeat: repeat-y;
	margin: 15px 0 0 0;
}

div#content_right {
	float: right;
	margin-left: 525px;
	width: 275px;
	margin: 50px 0 30px 0;
}

div#content_paper {
	background: url(images/paper_header.jpg) left top;
	background-repeat: no-repeat;
	padding: 40px 50px 0 0;
}

div#content_paper p {
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
	width: 440px;
}

div#content_left p {
	padding: 0 0 0 30px;
}

div#content_left .paperclip {
	margin-left: -25px;
	margin-bottom: -45px;
	width: 81px;
	position: absolute;
}

a.b_twitter {
	height: 32px;
	line-height: 31px;
	display: inline-block;
	width: 145px;
	background: url(images/b_twitter.gif) top left;
	background-repeat: no-repeat;
}

img#twitter {
	position: absolute;
	margin-left: 519px;
	padding-top: 16px;
}

a.b_twitter:hover {
	background: url(images/b_twitter_on.gif) top left;
	background-repeat: no-repeat;
}

a.b_linked {
	height: 32px;
	line-height: 31px;
	display: inline-block;
	width: 120px;
	background: url(images/b_linked.gif) top left;
	background-repeat: no-repeat;
}

a.b_linked:hover {
	background: url(images/b_linked_on.gif) top left;
	background-repeat: no-repeat;
}

div.break {
	font-size: 11px;
	color: #666666;
	background: url(images/bg_break.gif);
	width: 404px;
	height: 55px;
	margin-left: 1px;
	padding: 20px 30px 0 60px;
}

div.break ul, div.break_bottom ul {
	margin: 0;
	padding: 0;
}

div.break ul li, div.break_bottom ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0
}

div.break ul li.right, div.break_bottom ul li.right {
	float: right;
}

div.break_bottom {
	font-size: 11px;
	color: #666666;
	background: url(images/bg_break_bottom.gif);
	width: 404px;
	height: 35px;
	margin-left: 1px;
	padding: 20px 30px 0 60px;
}

div#footer {
	color: #999999;
	text-align: right;
	padding: 7px 20px;
	border-top: 3px solid #3b2509;
	background: url(images/bg2.gif);
}

div#footer a:hover {
	color: white;
}

div#footer a {
	color: #999999;
}
