/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	.csc-textpic-caption { font-size: 10px;}	
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; font-size: 10px;}
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; font-size: 10px;}
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; font-size: 10px;}

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */


/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #feda7a;        (Background 1)
Background Color 2: #CC9900;        (Background 2)
Background Color 3: #FCC834;        (Background 2)

Text, main:        #000000
Text Color 1: #F50906;        (red)
Text Color 2: #10007B;        (green)
Text Color 3: #8A0020;        (blue)

Links                #000066
Link hover: #F50906;

Borders/Lines        #333333
*/


/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
PRE { font-family: monospace; }
A {
	color: #643500;
	text-decoration: none;
	font-weight: bold;
}
A:hover { color: #F50906; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 12px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #CC9900; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #FCC834; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

/******************/
/* Headers, plain */
/******************/
H1 { font-size: 18px; }
H2 { font-size: 18px;  }
H3 { font-size: 16px;  }
H4 { font-size: 14px;  }
H1, H2, H3, H4, H5, H6 {
        margin: 25px 0px 10px 0px;
}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
H2 A {  }
H3 A {  }
H4 A {  }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #186900; }
P.csc-subheader-2 { color: #10007B; }
P.csc-subheader-3 { color: #8A0020; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {
        font-size: 12px;
        color: #000000;
        margin-bottom: 5px;
}
/*P.bodytext A { font-weight: bold; }*/

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 10px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable {  margin: 10px 0px 10px 0px; width: 98%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 12px; }
TABLE.contenttable TR {  }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 12px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P {  }

TABLE.contenttable-1 P {  }
TABLE.contenttable-1 TR.tr-0 TD P {  }
TABLE.contenttable-1 TR.tr-0 TD { }

TABLE.contenttable-2 P {  }
TABLE.contenttable-2 TR TD.td-0 { }
TABLE.contenttable-2 TR TD.td-0 P {  }

TABLE.contenttable-3 P { }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { }
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {  }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd {  }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }



/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD {  padding-left: 0px; padding-right: 10px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { }
FORM TABLE TR TD.csc-form-fieldcell {  }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {  }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {  }

/* Search form, specifically */
FORM TABLE.csc-searchform { padding: 20px 0px 10px 0px; width: 300px; }
FORM TABLE.csc-searchform TR TD { padding: 10px 0px 10px 0px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 200px; }


INPUT.submit{background-color:#CC9900}

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR {  }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 0px 0px px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-size: 18px; font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
P.csc-searchResultHeader A { text-decoration: none; }
P.csc-searchResultHeader A:hover { text-decoration: none; }
P.csc-searchResultHeader {
	background-color: #CC9900;
	font-size: 12px;	
	padding: 2px 0px 2px 5px;
}
P.csc-searchResult { margin-bottom:10px; margin-left:5px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: #F50906 }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu {  }
DIV.csc-menu P {  font-size: 12px; font-weight: bold; margin: 4px 0px 0px 0px; padding: 2px 2px 2px 10px;}
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }
DIV.csc-menu P A {  }
DIV.csc-menu P A:hover {  }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; margin-top:20px }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { font-size: 18px; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { font-size: 14px; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { font-size: 12px; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { font-size: 12px; font-weight: bold; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A {  }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal;  margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A {  }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/* G�tebuch */
    .tx-guestbook-list-header { background-color: #CC9900; color: #000000; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #feda7a; }
    .tx-guestbook-list-rowleft { background-color: #FCC834; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #CC9900; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#CC9900; font-size:12; color:#333333; width:150; height:20; padding-right: 10px;}
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#CC9900; font-size:12; color:#333333; width:150; height:20; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#CC9900; font-size:12; color:#333333; width:250; }
    .tx-guestbook-form-obligationfield { color: #F50906; }
    .tx-guestbook-form-error { color: #F50906; }	
    .tx-guestbook input{width:150; height:20;}
    .tx-srfreecap-pi2-cant-read{ color: #000000; font-size: 12px;}

/* News -Plugin /

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

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

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

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

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

.news-latest-container H2,.news-latest-gotoarchive {
        color:#fff;
        padding:3px;
        margin:3px;
        border:1px solid #666;
        /*background-color:#D8FA70;*/
        background-color:#769024;
}

.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 */
        padding:3px;
        margin:3px;
        border:1px solid #666;
        background-color:#F9FFE5;
}

.news-latest-item IMG {

        margin-bottom:5px;
        margin-right:5px;
        border:1px solid #666;
        float:left;
}
.news-latest-category IMG {
        float: none;
        border:none;
        margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
        font-size:9px;
}

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

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


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}


.news-list-item {
        /* IE hack */        
        line-height: 1.3;
		height:auto;
        /* IE hack end */
		width:600px;
        margin:10px 0px 10px 0px;
        border-style: solid; border-width: 1pt; border-color:#CC9900;
        background-color: #feda7a;
}

.news-list-item .bodytext{
  margin-right: 3px;
}

.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-top:0px;
        margin-bottom: 5px;
        padding: 2px;
        background-color: #CC9900;
        font-size: 12px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
        padding-left:2px;
        text-decoration: none;

}
.news-list-container H3 A {
        text-decoration: none;
}
.news-list-container P {
        padding-left:3px;
}
.news-list-date {
        float: right;
        color: #FCC834;
        width: 180px;
        text-align: right;
        
        margin-top: -2px;
        margin-right: -1px;
        font-size: 9px;
        font-weight: normal;
        background-color: #CC9900;
        }

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

        }

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

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



        /*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
        margin:3px;        
        padding:3px;
        background-color:#feda7a;
}
.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 {        
        
}

.tx-ttnews-browsebox-SCell a{
	color:#000000;
	font-weight: normal;	
}

.news-search-emptyMsg {
        font-size: 11px;
        margin-left: 10px;
}
        /*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
        padding:5px;
        margin-bottom:5px;               
}

.news-single-item H2 {
        font-size: 20px;
}

.news-single-item H3 {
		font-size: 12px;
		font-weight:bold;
        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-size: 12px;
        margin-bottom: 15px;
        margin-top: 10px;
}

.news-single-timedata {
        float: right;
}

.news-single-timedata, .news-single-author {
        font-size: 12px;
}

.news-single-imgcaption {
	font-size: 9px;
}

.news-single-author {
        padding-bottom: 3px;
		font-size: 12px;
}
.news-single-additional-info {        
        clear: both;
        margin-top: 15px;        
        padding:3px;
        padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
        margin:0px;
        margin-bottom: 3px;
        padding:3px;        
}

.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: 12px;
        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;
}


/********************** Mailform **********************************/
	.csc-mailform {
	position: relative;
	display:block;
	width:90%;
	border:0px solid #3399cc;
	PADDING:5px;
}
  
.csc-mailform-field label {
	position: relative;
	display:block;
	width:120px;
	float: left;
	left:10px;
	text-align: right;
	PADDING:2px;
	margin:2px;
}
 
.csc-mailform-field input, textarea {
	position: relative;
	width:auto;
	left:20px;
	background: #ffffff;
	border:1px solid #CC9900;
	PADDING:2px;
	margin:2px;
}


.csc-mailform-field select{
	position: relative;
	width:auto;
	left:20px;
	background: #ffffff;
	border:1px solid #CC9900;
	PADDING:2px;
	margin:2px;
}
 
#mailformattachment{
	border:1px solid #CC9900;
	background: #ffffff;
}

.csc-mailform-check {
	border: none;
	width:auto;
	left: 22px;
	border: 1px solid #CC9900;
	PADDING:2px;
	margin:2px;
}

.csc-mailform-radio {
	width:auto;	
	float:left;
	PADDING:2px;
	margin:2px;
	
}

.csc-mailform-radio label{
	text-align: left;
	PADDING:2px;	
	margin-left: 10px;
	width:auto;
}


.csc-mailform-radio fieldset {
	border:0px;		
	width:380px;
}


.csc-mailform-radio legend {
	display: none;		
}
  
#mailformformtype_mail {
	clear: left;
	position: relative;
	display:block;
	left:150px;
	width:auto;
}

input, select{
	border: 1px solid #CC9900;
	background-color:#ffffff;
}


/********************** Mailform Ende **********************************/

/************************* gallerie - listing *************************/
#tx-lzgallery-pi1 {
	font-size:12px;
}

#tx-lzgallery-pi1-listing {
	width: 600px;
	margin-top : 0px;
	margin-bottom : 0px;

}

#tx-lzgallery-pi1-item{
	border-color: #CC9900;
	border-width: 1px;
	border-style: solid;	
	background-color:#feda7a;	
}

#tx-lzgallery-pi1-listing tr.line1 {
        background-color: #CC9900; font-weight:bold;
        height: 25px;
        padding-left:5px;		
}

