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

modified for Typo3 by Zweieck OEG
*/

@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Verdana, Helvetica, sans-serif;;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #333;
    border:none;
}

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


/* Page */

#toprow {
	width: 100%;
	margin: 0;
    border-bottom: 1px solid #C9AF7B;
	background-color: #FCF8D1;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#toprow h2 {
	font-weight: normal;
    font-size: 11px;
    color: #333;
    margin: 0;
    padding: 3px 0 4px 0;
    line-height: 12px;
}

#page {
	width: 940px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

/* Logo */

#logo {
	height: 180px;
	background: #fff url(images/logo.gif) no-repeat center center;
    cursor: pointer;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	color: #777;
}

#logo h1 {
	padding: 100px 0 0 0;
	background: url(images/img03.gif) no-repeat center center;
	font-size: 25px;
}

#logo h2 {
	font-size: 13px;
    position: relative;
    top: -12px;
    color: #666;
}

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

/* Menu */

#menu {
	padding: 5px 20px 10px 20px;
	background: #85C329;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 6px 0;
	background: url(images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
    font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
}

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

#menuspecial {
	padding: 10px 10px 10px 20px;
	background: #FFA500;
}

#menuspecial .title {
	text-decoration: none;
    font-weight:normal;
	font-size: 14px;
	color: #222;
}

#menuspecial ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}

#menuspecial li {
	padding: 1px 0;
	/*background: url(images/img05.gif) repeat-x;*/
}

#menuspecial li.first {
	background: none;
}

#menuspecial a {
	text-decoration: none;
    font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
}

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

/* Login */

#newloginbox {
	padding: 0 10px 0 20px;
   /*	background: url(images/img06.gif) repeat-x; */
}

#newloginbox form {
	margin: 0;
	padding: 0 0 0 0;
}

#newloginbox fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#newloginbox label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 154px;
	margin-bottom: .5em;
	font-family: Verdana, Helvetica, sans-serif;;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font-family: Verdana, Helvetica, sans-serif;;
	color: #666666;
}

#newloginbox a {
    text-decoration: none;
    padding: 0 0 0 6px;
}

#newloginbox a:hover {
    text-decoration: none;
}
/* Banners */
    /* Leftbanners */
#leftbanners {
    text-align: left;
    padding: 15px 0 0 25px;
}

#leftbanners a {
    text-decoration: none;
    padding: 0;
}

#leftbanners a:hover {
    text-decoration: none;
}

    /* Partnerbanners */
#partnerbanners {
    text-align: left;
    padding: 2px 0 0 25px;
}

#partnerbanners h2 {
    text-align: left;
    color: #fff;
}

#partnerbanners a {
    color: #ddd;
    text-decoration: none;
}

#partnerbanners a:hover {
    color: #fff;
}

#partnerbanners a img {
    border: 1px solid #55c;
    margin: 0 0 2px 0;
}
#partnerbanners a:hover img {
    border: 1px solid #ddd;
}

    /* Bottombanners */
#bottombanners {
    text-align: center;
    padding: 5px 0 0 140px;
}

#bottombanners a {
    text-decoration: none;
    padding: 0;
}

#bottombanners a:hover {
    text-decoration: none;
}


/* ################################ newloginbox styles ################################ */
.tx-newloginbox-pi1 h1 {
    color: #fff;
}

.tx-newloginbox-pi1 input {
    background-color: #F9F9F9;
    border: 2px solid #999999;
    cursor: pointer;
    padding: 2px;
    color: #333;
}

h1.regbuttonheader {
    color: #fff;
    margin: 10px 0 0 18px;
}


a.regbutton {
    color: #333;
    font-size: 11px;
    display: block;
    background-color: #f3f3f3;
    border: 2px solid #999;
    font-weight: normal;
    margin: 0 25px 0 25px;
    text-align:center;
    line-height: 30px;
    text-decoration: none;
}

a.regbutton:hover {
    color: #000;
    font-weight: normal;
    background-color: #f9f9f9;
    border: 2px solid #777;
}


/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 180px;
	height: 32px;
	padding: 8px 10px 0 10px;
	background: url(images/img13.gif) repeat-x;
    text-align: center;
    color: #333;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 25px;
	padding: 15px 0 0 0;
    text-align: center;
}

