/*
MetaTale.eu
By Tijs (v 26-06-2008)
*/

/* HTML selectors */
body {
	font: 12px Arial, Verdana, sans-serif;
}
body, p, form, fieldset, input, img, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font: 20px "Trebuchet MS", Verdana, sans-serif;
	line-height: 24px;
}
h2 {
	font: 24px "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 10px;
	padding-left: 52px;
	height: 33px;
}
h2 span {
	color: #737375;
	font-size: 18px;
}
h3 {
	color: #8B1FAA;
	font-size: 22px;
	margin-bottom: 10px;
}
h3 span {
	background: url(../img/rss_paars.png) no-repeat right center;
	padding-right: 19px;
}

/* Links */
a {
	color: #A6B615;
}
a:hover, a:active {
	color: #8B1FAA;
}
.error a {
	color: #cc0000;
}
.error a:hover, .error a:active {
	color: #000;
}
ul.lijst a {
	color: #000;
	text-decoration: none;
}
ul.lijst a:hover, ul.lijst a:active {
	color: #8B1FAA;
}
#content ul.lijst a span {
	color: #737375;
	padding-right: 3px;
	padding-left: 15px;
}
#content ul.lijst a:hover span, #content ul.lijst a:active span {
	color: #000;
}
#content ul.lijst a span.stijgen {
	background: url(../img/ic_stijgen.png) center left no-repeat;
}
#content ul.lijst a span.dalen {
	background: url(../img/ic_dalen.png) center left no-repeat;
}
#content ul.lijst a span.gelijk {
	background: url(../img/ic_gelijk.png) center left no-repeat;
}
#footer a, #header a {
	color: #737375;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #header a:hover, #header a:active {
	color: #000;
	text-decoration: underline;
}

/* Position */
#container {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Header */
#header {
	margin-top: 20px;
}
#header p {
	color: #737375;
	text-align: right;
	margin-right: 20px;
}
.sidebar {
	width: 280px;
	float: left;
}
.content {
	width: 680px;
	float: right;
}
#header .sidebar {
	width: 225px;
	padding-left: 55px;
}
#logo {
	background: url(../img/logo.png) no-repeat;
}
#logo, #logo a {
	height: 125px;
	width: 171px;
}
#logo a {
	display: block;
}
#logo a:hover, #logo a:active {
	background: url(../img/logo.png) no-repeat 0px -125px;
}
#logo a span {
	display: none;
}
#about {
	background: url(../img/back_about.png) no-repeat;
	height: 260px;
	padding: 20px 260px 20px 20px;
}
#about p {
	color: #000;
	font-size: 14px;
	text-align: left;
	margin: 15px 0 20px 0;
	line-height: 18px;
}
#header .button-download a, #header .button-top a {
	color: #fff;
	font: 16px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	padding-left: 11px;
	line-height: 40px;
}
#header .button-download a {
	background: url(../img/button_download.gif) no-repeat;
	width: 209px;
	height: 40px;
	margin-right: 10px;
}
#header .button-top a {
	background: url(../img/button_top.gif) no-repeat;
	width: 104px;
	height: 40px;
}
#header .button-download a:hover, #header .button-download a:active {
	color: #000;
	background: url(../img/button_download.gif) no-repeat 0 -40px;
	text-decoration: none;
}
#header .button-top a:hover, #header .button-top a:active {
	color: #000;
	background: url(../img/button_top.gif) no-repeat 0 -40px;
	text-decoration: none;
}

/* Navigation */
#menu {
	height: 30px;
	white-space: nowrap;
	margin: 30px 0 0 20px;
	float: left;
}
#menu li {
	float: left;
	display: block;
	margin-right: 5px;
	text-align: center;
}
#menu li a {
	color : #fff;
	background: url(../img/nav_right.png) no-repeat right top;
	text-decoration: none;
	font: 16px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	display: block;
	display: inline-block; /* IE */
	height: 30px;
	line-height: 30px;
	border: none;
}
#menu li a:hover, #menu li a:active {
	color: #000;
	background: url(../img/nav_right.png) no-repeat right bottom;
	text-decoration: none;
}
#menu li a span {
	display: block;
	padding: 0 15px;
	background: url(../img/nav_left.png) no-repeat left top;
}
#menu li a:hover span, #menu li a:active span {
	background: url(../img/nav_left.png) no-repeat left bottom;
}

/* Active navigation */
#menu li.active a {
	color: #000;
	background: url(../img/nav_right.png) no-repeat right bottom;
}
#menu li.active a:hover, #menu li.active a:active {
	color: #fff;
	background: url(../img/nav_right.png) no-repeat right bottom;
}
#menu li.active a span {
	background: url(../img/nav_left.png) no-repeat left bottom;
}
#menu li.active a:hover span, #menu li.active a:active span {
	background: url(../img/nav_left.png) no-repeat left bottom;
}

/* Summary */
#summary {
	padding-top: 20px;
}
#summary p, #content p {
	line-height: 16px;
}
#summary .c1, #summary .c2, #summary .c3 {
	width: 306px;
}
#summary .c1,#summary .c2,#summary .c3 {
	background: url(../img/column_back.png) no-repeat left bottom;
}
#summary .c1 div,#summary .c2 div,#summary .c3 div {
	background: url(../img/column_top.png) no-repeat;
	padding: 15px;
}
#summary .c1 {
	float: left;
	margin-right: 21px;
}
#summary .c2 {
	float: left;
}
#summary .c3 {
	float: right;
	margin-left: 21px;
}
#summary .c1 h2 {
	background: url(../img/balloon_1.gif) no-repeat;
}
#summary .c2 h2 {
	background: url(../img/balloon_2.gif) no-repeat;
}
#summary .c3 h2 {
	background: url(../img/balloon_3.gif) no-repeat;
}

/* Content */
#content {
	padding-top: 25px;
}
#content .c1, #content .c2 {
	width: 465px;
}
#content .c1 {
	float: left;
}
#content .c2 {
	float: right;
}
#content p, #content ul, #content form {
	margin-bottom: 15px;
}
#content ul {
	margin-left: 30px;
}
#content li {
	line-height: 16px;
}
#content ul.lijst {
	border-top: 1px solid #E2E2E2;
	list-style: none;
	margin: 0 0 15px 0;
}
#content ul.lijst li {
	border-bottom: 1px solid #E2E2E2;
	line-height: 24px;
}
#content .c1, #content .c2 {
	margin-bottom: 10px;
}

/* Footer */
#footer {
	color: #737375;
	font-size: 14px;
	padding: 5px 0 15px 0;
	text-align: center;
}
#footer span {
	font-size: 11px;
}

/* Form */
fieldset {
	border: none;
}
input {
	font: 14px Arial, Helvetica, sans-serif;
	border: solid 1px #CFCFCF;
}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #CFCFCF;
	margin: 0 0 12px 0;
}
#indicator {
	margin-left: 10px;
	width: 14px;
	height: 14px;
}
.error {
	color: #cc0000;
}
.button-subscribe, .button-check, .button-code {
	border: none;
	margin-left: 5px;
	vertical-align: bottom;
}