/* General */
BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

td, td ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 90%;

}


#searchbox {
	height: 20px;
}

.searchform {
	height: 20px;
 	font-weight: bold;
}

#language {
	height: 20px;
}

.langselector {
	height: 20px;
	font-weight: bold;
}

#breadcrumbs {
	color: #000000;
	padding: 0px 5px  0px 10px;
	font-size: 10px;
	border-right: 0px solid #00a0a7;
}


#contentright {
	color: #000000;
	padding: 0 10px 0 10px;
        background-color: #E0F1F3;
	font-size: 12px;
        line-height: 130%;
}

#content-left {
	color: #000000;
	padding: 0 10px 0 10px;
	font-size: 12px;
        line-height: 130%;
}

#content  {
	color: #000000;
	padding: 0 10px 0 10px;
	border-right: 0px solid #00a0a7;
	font-size: 12px;
        line-height: 130%;
}

.preview {
	border: 1px solid #00a0a7;
	padding: 3px;
}

#print, #print a:link {
	padding: 5px 5px 10px 5px;
	text-decoration: none;
}

.tx-macinasearchbox-pi1, .tx-srlanguagemenu-pi1 {
	height: 20px;
}

/* text styles
-------------------------------------------------------- */

.head1, .head2, .head3, .head4, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #505050;

}

.head1, h1 {
	font-size: 16px;
	color: #000000;
	letter-spacing: 0em;
        background-color: #ffffff;
        border-left: 5px solid;
        padding: 10px;
        border-color: #00a0a7;
	border-bottom: 1px dotted;
}

.head2, h2 {
        font-size: 13px;
        color: #000000;	
	letter-spacing: 0.0em;
	font-weight: bold;
        padding-top: 5px;
        padding-bottom: 2px;
#        text-decoration:underline;
        border-color: #bbbbbb;
	#padding-left: 5px;
	margin-left: 11px;
	margin-right: 11px;
        border-bottom: 1px dotted;
}

.head3, h3 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
        padding-bottom: 5px;
#        border-bottom: 1px dotted;
        border-color: #bbbbbb;
       	margin-left: 11px;

}

.head4, h4 {
	background-color: #bce2e4;
	width: 200px;
	font-size: 12px;
        font-weight: bold;
        padding: 5px;
	border:2px solid;
	border-color: #00a0a7;

}


/*.link, .link a:link, .link a:hover, .link a:visited {
	color: #328a64;
	text-decoration: none;
}*/

a.link, ul li a:link, .link a:link  {
	color: #00a0a7;
	text-decoration: none;
	border-bottom: 1px solid #00a0a7;

}

a:hover.link, ul li a:hover, .link a:hover {
	color: #00a0a7;
	text-decoration: none;
	border-bottom: 1px dotted #00a0a7;

}

a:visited.link, ul li a:visited, .link a:visited {
	color: #00a0a7;
	text-decoration: none;
	border-bottom: 1px solid #00a0a7;

}

a.link-black, .link-black a:link  {
	color: #000000;
	text-decoration: none;
}

a:hover.link-black, .link-black a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited.link-black, .link-black a:visited {
	color: #000000;
	text-decoration: none;
}

.boldgreenu {
	color: #00a0a7;
	font-weight: bold;
	border-bottom: 1px dotted #00a0a7;
	font-size: 12px;
}

.white {
	color: #ffffff;
}

#submenulanguage select{
	background-color: #d8dadc;
	font-size: 10px;

}


form, input, select, option {
	font-size: 11px;

}

ul li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	font-size: 11px;
}

.caption {
	color: #707070;
	font-size: 9px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 5;font-style:italic; }