#legal a {
    padding: 0 5px 0 5px;
    color: #555;
}

#legal a:hover {
    padding: 0 5px 0 5px;
    color: #777;
}

.clearer { clear: both;
  }

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #fff;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #555;
}

.boxed {
	padding: 5px 25px 5px 25px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.boxed a {
text-decoration: none;
}


.col-one {
	/*float: left;*/
	width: 600px;
}

.specialtextlink {
    font-weight:bold;
    color: #FF6600;
}


/* styles tx-zefewosuche-pi1 start */
.tx-zefewosuche-pi1 {
	margin: 10px 0 10px 0;
    padding: 5px 30px 18px 30px;
	background: #ffecc9;
	color: #222;
    border: 5px solid orange;
    min-height: 400px;
    text-align: justify;
}

.tx-zefewosuche-pi1 a {
	color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

.tx-zefewosuche-pi1 a:hover {
	color: #777;
}

.tx-zefewosuche-pi1 .zesearchcont {
	border-bottom: 1px solid #FFcc99;
    margin: 0 0 15px 0;
    padding: 0;
     width: 300px;
}

.tx-zefewosuche-pi1 .zesearchl1 {
	border-top: 1px solid #FFcc99;
    border-left: 1px solid #FFcc99;
    border-right: 1px solid #FFcc99;
    margin: 0;
    padding: 4px;
    background-color: #FeE8C4;
}
.tx-zefewosuche-pi1 .zesearchl2 {
	border-top: 1px solid #FFcc99;
    border-left: 1px solid #FFcc99;
    border-right: 1px solid #FFcc99;
    margin: 0;
    padding: 4px;
    background-color: #FFf2d1;
}

.tx-zefewosuche-pi1 .zesearchdivider {
	border-bottom: 1px dashed #FFA500;
    margin: 10px 0 10px 0;
}

.tx-zefewosuche-pi1 .smallsearch {
    padding: 10px 0 10px 0;
}

.tx-zefewosuche-pi1 label {
	padding: 3px 4px 0 0;
}

.tx-zefewosuche-pi1 select {
	border: 1px solid #FFcc99;
    padding: 2px;
}

.tx-zefewosuche-pi1 .calheader {
    font-weight: bold;
    margin: 15px 0 5px 0;
    /*width: 215px;*/
}

.tx-zefewosuche-pi1 .helptext {
	border: 1px solid #FFcc99;
    padding: 5px;
    margin: 10px 0 0 0;
    background-color: #FAECD2;
    /*width: 215px;*/
}

.arrows {
font-weight: bold;
font-size: 20px;  
}

.teaserimg {
border: none;
float: left;
margin: 0 7px 0 0;
}

.teaserimg a {
border: none;
}

.teaserimg a img {
border: 1px solid orange;
margin-bottom: 4px;
}

.teaserimg a:hover img {
border: 1px solid #fcc35b;
}

.teasertext {
position: relative;
}

.teaserclearall {
clear: both;
border-bottom: 1px dashed #FFA500;
margin-top: 6px;
}

.fullviewimage {
border: none;
float: right;
margin: 0 0 0 7px;
width: 150px;
}

.fullviewimage img {
border: 1px solid #777;
margin-bottom: 4px;
width: 150px;
}

.preiseheader {
}
.preisecont {
width: 90%;
border: 1px solid #fad592;
margin-bottom: 4px;
padding: 5px;
background: #faecd2;
}
.preiskat {
font-weight: bold;
margin: 0 0 2px 0;
}
.preishs {
}
.preisns {
margin: 0 0 6px 0;
}

.preistrenner {
width: 100%;
height: 1px;
border-top: 1px solid #fad592;
}

table.CalTable {
display: none;
padding: 0;
margin: 0;
border-collapse:collapse;
border: 1px solid #FAD592;
}

.helptext {
display: none;
}

.preiseheader {
display: none;
}
.preisecont {
display: none; 
}



table.CalTable td.year {
background-color: #fde6bd;
font-family: Arial;
font-size: 10px;
font-weight: bold;
border: 1px solid #FAD592;
cursor: default;
}

table.CalTable td.month {
background-color: #fde6bd;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
padding-right: 1px;
cursor: default;
}

table.CalTable td.day {
background-color: #fde6bd;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
cursor: default;
}

table.CalTable td.dayfree {
background-color: #4DAA3F;
color: #fff;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
cursor: pointer;
}

table.CalTable td.dayfreeover {
background-color: #99f98b;
color: #555;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
cursor: pointer;
}

table.CalTable td.wedayfree {
background-color: #449637;
color: #fff;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
cursor: pointer;
}

table.CalTable td.wedayfreeover {
background-color: #99f98b;
color: #555;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
cursor: pointer;
}

table.CalTable td.daybooked {
background-color: #FAECD2;
font-family: Arial;
font-size: 10px;
border: 1px solid #FAD592;
cursor: default;
}

table.CalTable td.daynone {
background-color: #fde6bd;
font-family: Arial;
font-size: 10px;
border: 1px solid #fde6bd;
cursor: default;
}

table.CalTable td.CalDivider {
background-color: #FAECD2;
border-bottom: 1px solid #FAD592;
border-left: 1px solid #FAECD2;
border-right: 1px solid #FAECD2;
border-top: 1px solid #FAECD2;
height: 6px;
cursor: default;
}




/* styles tx-zefewosuche-pi1 stop */


/* styles tx-zefewobuchung-pi1 start */
.tx-zefewobuchung-pi1 {
	margin: 10px 0 10px 0;
    padding: 5px 30px 18px 30px;
	background: #ffecc9;
	color: #222;
    border: 5px solid orange;
    min-height: 360px;
    text-align: justify;
}

.tx-zefewobuchung-pi1 input {
padding: 2px;
margin: 2px 2px 2px 4px;
vertical-align: middle;
border: 1px solid #FFcc99;
}

.tx-zefewobuchung-pi1 select {
padding: 2px;
margin: 2px 0 2px 2px;
vertical-align: middle;
border: 1px solid #FFcc99;
}

.tx-zefewobuchung-pi1 textarea {
padding: 2px;
margin: 2px;
vertical-align: top;
border: 1px solid #FFcc99;
}


.tx-zefewobuchung-pi1 a {
	color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}

.tx-zefewobuchung-pi1 a:hover {
	color: #777;
}

.zebuchcont {
    margin: 0 0 15px 0;
    padding: 0;
    width: 300px;
    text-align: right;
}

.tx-zefewobuchung-pi1 .zebuchdivider {
	border-bottom: 1px dashed #FFA500;
    margin: 10px 0 10px 0;
}

/* styles tx-zefewobuchung-pi1 stop */

/* styles tx-zefhinfoadmin-pi1 start */

#infobubble {
float: right;
padding: 12px 170px 0 0;
}

#infobubble a {
border: none;
cursor: default;
}

