/* General */

input 
{
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #fff;
	border: 1px solid #333;
}

.button 
{
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	background-color: #93002e;
	border: none;
	text-transform: uppercase;
	margin: 0;
}

.button:hover {
	cursor: pointer;
	background-color: #67002e;
}

.hide {
	display: none;
}

.w100 {
	width: 100%;
}

a {
	text-decoration: underline;
	color: #444;
}

a:hover {
	color: #93002e;
}

.link {
	background: #fff url(images/bullet.jpg) no-repeat 0 60%;
	color: #000;
	padding-left: 7px;
}

.link:hover {
	background: #fff url(images/bullet.jpg) no-repeat 0 60%;
	color: #93002e;
}

/* General text styles */
body {
	font: 11px/1.5em verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

h1 {
	color: #93002e;
	font-size: 170%;
}

h1.big {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	color: #93002E;
	margin-bottom: 2px;
}

h4 {
	font-size: 115%;
	font-weight: bold;
}

#header {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff url(images/header.jpg) no-repeat top right;
	height: 110px;
}

#header .logo {
	height: 110px;
	width: 260px;
	padding-left: 50px;
	float: left;
}

#header .logo_big {
	background: transparent url(../images/logo_big.gif) no-repeat 50px 0;
	height: 110px;
	width: 300px;
	float: left;
}

#header_content {
	float: right;
	padding-right: 60px;
	position: relative;
	width: 400px;
}

#search {
	float: right;
	margin-top: 50px;
}

#search .button {
	margin-left: 4px;
}

#search input {
}

#language_choice * {
	
}

#language_choice {
	float: right;
	color: #93002e;
	margin: 0;
	margin-top: 60px;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 0px;
}

#language_choice ul, #language_choice li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#language_choice li {
	line-height: 0.8em;
	font-size: 0.85em;
	float: left;
	border-left: 1px solid #000;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	padding-right: 0px;
	display: block;
}

#language_choice li a {
	padding: 0 2px 0 0px;
	margin: 0;
	color: #000;
	text-decoration: none;
}

#language_choice li a:hover {
	color: #93002e;
	text-decoration: none;
}

#language_choice li.selected {

	padding: 0 4px 0 0px;
	margin: 0;
}

#language_choice li.first {
	border-left: none;
}

/* Lay-out */
body {
	background-color: #e1e6e9;
	text-align: center;
	padding: 0;
	margin: 30px 0 0 0;
}

#wrap {
	width: 920px;
	text-align: left;
	margin: auto;
	background: #fff url(images/content.jpg) repeat-y top right;
}

#wrap-bottom {
}

#content 
{
    margin-left: 1px;
	width: 891px;
}

#content .language_choice {
	float: left;
	text-align: center;
	width: 100%;
	margin: 60px 0 40px 0;
}

#content .language_choice .image {
	background: #fff url(images/vissen_groen.jpg) no-repeat center;
	height: 410px;
}

#content .language_choice ul {
	padding: 10px;
}

#content .language_choice ul, #content .language_choice li {
	list-style: none;
	
}

#content .language_choice li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #000;
}

#content .language_choice li.first {
	border-left: none;
}

#content .language_choice a {
	color: #000;
	font-size: 1.15em;
	text-decoration: none;
	text-transform: uppercase;
}

#content .language_choice a:hover {
	color: #93002e;
}

.col_3 {
	float: left;
	width: 380px;
	background: transparent url(images/3col.jpg);
}	

.col {
	width: 120px;
	margin-right: 6px;
	padding-right: 4px;
	float: left;
}

.col_3 .last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

/* Footer */ 
#footer {
	padding: 15px 0 15px 0;
	text-align: center;
	background: #e1e6e9 url(images/footer.jpg) no-repeat top left;
	color: #48505c;
	font-size: .90em;
	clear: both;
	width: 100%;
}

#footer a {
	font-weight: bold;
	color: #48505c;
	text-decoration: none;
}

#footer a:hover {
	color: #222;
}

/* News */
.news h2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0;
}

.news .date {
	font-weight: bold;
}


