html { 
	height:100%;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	margin:0;
	color: #666666;
	height: 100%;
}

p {
	font-size: 13px;
	color: #666666;
	line-height: 16px;
}

h1 {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

.TitleWrapper h1 {
	color: #ffffff;
	font-size: 13px;
	
}

h2 {
	font-size: 13px;
	line-height: 13px;
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #b20988;
}

a:visited {
	text-decoration: none;
	color: #b20988;
}

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

a:active { 
	text-decoration: none;
	color: #b20988;
}


ul {
	list-style-type: none;
	text-decoration: none;
	margin-left: 0px;
	padding: 0px;
	
}

li {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}


/* !mailform */
/* ---------------------------------------------------------------------- */

.csc-mailform-submit {
	margin-top: 20px;
	background-color: #666666;
	color: #ffffff;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
}

.csc-mailform-submit :hover {
	background-color: #666666;
	color: #cccccc;
}
/* !mainWrapper */
/* ---------------------------------------------------------------------- */

#MainWrapper {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}

#MainWrapperContent {
	background-color: #ffffff;
	background-image: url(../images/bg-linien.jpg); 
	background-repeat: repeat-y;
	height: auto;
	/* width: 920px; */
	width: 935px;
	top: 0px;
	position: absolute;
	margin-bottom: 20px;
}




/* !topmenu */
/* ---------------------------------------------------------------------- */

#TopMenu {
	position: absolute;
	top: 685px;
	left: 360px;
}

#TopMenuItem {
	float: left;
	margin-left: 4px;
	font-size: 9px;
}

#TopMenuItem a:link {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #ffffff;
}

#TopMenuItem a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #ffffff;
}

#TopMenuItem a:hover { 
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-size: 9px;
	color: #666666;
}

#TopMenuItem a:active { 
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 9px;
	color: #ffffff;
}



/* !header */
/* ---------------------------------------------------------------------- */


#Header {
	/* width: 720px; */
	height: 65px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 12px;
	text-align: right;
}

#Header a {
	border: 0px solid #ffffff;
}

#Header img {
	border: 0px solid #ffffff;
}

/* !menu */
/* ---------------------------------------------------------------------- */

#MenuWrapper {
	margin-top: 38px;
	margin-left: 30px;
	float: left;
	width: 150px;
	/* height: 20px; */
	/* background-color: #666666; */
}


#Menu {
	/* margin-top: 40px;
	border-top: 21px solid #666666; */
}

.MenuItem {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 14px;
	line-height: 16px;
}

.MenuItem a:link {
	text-decoration: none;
	color: #666666;
}

.MenuItem a:visited {
	text-decoration: none;
	color: #666666;
}

.MenuItem a:hover { 
	text-decoration: none;
	color: #e3a6d4;
}

.MenuItem a:active { 
	text-decoration: none;
	color: #b20988;
}

.MenuItemActive {
	/* background-image: url(../images/menupfeil.gif); */
	/* background-repeat: no-repeat; */
	color: #b20988;
	font-size: 10pt;	
	margin-top: 14px;
	line-height: 16px;
}

.MenuItemActive a:link {
	text-decoration: none;
	color: #b20988;
}

.MenuItemActive a:visited {
	text-decoration: none;
	color: #b20988;
}

.MenuItemActive a:hover { 
	text-decoration: none;
	color: #e3a6d4;
}

.MenuItemActive a:active { 
	text-decoration: none;
	color: #b20988;
}


/* !content */
/* ---------------------------------------------------------------------- */

#ContentWrapper {
	float: left;
	width: 700px;
	height: auto;
	margin-top: 0px;
	margin-left: 20px;
	overflow-x: hidden;
	overflow: hidden;
}

.TitleWrapper {
/*	background-color: #666666;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
*/
	
	width: 700px;
	height: auto;
	margin-bottom: 20px;

}