#infobubble a:hover {
border: none;
}

#infobubble a img {
border: none;
}

#infobubble a:hover img {
border: none;
}


.tx-zefhinfoadmin-pi1 a {
border: 1px solid #aaa;
background-color: #f3f3f3;
padding: 3px 5px 2px 5px;
text-decoration: none;
color: #555;
}

.tx-zefhinfoadmin-pi1 a:hover {
border: 1px solid #ccc;
background-color: #fafafa;
color: #777;
}

.tx-zefhinfoadmin-pi1 a img {
border: none;
}
.tx-zefhinfoadmin-pi1 a:hover img {
border: none;
}

.tx-zefhinfoadmin-pi1 label {
margin: 0;
font-weight: bold;
margin: 0 0 5px 5px;
}

.tx-zefhinfoadmin-pi1 button {
border: 1px solid #bbb;
background-color: #f8f8f8;
margin: 5px;
padding: 2px;
}

.tx-zefhinfoadmin-pi1 button.zebutton {
border: 1px solid #bbb;
background-color: #f8f8f8;
margin: 5px;
padding: 2px;
cursor: pointer;
}

.tx-zefhinfoadmin-pi1 input {
border: 1px solid #bbb;
background-color: #f8f8f8;
margin: 0 0 5px 5px;
padding: 2px;
vertical-align: top;
}