#tx-lzgallery-pi1-listing tr.line1 a{
     text-decoration:none;
}

#tx-lzgallery-pi1-listing tr.line1 a:active, #tx-lzgallery-pi1-listing tr.line1 a:hover
{
   font-weight:bold;
}

#tx-lzgallery-pi1-listing tr.line1 td.startdate{
        white-space:nowrap;
}

#tx-lzgallery-pi1-listing tr.line1 td.count{
        white-space:nowrap;
        padding-left:20px;
}

#tx-lzgallery-pi1-listing td.preview {
        padding:0px;
        width:85px;
        padding-left:0px;
        background-color:#feda7a;
}

#tx-lzgallery-pi1-listing td.title {
	
}


#tx-lzgallery-pi1-listing tr.line2 {
        padding:0px;
}


#tx-lzgallery-pi1-listing a {
        font-size:12px;
}

#tx-lzgallery-pi1-listing {
        font-size:12px;		
}

#tx-lzgallery-pi1-listing #line-descr-short {

}

#tx-lzgallery-pi1-parent-descr-short {
        padding:4px 4px 4px 4px;
}
#tx-lzgallery-pi1-parent-title {
	padding:4px 4px 4px 4px;
	font-size: 18px;
	font-weight: bold;	
}

#tx-lzgallery-pi1-parent-count {
        padding:4px 4px 4px 4px;
}