.TitleWrapper h1 {
    border-top: 1px solid #666;
	border-bottom: 1px solid #666;
    margin-left: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-left: 10px;
}

.Title {
	margin-left: 0px;
	color: #666666;

}

.TitleWrapper a {
	color: #666666;
}

.TitleWrapper a:hover {
	color: #e3a6d4;
}

.TitleWrapper h1 {
	color: #666;
	font-weight: bold;
	line-height: 30px;

}

/* !Content 1 Column */
/* ---------------------------------------------------------------------- */

.OneWrapper {
	height: auto;
	margin-bottom: 20px;	
}

.OneContent {
	width: 700px;
}

/* !Content 2 Column */
/* ---------------------------------------------------------------------- */

.TwoWrapper {
	height: auto;
	margin-bottom: 20px;
}

.TwoContentLeft {
	width: 330px;
	height: auto;
	float: left;
}

.TwoContentRight {
	width: 330px;
	height: auto;
	margin-left: 40px;
	float: left;
}

/* !Content 3 Column */
/* ---------------------------------------------------------------------- */

.ThreeWrapper {
	height: auto;
	margin-bottom: 20px;
}

.ThreeContentLeft {
	width: 212px;
	height: auto;
	float: left;
}

.ThreeContentMiddle {
	width: 212px;
	height: auto;
	float: left;
	margin-left: 20px;
}

.ThreeContentRight {
	width: 212px;
	height: auto;
	margin-left: 20px;
	float: left;
}




/* !smoothgallery */
/* ---------------------------------------------------------------------- */

.myGallery {
	border: 0px;
}


.jdGallery .slideElement {
	background-color: #ffffff;
}

*/


/* !goof_book */
/* ---------------------------------------------------------------------- */


.tx-gooffotoboek-pi1 {
	height: 250px;
	overflow: hidden;
}

.gfpb_landscape {
	border: 1px solid #666666;
}

.gfpb_square {
	border: 1px solid #666666;
}

.tabel {
	margin-top: 14px;
}

.thumpwrap {
	float: left;
	height: 160px;
	width: 140px;
	margin-right: 20px;
}

.ComentTitleWrap {
	margin-top: 30px;
	margin-bottom: 10px;
}


.ComentTitleWrap {

}
*/


/* !tt_news */
/* ---------------------------------------------------------------------- */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/* !tt_news latest view */
/* ---------------------------------------------------------------------- */

.news-latest-container {
	border:0px solid #333;
	background-color:#ffffff;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#666666;
	padding:3px;
	margin:3px;
	border:0px solid #666;
	/*background-color:#ffffff;*/
	background-color:#ffffff;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:0px solid #666;
	background-color:#FFFFFF;
}

.news-latest-item IMG {

	margin-bottom:20px;
	margin-right:20px;
	border:0px solid #666;
	float:left;
	max-width: 320px;
	max-height: 320px;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	margin-right: 10px;
}

