/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3 {
	color: #000;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	margin: 0;
	padding: 0;
	/* height: auto !important; */
	/* min-height: 100%;*/
	width: 100%;
}

/* IE Win < 7 only \*/
* html #wrapper {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	width: 100%;
}
/* end IE Win < 7 only */

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
	border-top: 1px solid #fff;
	background: url(images/img07.jpg) repeat-x bottom;
	background-color: #d4e0fa;
}


/* Header */

#header {
	display: none;
	width: 920px;
	height: 130px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	background: #CAE646 url(images/img01.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	display: none;
	float: left;
	width: 240px;
	height: 50px;
}

#logo img {
	text-align: center;
	padding: 0px 0px 5px 30px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000;
}

/* Header > Menu */

#nav_top {
	display: none;
	float: right;
}

#nav_top ul {
	margin: 0;
	padding-top: 89px;
	list-style: none;
}

#nav_top li {
	display: inline;
}

#nav_top a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img05.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#nav_top a:hover {
	background-image: url(images/img04.gif);
}

#nav_top a.current {
	background-image: url(images/img04.gif);
}

#breadcrumbs {
	display: none;
	margin-bottom: 20px;
}

#container {
	clear: both;
	float: left;
}

/* Content */

#content {
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 0px 50px 0px;
}

/* Content > Main */

/* Content > Main > Main Content */

#main {
	float: left;
	width: 100%;
	padding: 0px;
}

.main span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.main_box {
}

.main_box h1 {
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000;
}

.main_box img {
	text-align: left;
}

.main_box p {
	padding: 5px 10px 5px 10px;
}

.main_box {
	border-top: 1px solid #fff;
	/*background: url(images/img07.gif) repeat-x bottom;*/
	/*background-color: #d4e0fa;*/ 
}



/* Content > Sidebar */

#sidebar {
	display: none;
	float: left;
	width: 220px;
}

#sidebar .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

/* Content > Sidebar > Navigation (left) */

#nav_left ul {
	margin: 0;
	padding-top: 0px;
	list-style: none;
}

#nav_left li {
	list-style: none;
	line-height: 30px;
	background-color: transparent;
}

#nav_left li a {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}

#nav_left li a:hover {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
	/*background: url(images/img07.gif) repeat-x bottom;*/
}

#nav_left a.level1-no{
	text-align: left;
	width: 100%;
	line-height: 12px;
	background: transparent;
	color: #666;
}

#nav_left a.level1-act{
	text-align: left;
	width: 100%;
	line-height: 12px;
	background: transparent;
	color: #000;
}

/* Footer */

#footer {
	display: none;
	clear: both;
	margin: 10px auto 0px auto;
	width: 960px;
	height: 72px;
	padding: 10px 0;
	background: url(images/content_top.jpg) no-repeat;
	text-align: center;
	font-size: 11px;
	color: #000;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666;
}

#footer a:hover {
	color: #000;
}

#footer a.footer_link {
	text-decoration: underline;
	color: #000;
}


/* EXTENSIONS */

/***********************************************/
/* News List Styles                            */
/***********************************************/ 

/************** #News Search-View Styles **************/
div#news_search {
	width: 90%;	
}

/************** #News Archive-View Styles **************/
div#news_archive {
	float: left;
	margin: 10px;
	padding: 10px;
}

div#news_archive ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

div#news_archive li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

/************** #News Single-View Styles **************/
div#news_single {
}


div#news_single h2 {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	border-bottom: 1px solid #fff;
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

div#news_single_body {
	clear: both;
	float: left;
	padding: 5px 5px 20px 5px;
	background: url(images/img07.jpg) repeat-x bottom;
	background-color: #d4e0fa;
}

div#news_single_img {
	float: right;
	width: 120px;
	padding: 5px;
}

div#news_single_date {
	padding-bottom: 8px;
}

div#news_single_subheader {
	float: left;
	width: 500px;
	padding: 0px 0px 0px 10px;
}

div#news_single_content {
	float: left;
	display: block;
	width: 500px;
	padding: 5px 0px 10px 10px;
}