#tx-lzgallery-pi1-parent-subcount {
        padding:0px 4px 4px 4px;
}

#tx-lzgallery-pi1-listing td.information {
        white-space:nowrap;
}

.descr_short{
	
}

/* Galerie - Album */

#tx-lzgallery-pi1-fotonav td {text-align:center;padding-left:15px; color:#64644C;        }
#tx-lzgallery-pi1-fotonav td.descr {}
#tx-lzgallery-pi1-fotonav {
        background-color: #FCC834;
        margin-top : 1px;
        margin-bottom : 1px;
        width: 600px;
		border-style: solid; border-width: 1pt; border-color:#CC9900;
}


#tx-lzgallery-pi1-fotonav a{      
     text-decoration:none;
     font-weight:bold;
}

#tx-lzgallery-pi1-fotonav a:active, #tx-lzgallery-pi1-fotonav a:hover
{
  font-weight:bold;
}

#tx-lzgallery-pi1-fotos {
        margin-bottom: 10px;
}

#tx-lzgallery-pi1-fotos td {
        text-align:center;
        padding:0;
}

#tx-lzgallery-pi1-title {
        font-size : 18px;        
        margin-bottom : 10px;
        margin-top : 10px;
        text-align:center;
        margin-bottom:20px;
}
#tx-lzgallery-pi1-descr-long {
        margin-top : 1px;
        margin-bottom : 1px;
}

/* gallery - annotations */
.tx-lzgallery-pi1-5x5-filename {font-size:10px;font-style:italic;}
.tx-lzgallery-pi1-1x1-1 {font-size:12px;font-weight:bold;border-bottom:1px solid #ebeaea;}
.tx-lzgallery-pi1-1x1-2 {font-size:12px;border:1px solid #ebeaea;margin:3px 3px 3px 3px;}
.tx-lzgallery-pi1-1x1-filename {font-size:10px;}

/* Style Indexed Search */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { margin-top:20px;  width:100px; 	border: 1px solid #CC9900; background-color:#ffffff;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background-color: #FCC834; font-size:80%; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
.tx-indexedsearch .tx-indexedsearch-rules{margin-top: 10px;}


/************************************** Page-CSS ***************************************/
body {
	text-align: center;
	background-image: url(background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#container {
	text-align:left;
	margin:10px auto 0px;
    text-align: left;
	border:1px solid #CC9900;	
	width: 920px;
}

#logo {
        float:left;
        width: 140px;
		height: 80px;

}

#header {
	border-bottom:2px solid #643500;
	text-align:center;
	height: 80px;
	background-image:url(logo_www_small.gif);
    	background-repeat: no-repeat;
}

#headertext{		
		float:left;
		margin-top:0px;
		margin-left:1px;
		border-left: 2px solid #643500;
		height: 80px;	
		
}

#textlogo{		
		height: 60px;	
		text-align:left;
}