.news-latest-title {
	font-size: 14px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

/* !tt_news list view */
/* ---------------------------------------------------------------------- */

.news-list-container {

	border:1px solid #000;
	background-color:#BBE53A;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #F9FFE5;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/* !tt_news page browser */
/* ---------------------------------------------------------------------- */

.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/* !tt_news single view */
/* ---------------------------------------------------------------------- */

.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/* !tt_news Archivemenu (AMENU)  */
/* ---------------------------------------------------------------------- */

.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}


/* !tt_news Categorymenu (CATMENU) */
/* ---------------------------------------------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


   )

}

/* !wt_gallery */
/* ---------------------------------------------------------------------- */

.tx-wtgallery-pi1 {
	margin-bottom: 40px;
	margin-top: 20px;
	width: 700px;
}

/* !wt_gallery categorie mode */
/* ---------------------------------------------------------------------- */

.tx-wtgallery-pi1 {
	margin-bottom: 40px;
	margin-top: 20px;
}

div.wtgallery_categories { 
	border: 0px solid silver;
	width: 170px;
	padding: 10px;
	float: left;
	margin: 5px 0;
}
div.wtgallery_category_pic {
	float: left;
}
div.wtgallery_category_pic {
	margin-right: 10px;
}
div.wtgallery_category_folder {
	margin: 20px 0 10px 0;
}
p.wtgallery_category_pagebrowser {
	display: none;
}

/* !wt_gallery list mode  */
/* ---------------------------------------------------------------------- */

.wtgallery_listpic_pic {
	border: 1px solid white;
}
.wtgallery_listpic {
	border: 0px solid #888888;
	width: 100px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.wtgallery_pagebrowser_up {
	display: none;
}

.wtgallery_pagebrowser_sign {
	float: left;
	margin-right: 10px;
}

.wtgallery_pagebrowser_sign wtgallery_pagebrowser_page {
	float: left;
}

.wtgallery_pagebrowser_sign wtgallery_pagebrowser_fwd {
	float: left;
}

/* !wt_gallery single mode */
/* ---------------------------------------------------------------------- */

#wtgallery_singlepic_area {
	margin-top: 20px;
}

.wtgallery_singlepic_pic {
	border: 1px solid white;
}
.wtgallery_singlepic {
	border: 0px solid #888888;
	width: 482px;
	margin-left: 100px;
	text-align: center;
}


.wtgallery_singlepic_popup {
	text-align: center;
	margin-top: 10px;
}

.wtgallery_singlepic_up {
	text-align: center;
}

.wtgallery_singepic_back {
	text-align: center;
}

.wtgallery_singlepic_fwdback {
	clear: both;
	height: 20px;
	margin-left:100px;
	width:482px;
}

.wtgallery_singlepic_fwd {
	float: right;
}

.wtgallery_singlepic_back {
	float: left;
}

.wtgallery_singlepic_comment {
	text-align: center;
}

.wtgallery_singlepic_comment h2 {
	margin-bottom: 0px;
	line-height: 0px;
}

.wtgallery_singlepic_comment p {
	margin-top: 10px;
}

/* !lightbox */
/* ---------------------------------------------------------------------- */


dl.csc-textpic-image {
	margin-bottom: 20px !important;
	margin-right: 20px !important;
}

.csc-textpic-imagewrap {
	width: 700px !important;
}

.csc-textpic-imagerow {
	width: 700px !important;
}

.csc-textpic-caption {
	margin-top: 3px !important;
}

#overlay {
	background-color: #ffffff !important;
}

#numberDisplay {
	display: none !important;
}

.presentationmodeSpan {
	display: none;
}

.presentation_showImageCaption {
	padding-bottom: 10px;
}

/* !textbox */
/* ---------------------------------------------------------------------- */

/*
#930771
#b20988
#e3a6d4
#fce9f7
*/

.csc-frame-frame1 {
	background-color: #fce9f7;
	/* background-color: #dfdeda; */
	border-top: 1px solid #e3a6d4;
	border-bottom: 1px solid #e3a6d4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 1em;
}

.csc-textpic-lastcol {
	margin-right: 20px !important;
}


/* !feediting */
/* ---------------------------------------------------------------------- */

#feEditAdvanced-container {
    position: fixed;
    z-index: 8000;
}


div#feEditAdvanced-menuBar a.feEditAdvanced-smallButton {
    background-image: none !important;
    background-color: #000000 !important;
    font-size: 13px !important;
    padding: 5px !important;
    width: auto !important;
}

div#feEditAdvanced-menuBar a.feEditAdvanced-button, div#feEditAdvanced-menuBar a.feEditAdvanced-smallButton, div#feEditAdvanced-menuBar div.feEditAdvanced-smallButton {
    background-image: none !important;  
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: auto !important;
}

.bodytext {
	font-size: 10pt;
}

#c324 a {
	font-weight: bold;
}

#c786 a {
	font-weight: bold;
}