.tx-zefhinfoadmin-pi1 input.zetext {
width: 500px;
}
.tx-zefhinfoadmin-pi1 input.zecheckbox {
vertical-align: top;
}

.tx-zefhinfoadmin-pi1 input.zecheckbox {
vertical-align: top;
position: relative;
top: 3px;
}

.tx-zefhinfoadmin-pi1 .zeupload {
vertical-align: top;
border: 1px solid #bbb;
width: 500px;
height: 50px;
padding: 5px;
background: #F8F8F8;
}

.tx-zefhinfoadmin-pi1 .zeuploadact {
float: left;
vertical-align: top;
}

.tx-zefhinfoadmin-pi1 .zeuploadimgname {
font-weight: bold;
}

.tx-zefhinfoadmin-pi1 img.zeuploadimg {
vertical-align: top;
width: 40px;
margin: 2px 5px 0 5px;
border: 1px solid #bbb;
}

.tx-zefhinfoadmin-pi1 .zeuploadform {
border: 1px solid #bbb;
padding: 2px;
margin: 24px 0 0 180px;
background-color: #f3f3f3;
}

.tx-zefhinfoadmin-pi1 input.zeuploadforminput {
vertical-align: top;
margin: 2px 5px 0 5px;
border: 1px solid #bbb;
}

.tx-zefhinfoadmin-pi1 textarea {
border: 1px solid #bbb;
background-color: #f8f8f8;
margin: 0 0 5px 5px;
padding: 2px;
vertical-align: top;
}
.tx-zefhinfoadmin-pi1 textarea.zetextarea {
width: 500px;
height: 500px;
}

.tx-zefhinfoadmin-pi1 select {
border: 1px solid #bbb;
background-color: #f8f8f8;
margin: 0 0 5px 5px;
padding: 2px;
vertical-align: top;
}

.tx-zefhinfoadmin-pi1 select.zecombo {
border: 1px solid #bbb;
background-color: #f8f8f8;
margin: 0 0 5px 5px;
padding: 2px;
vertical-align: top;
}

a.pseudobutton {
border: 1px solid #aaa;
background-color: #f3f3f3;
margin: 0 0 5px 0px;
padding: 2px;
font-weight: bold;
text-decoration: none;
color: #7a7a7a;
}

a.pseudobutton:hover {
border: 1px solid #ccc;
background-color: #fafafa;
color: #7a7a7a;
}

/* styles tx-zefhinfoadmin-pi1 Stop */

.caltrigger {
position: relative;
top: 4px;
right: 2px
}

.zeweblogo {
float:right;
position: relative;
top: -24px;
right: 10px
}

.threecolumncont {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
	font-size: 85%;
}

.col1 {
	float: left;
	width: 180px;
	height: 32px;
	padding: 8px 10px 0 10px;
	background: url(images/img13.gif) repeat-x;
    text-align: center;
    color: #333;
}

.col1 a {
	color: #FFFFFF;
}

.col2 {
	float: left;
	width: 670px;
	height: 25px;
	padding: 15px 0 0 0;
    text-align: center;
}

.col2 a {
    padding: 0 5px 0 5px;
    color: #555;
}

.col2 a:hover {
    padding: 0 5px 0 5px;
    color: #777;
}


.col3 {
    float:right;
    text-align: right;
    padding: 17px 10px 0 0;
    width: 60px;
}

.col3 a img {
    border: none;
    text-decoration: none;
}

.col3 a:hover img {
    border: none;
    text-decoration: none;
}

.clearall {
    clear: both; width: 90%;
}


.smallclearall {
    clear: both;
    width: 1px;
    border-bottom: 1px dashed Gray;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

/* ################################ tt_news_styles ################################ */

/*-----------------------------------  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 #F9FFE5;

}
.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;
    position: relative;
    left: -3px;
    top: 4px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:10px;
}

.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 */
	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;
    position: relative;
    left: -3px;
    top: 4px;
}

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



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	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 {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}