.box-green-border { padding: 3px; border: 1px solid #00a0a7; }
.box-black-border { background-color: #d8dadc; padding: 3px; border: 1px solid #000000; }

table.tech-data { font-size:12px; text-align: left; }
tr.even { background-color: #d8dadc; }
tr.odd { background-color: #ffffff; } 
table.tech-data tr td  { border-bottom: 1px solid #707070; vertical-align: top; padding: 3px }
table.tech-data caption, table.contenttable caption { background-color: #00a0a7; color: #ffffff; font-size: 14px; font-weight: bold; text-align: left; padding: 3px;
        border-top: 15px solid;
        border-color: #ffffff}
        
/*-----------------------------------  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:0px 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;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:0px solid #000;
	/* background-color:#BBE53A;*/
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
	border-top:1px solid #00a0a7;
/*	border-bottom:1px solid #00a0a7; */
/*	background-color:#ffffff;*/
	background-image:url(orange_rect.GIF;)background-repeat:no-repeat;
	

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:0px solid #666;
	background-color:#FFFFFF;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	/* border-bottom: 1px solid #769024; */
	/* background-color: #ffffff;*/
		
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#00a0a7;
	/* padding-left:2px;*/
}
.news-list-container H3 A {
	color:#00a0a7;

}
.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;
	}

.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 A:LINK, .news-list-morelink A:VISITED, .news-list-morelink A:HOVER {
	margin-bottom:3px;
	color:#00a0a7;
	
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#FFFFFF;
}

.tx-ttnews-browsebox TD A:LINK, .tx-ttnews-browsebox TD A:VISITED,.tx-ttnews-browsebox TD A:HOVER {
	font-size: 10px;
	color:#00a0a7;
}
.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: #d8dadc;
	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:0px solid #666;
	/* background-color:#F9FFE5; */

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	/* color: #85A600;*/
	margin-bottom: 0px;
	padding: 7px;
	margin-top: 25px;
	background-color:#d8dadc;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.news-single-item H3 {
	
	margin-bottom: 15px;
	margin-top: 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;
	color: #00a0a7;
}
.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: #d8dadc;
/*	clear: both;*/
	margin-top: 15px;
	border: 0px solid #666;
	padding:0px;
	padding-bottom:0px;
	color: #505050;

}
.news-single-related,.news-single-files,.news-single-links  {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:5px;
	background-color:#d8dadc;
	
}

.news-single-links  A:LINK, .news-single-links  A:VISITED, .news-single-links  A:HOVER {
	color: #00a0a7;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:5px;
}

.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;
}
/* General content -> Plugin: "tx_julleevents_pi1" -> Single display -> Text -> Menu -> Links */
.tx-julleevents-pi1 .tx-julleevents-pi1-singleView P.tx-julleevents-pi1-singleView-Menu A {

	color: #00a0a7;
	text-decoration: none;
	border-bottom: 1px solid #00a0a7;
	
}
/* General content -> Plugin: "tx_julleevents_pi1" -> Single display -> Text -> Menu */
.tx-julleevents-pi1 .tx-julleevents-pi1-singleView P.tx-julleevents-pi1-singleView-Menu {
	border-top:1px solid #505050;
	border-bottom:1px solid #505050;
	background-color: #E0F1F3;
	padding-bottom:2px;
	padding-top:2px;
}
/* General content -> Plugin: "tx_julleevents_pi1" -> Single display -> Text -> Links */
.tx-julleevents-pi1 .tx-julleevents-pi1-singleView P A {

	
	
}
/* General content -> Plugin: "tx_julleevents_pi1" -> Browsing box -> Table cells -> Selected table cells -> Text -> Links */
.tx-julleevents-pi1 .tx-julleevents-pi1-browsebox TD.tx-julleevents-pi1-browsebox-SCell P A {
	color:#00a0a7;
	text-decoration:none;
	border-bottom:1px solid #00a0a7;
}
/* General content -> Plugin: "tx_julleevents_pi1" -> List display -> Text -> Title */
.tx-julleevents-pi1 .tx-julleevents-pi1-listrow P.tx-julleevents-pi1-listrowField-title {
	
}
/* General content -> Plugin: "tx_julleevents_pi1" -> List display -> Text -> Title -> Links */
.tx-julleevents-pi1 .tx-julleevents-pi1-listrow P.tx-julleevents-pi1-listrowField-title A {
	color:#00a0a7;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #00a0a7;
}
/* General content -> Plugin: "tx_julleevents_pi1" -> List display -> Text -> Teaser */
.tx-julleevents-pi1 .tx-julleevents-pi1-listrow P.tx-julleevents-pi1-listrowField-teaser {
	border-bottom:1px solid #505050;
	padding-bottom:3px;
}