#topmenu{		
		height: 20px;	
		clear:both;
		text-align:left;
		margin-left: 12px;
}

#left {
	margin-left:-139px;/* must be 1 pixel less than width*/
	float:left;
	width:140px;/* must be same as left margin on #middle*/
	position:relative;
	left:-2px;/* line up exactly */
	display:inline;/* ie fix*/	
}

#contentleft{
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#right {
	margin-right:-139px;/* must be 1 pixel less than width*/
	float:right;
	width:140px;/* must be same as right margin on #middle*/
	position:relative;
	right:-2px;/* line up */
	display:inline;/* ie fix*/	
}

#contentright{
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/

#centre {
	
	
}

#middle {
    /*border-left: 2px solid #643500;
	border-right:1px solid #CC9900;*/
	margin-left:140px;
	margin-right:140px;	
}
#content{
    padding: 10px;
	text-align: justify;
	min-height:800px;	
	float:left;
	width:610px;
	border-left: 2px solid #643500;
}

#headline{
	padding: 10px;
	font-size: 20px;
 	font-weight: bold;
	float:left;
	width:610px;
	border-left: 2px solid #643500;	
	
}

#werbung{
	text-align: center;
}

/* mac hide and combat ie's 3 pixel jog \*/
* html #centre{overflow:hidden;float:left;width:100%;}
* html #middle {height:1%;}
/* end hide*/
#footer {
	clear:both;
	border-top:1px solid #CC9900;
	height:15px;
	text-align:center;
	font-size: 10px;	
}

a.menu {
	display:block;
	padding:3px;
	color:#CC9900;
	text-decoration:none;	
 }
a.menu:link, a.menu:visited
{ 
  color:#643500;
 text-decoration:none; font-weight:bold;
}
a.menu:hover
{ 
  color:#F50906; font-weight:bold;
  background-color:#FCC834;
}

a.menu_a {
 display:block;
 padding:3px;
 color:#643500;
 text-decoration:none;
 background-color:#CC9900;
 }
 
a.menu_a:link, a.menu_a:visited
{ 
 color:#643500;
 text-decoration:none; font-weight:bold;
 background-color:#CC9900;
}

a.menu_a:hover
{ 
  color:#F50906; font-weight:bold;
  background-color:#CC9900;
}

a.menutitle{
 
  color:#CC9900;
  font-weight:bolder;
  font-size:14px;
}

a.menutitle:hover
{ 
  color:#F50906;
}

a.menutitle:link, a.menutitle:visited
{ 
  color:#CC9900;;
}


/* Die Links in der Statusleiste
--------------------------------------------------------- */
a.menuliste {
	color:#FFFFFF;
	padding:2px 2px 2px 5px;
	margin:1px 0px;
	text-align:left;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 20px;
	font-style: italic;
}
a.menuliste:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.menuliste:hover {color:#999999; text-decoration:none;}
a.menuliste:active {color:#999999; text-decoration:none;}

a.menuliste_a {
	color:#999999;
	padding:2px 2px 2px 5px;
	margin:1px 0px;
	text-align:left;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 20px;
	font-style: italic;
}
a.menuliste_a:visited {
	color:#999999;
	text-decoration:none;
}
a.menuliste_a:hover {color:#999999; text-decoration:none;}
a.menuliste_a:active {color:#999999; text-decoration:none;}	

/*******************************************************************************
								search
********************************************************************************/

#search .input
{
	float:				left;
	width:				97px;
	height:				17px;
	margin-left:			5px;
	margin-top:			10px;
	margin-bottom:			15px;
}

#search .button
{
	background-color:		#feda7a;	
	float:				left;	
        border-style:			none;	
	margin-top:			10px;
	margin-bottom:			15px;	
}		