/* ################################ css-styled-content ################################ */
/***************************/
/* css-styled-content      */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: Verdana, Helvetica, sans-serif; color: #000000; }
PRE { font-family: monospace; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
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: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; 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 {padding:5px 5px 5px 0; font-family: Verdana, Helvetica, sans-serif; line-height:30px; font-size:20px; font-weight: normal; color:#444; margin:0px;}
H2 {padding:10px 0 3px 0; font-family: Verdana, Helvetica, sans-serif; font-weight: normal; font-size:14px; font-weight: bold; color:#777; margin:0px;}
H3 {padding:5px 5px 5px 0; font-family: Verdana, Helvetica, sans-serif; font-weight: normal; font-size:12px; color:#444; margin:0px;}
H4 {padding:5px 5px 5px 0; font-family: Verdana, Helvetica, sans-serif; font-size:12px; color:#444; margin:0px;}

H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 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; font-weight: normal; }
H2 A { color: #186900; font-weight: normal; font-size:16px;}
H2 A:hover { color: #186900; font-weight: normal; font-size:16px;}
H3 A { color: #10007B; font-weight: normal; font-size:12px}
H3 A:hover { color: #10007B; font-weight: normal; font-size:12px}
H4 A { color: #8A0020; font-weight: normal; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: none; font-weight: normal; }

/* 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: 11px; color: #000000; margin: 0; padding: 0 0 3px 0;}
P.bodytext A { font-weight: normal; border: none;}
P.bodytext img { margin:2px; }
p.bodytext a img { border: none;}
p.bodytext h1 {
	font-weight: normal;
    font-size: 11px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

/* 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 { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }



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

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

/* 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: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}

TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* 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 { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
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 { font-style: italic; }
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: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
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 { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
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: 100%; }

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

div.csc-mailform-field label { width: 90px; min-width: 90px; vertical-align: top; margin: 0 0 2px 5px; display: block;}
div.csc-mailform-field input, textarea { margin: 0 0 5px 5px;}



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

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

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #186900; }
H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

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


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: #EDEBF1; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

/* 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; }
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 { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

/* 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 { color: #186900; }

/* 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; font-style: italic; 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 { color: #186900; }

/****************************************/
/* 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 #aaa; background-color: #f7f7f7; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #eee;  padding: 2px 0 1px 1px;}
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #f3f3f3; border-top: 1px solid #ddd; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: #333; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: #333; }
TABLE.typo3-editPanel { border: 1px solid #aaa; }
TABLE.typo3-editPanel TD { border: 0px;}
.typo3-editPanel-controls {width:110px; border-right: 1px solid #bbb; background-color:#f3f3f3; padding: 2px 0 1px 1px;}
.typo3-editPanel-label {width:150px; background-color:#eee;}

.buttonedit {border: none; padding: 1px;}
.buttonup {border: none; padding: 1px;}
.buttondown {border: none; padding: 1px;}
.buttonunhide {border: none; padding: 1px;}
.buttonhide {border: none; padding: 1px;}
.buttonnewpage {border: none; padding: 1px;}
.buttonnewrecord {border: none; padding: 1px;}
.buttondeleterecord {border: none; padding: 1px;}

.ap-buttonhistory {border: none; padding: 1px;}
.ap-buttonnerecord {border: none; padding: 1px;}
.ap-buttonmovepage {border: none; padding: 1px;}
.ap-buttonnewpage {border: none; padding: 1px;}
.ap-buttonedit {border: none; padding: 1px;}
.ap-buttoneditplus {border: none; padding: 1px;}
.ap-buttonlist {border: none; padding: 1px;}

td.toolbar-td {padding: 2px; background:#fff;}
td.be-opener-td {text-align: center; margin: 0; padding: 0;}
td.be-opener-td a {padding: 5px 0 5px 0; background: #fff; border: 1px solid #ddd; display: block; margin: 0 0 10px 0; width:99%}
td.be-opener-td a:hover {background: #eee;}

.ap-trans {-moz-opacity:0.80; position: absolute; z-index: 1000;}

input ap_checkbox {background: #fcfcfc; border: 1px solid #ddd; color: #222; font-family: Verdana, Helvetica, sans-serif; font-size:10px;}

/* adminPanel-styles */
/*#admPanel.typo3-adminPanel*/
/*typo3-adminPanel-hRow  */


/***************************/
/* css-styled-content END  */
/***************************/