/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #006699;}
a:hover {color: #1B4054;}
body {
	color: #333;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #1B4054;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
input {
	color: #555;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border: 1px solid #1B4054;
}
textarea {
	color: #555;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border: 1px solid #1B4054;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {
	list-style-type: none;
}
h1 {font-size: 1.4em;}
h4 {font-size: 1.4em;}
blockquote {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	position: absolute;
	left: 504px;
	top: 557px;
	float: right;
	background-color: #FFFFFF;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}


/* misc */
.clearer {clear: both;}

/* structure */
.container {
	width: 955px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/bgcontainer.gif);
	background-repeat: repeat-y;
}

/* top */
.top {
	height: 20px;
	width: 860px;
	background-color: #1B4054;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 10px;
	text-align: right;
	color: #6BACCE;
}
.top a {
	color: #CDE3EE;
	line-height: 20px;
	text-decoration: none;
	width:auto;
}
.top a:hover {
	color: #81B9D6;
	background-color: #1B4054;
	text-decoration: underline;
}
.top span {
	color: #81B9D6;
}

/* header */
.header {
	background: url(../img/header-1.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 880px;
}

/* item */
.item {clear: both;}
.item .date {
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 672px;
}
.item .content2 {
	float: left;
	width: 672px;
	height:auto;
}
.item .content2 li {
	list-style-image: url(../img/li.gif);
	line-height: 20px;
	font-weight: bold;
}
.item h1 {
	background: #1B4054;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item h2 {
	color: #1B4054;
	line-height: 18px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 209px;
}
.navigation h1 {
	background: #1B4054;
	color: #FFF;
	font-size: 1.2em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(../img/bgnavigation.gif) repeat-x;
	color: #1B4054;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	list-style-type: none;
}
.navigation li a:hover {
	color: #3885AD;
	background-color: #E8F6BF;
	list-style-type: none;
}

.sottomenu ul {margin: 0; padding: 0;}
.sottomenu li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	font-size: 10px;
}
.sottomenu li a {
	color: #1B4054;
	display: block;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../img/bgnavigation.gif);
	background-repeat: repeat-x;
	background-color: #D0E5EF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.sottomenu li a:hover {
	color: #3885AD;
	background-color: #E8F6BF;
	text-decoration: underline;
}

/* footer */
.footer {
	color: #FFF;
	font-size: 1.1em;
	width: 880px;
	height: 55px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3987B0;
	background-image: url(../img/bgfooter.gif);
	background-repeat: repeat-x;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
.footer .left, .footer .right {
	line-height: 1.5em;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	margin-top: 5px;
}

/* floats */
.left {float: left;}
.right {float: right;}


/* VARIE */
.foto {
	padding: 1px;
	margin-top: 5px;
	border: 2px solid #D1E5F0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bottonForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align:center;
	color: #FFFFFF;
	background-color: #1B4054;
	margin: 10px;
	padding: 0px;
}
.bottonFormRoll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align:center;
	color: #1B4054;
	background-color: #AAD0E3;
	margin: 10px;
	padding: 0px;
}