div#news_single_author {
	clear: both;
	text-align: justify;
	text-align: right;
	font-size: 80%;
	padding-right: 10px;
}

div#news_single_links {
	clear: both;
	float: left;
	font-style: normal;
	text-align: left;
	font-size: 90%;
	padding-left: 10px;
}

div#news_single_related {
	clear: both;
	float: left;
	font-style: normal;
	text-align: left;
	font-size: 90%;
	padding-left: 10px;
}

/************** #News List-View Styles **************/
div#news_list {
	padding: 10px;
	margin-bottom: 20px;
}

.news_list_item {
	clear: both;
	float: left;
	width: 100%;
	background-color: transparent;
	border-top: 1px dashed #496087;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.news_list_header {
	padding-left: 10px;
	clear: both;
}

.news_list_title {
	padding-left: 10px;
}

.news_list_subheader {
	float: left;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-weight: normal;
	font-size: 90%;
}

.news_list_image {
	display: none;
	float: right;
	background-color: transparent;
	padding: 5px;
}

.news_list a {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.news_list a:link{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.news_list a:visited{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.news_list a:hover{
	color: #f450a9;
	background-color: transparent;
	text-decoration: none;
}

.news_list_subheader bodytext{
	font-size: 90%;
	font-weight	: normal;
	padding: 5px 10px 5px 10px;
}


/************** #News Latest-View Styles **************/
div#news_latest {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	overflow: auto;
}

.news_latest_item {
	padding: 0px 5px 3px 5px;
	margin: 0px;
	background-color: transparent;
	border-top: 1px dashed #666;
	
}

.latest_news p {
	padding: 0px 5px 0px 5px;
	margin: 3px;
	background-color: transparent;
}

.news_latest_category {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

.news_latest_date {
	font-size: 80%;
	padding: 0px;
	margin: 0px;
}

.news_latest_subheader {
	padding: 3px;
	margin: 0px 0px 10px 0px;
}

.news_latest_subheader p {
	font-size: 90%;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

.news_latest_image {
	padding: 0px;
}

div#news_latest_title {
	padding: 0px;
	margin: 0px;
	color: #f450a9;
	font-size: 90%;
}

div#news_latest_toArchive {
	font-size: 90%;
	font-weight: normal;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	border-top: 1px dashed #666;
}

.tx-ttnews-browsebox {
	clear: both;
	width: 100%;
	margin: 10px auto 20px auto;
	text-align: center;
}

.tx-ttnews-browsebox a {
	text-decoration: none;
}

.tx-ttnews-browsebox a:hover {
	color: #000;
}

.tx-ttnews-browsebox a.active {
	color: #000;
	font-weight: bold;
}

.tx-ttnews-browsebox p {
	margin: 0px;
	padding: 0px;
}

/* Drop-Down Menü */

#hauptmenue {
	line-height : normal;
	text-align: left;
	height:auto;
	overflow:hidden;
	width: 100%;
}

#hauptmenue ul {
	list-style-type : none;
	margin-right : 0;
	padding : 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align:right;
	display:inline;
}

#hauptmenue li {
	display : inline;
	margin : 0;
	padding : 0;
}

#yymenu a {
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #000;
	margin: 0px;
	border-top: solid 1px #fff;
	background-image: url(images/img05_lev2.gif);
}

#yymenu a.last {
	border-style: none;
}

#yymenu  {
	background: #2e3e4b; 
}

#yymenu a:hover {
	color: #2D4200;
	background-image: url(images/img04_lev2.gif);  
}

.mmLevel1, .mmLevel2{
	padding-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #96cd72;
}

#yymenu .sub {
	background-image: url(../images/ypmenu_pfeilg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.goof-fotoboek-fix1 {
	float: right;
	width: 650px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	background: url(images/img07.jpg) repeat-x bottom;
	padding-bottom: 20px;
	background-color: #d4e0fa;
}

.goof-fotoboek-fix1 h1 {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	height: 28px;
	padding: 12px 0px 0px 20px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}

.goof-fotoboek-fix1 table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
} 

.goof-fotoboek-fix1 img {
	padding-top: 8px;
} 

.goof-fotoboek-fix1 a {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #E58C24;
} 
