/**
 * plugins
 *
 * @description:	all plugins css stuff
 * 					tt_news, cal,
 *
 * @author:			Sven Wolfermann <sven.wolfermann@marit.ag>
 * @dependencies: 	see element documentations	
 * @required: 		see element documentations	
 * @constants:		see element documentations	
 * @version:			1.0
 */


/**
 * tt_news
 *
 */

.news-list-item, .news-list2-item, .news-latest-item {
	border-top: 1px solid #ddd;
	padding: 10px 0
}

.news-list-item:first-child, .news-list2-item:first-child, .news-latest-item:first-child {
	border-top: none
}

.news-list-image {
	margin: 4px 15px 4px 0;
}

h2.news-list2-item-title a {
	font-size: 18px
}

h1.news-list2-title {
	color: #828282
}

.news-single-item {
	background-color: #f1f1f1;
	padding: 10px
}

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

.news-single-image img {
	margin: 0 0 10px 10px
}

.news-single-relatedFiles {
	margin: 0 -10px;
	background-color: #f8f8f8;
	padding: 20px 10px 10px
}

.news-single-relatedFiles ul.filelinks .filelinkSize {
	float: left;
}

.news-single-relatedFiles ul.filelinks .filelinkTitle {
	float: right;
	width: 535px;
}

.news-single-relatedFiles ul.filelinks li {
	padding: 3px 5px 15px
}

.news-single-relatedFiles ul.filelinks li > a {
	float: left;
	margin: 0 10px 0 0;
	text-decoration: none;
}

.news-single-relatedFiles ul.filelinks a:link {
	text-decoration: none
}

.news-single-relatedFiles ul.filelinks a:hover {
	text-decoration: underline
}

/**
 * tx-indexedsearch
 *
 */

.tx-indexedsearch-title h1 a:visited {
	color: #83b53d !important
}

.tx-indexedsearch-browsebox {
	border: solid #ddd;
	border-width: 1px 0;
	margin: 10px 0 15px;
	min-height: 24px;
	overflow: hidden
}

.tx-indexedsearch-browsebox p {
	float: left;
	line-height: 24px;
	padding: 0
}

.tx-indexedsearch-whatis {
	display: none
}

.tx-indexedsearch-searchbox form p {
	padding: 0
}

.tx-indexedsearch-searchbox-sword {
	border: 1px solid #828282;
	padding: 2px;
	width: 300px;
}

.tx-indexedsearch-searchbox-button {
	vertical-align: bottom !important
}

.browsebox {
	float: right;
	list-style-type: none;
	margin: 5px 0 0;
}

.browsebox li {
	display: inline;
	background: none !important;
	line-height: 24px;
	padding: 0 !important
}

.browsebox li:first-child a {
	border-left: none
}

.browsebox a {
	border-left: 1px solid #ddd;
	color: #828282;
	line-height: 1;
	padding: 0 5px;
	text-decoration: none
}

.browsebox a:hover, .browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #143A58;
	font-weight: bold;
	text-decoration: underline;
}

.browsebox a:hover {
	font-weight: normal
}


/**
 * tx-cal-controller
 *
 */

.eventListItem {
	border-top: 1px solid #ddd;
	padding: 20px 0 10px;
}

.eventListSimpelItem {
	border-top: 1px solid #ddd;
	padding: 4px 0 4px;
}
.eventListDate {
	float:left;
	width: 120px;
	overflow: hidden;
	display: block;
}
.eventListTitle {
	float:left;
	width: 300px;
	overflow: hidden;
	display:block;
}
.eventListlocation {
	float:left;
	width: 145px;
	overflow: hidden;
	display:block;
}
.eventListSimpelItem .moreLink {
	display:block;
	width: 105px;
	float:right;
}
.eventListSimpelItem span.moreLink a {
	padding:0;
}


.eventMetaData {
	background-color: #f1f1f1;
	float: left;
	line-height: 22px;
	padding:10px;
	width: 305px;
}
.eventMetaData b {
	color: #000;
}

.eventTeaser {
	float: right;
	width: 325px;
}
.calEvent {
	background-color: #f1f1f1;
}
.calEvent .eventMetaData {
	background-color: #828282;;
	float: none;
	clear: both;
	width: auto
}

.calEvent .eventMetaData p {
	color: #fff;
	padding: 0
}

.calEvent .eventMetaData b {
	color: #fff;
}

.calEvent .eventDescription {
	float: none;
	clear: both;
	padding: 10px
}

.calEvent .related {
	margin: 0 0 10px
}

.calEvent .eventApply {
	background-color: #f8f8f8;
	padding: 10px
}
.calEvent .eventApply .error {
  color: red;
  font-weight: bold;
}
.calEvent .eventApply .success {
  color: green;
  font-weight: bold;
}
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement {
  float: left;
  width: 325px;
  margin-bottom: 10px;
}
.calEvent .eventApply .calRegistrationForm .width100 {
  width: 650px;
}
.calEvent .eventApply .calRegistrationForm .heightDouble{
}
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement label {
  width: 150px;
  float: left;
  margin-left: 5px;
}
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement input,
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement textarea,
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement select,
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement span.error {
  width: 150px;
  float: right;
  margin-right: 5px;
}
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement select,
.calEvent .eventApply .calRegistrationForm .calRegistrationFormElement span.error {
  width: 154px;
}
.calEvent .eventApply .calRegistrationForm .switched label {
  float: right;
  margin-right: 5px;
}
.calEvent .eventApply .calRegistrationForm .switched input,
.calEvent .eventApply .calRegistrationForm .switched textarea,
.calEvent .eventApply .calRegistrationForm .switched select,
.calEvent .eventApply .calRegistrationForm .switched span.error {
  float: left;
  margin-left: 5px;
}
.calEvent .eventApply .calRegistrationForm .width100 input,
.calEvent .eventApply .calRegistrationForm .width100 textarea {
  width: 475px;
}
.calEvent .eventApply .calRegistrationForm label.radio,
.calEvent .eventApply .calRegistrationForm label.check {
  width: 615px;
}

.calFilter {
	margin: 10px 0
}

.tx-cal-controller .connectorText {
	padding: 5px
}

.calEvent .eventRelatedFiles {
	margin: 0 0 10px 0;
	background-color: #f8f8f8;
	padding: 20px 10px 10px
}


/**
 * pageBrowser
 */

ul.pageBrowser {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 -1px;
	text-align: right;
}

.pageBrowser li {
	display: inline;
	background: none !important;
	line-height: 24px;
	padding: 0 !important
}

.pageBrowser li:first-child a {
	border-left: none
}

.pageBrowser a {
	border-left: 1px solid #ddd;
	color: #828282;
	line-height: 1;
	padding: 0 5px;
	text-decoration: none
}

.pageBrowser a:hover, .pageBrowser li.active a, .pageBrowser li.active span {
	color: #143A58;
	font-weight: bold;
	text-decoration: underline;
}

.pageBrowser li.active span {
	border-left: 1px solid #ddd;
	padding: 0 5px;
	text-decoration: none
}

.pageBrowser a:hover {
	font-weight: normal
}

.pageBrowser li:first-child span {
	border-left: none
}

.pageBrowser li.disabled {
	color: #ddd
}

/**
 * Powermail
 */

/* START - this part is transferred to powermail.css
.tx-powermail-pi1 {
}

.tx-powermail-pi1 legend {
	display: none
}

.tx-powermail-pi1_fieldset {
	border-top: 1px solid #ddd;
	padding: 10px 0 5px;
}

.tx-powermail-pi1_fieldset_field1 {
	border: none
}

.tx_powermail_pi1_fieldwrap_html_label {
	margin: 0 0 1em;
}

.tx-powermail-pi1 label {
	float: left;
	margin: 0 5px 0 0;
	width: 200px
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	padding: 3px 0;
}

.powermail_text, .powermail_textarea {
	border: 1px solid #828282;
	padding: 2px;
	width: 300px
}

.powermail_select, .powermail_countryselect {
	border: 1px solid #828282;
	width: 306px
}

.powermail_textarea {
	height: 100px
}

.powermail_submit {
	margin: 10px 0 0 205px !important
}

.powermail_mandatory_js {
	color: red;
	margin: 0 0 0 205px
}

.validation-failed {
	border-color: red
}

.powermail_text:focus, .powermail_textarea:focus, .powermail_select:focus, .powermail_countryselect:focus {
	border: 1px solid #000;
	color: #000
}

.powermail_check {
	margin: 0 0 0 205px
}

.tx_powermail_pi1_fieldwrap_html_check label {
	display: inline-block;
	float: none;
	margin: 0 0 10px;
	vertical-align: top;
	width: 440px;
}
* END - this part is transferred to powermail.css
*/

/**
 * explicit hide of this label
 */
.hiddenLabel label {display: none}
.hiddenLabel .powermail_mandatory_js {margin: 0}


/**
 * demo download
 */

.tx_nemtsdemorequest_form {
}

.tx_nemtsdemorequest_form label {
	float: left;
	margin: 0 5px 0 0;
	width: 200px
}

.tx_nemtsdemorequest_form li {
	clear: both;
	padding: 3px 0;
}

.tx_nemtsdemorequest_form .input_radio_group label, .tx_nemtsdemorequest_form .input_checkbox_group label {
	float: none
}

.tx_nemtsdemorequest_form .input_radio_group, .tx_nemtsdemorequest_form .input_checkbox_group {
	margin: 5px 0;
}

.tx_nemtsdemorequest_form input, .tx_nemtsdemorequest_form textarea {
	border: 1px solid #828282;
	padding: 2px;
	width: 300px
}

.tx_nemtsdemorequest_form select {
	border: 1px solid #828282;
	width: 306px
}

.tx_nemtsdemorequest_error {
	color: red
}

/**
 * webservice
 */
.nemjvwebservices_img, .nemjvwebservices_column2, .nemjvwebservices_column3 {
	border-top: 1px solid #ddd;
	padding: 0
}

/**
 * tt_address list with google map
 */
.maritTtaddress {
	overflow: auto
}

.maritTabbedContent .maritTtaddress {
	margin: -20px 0 0;
	background-color: #F1F1F1;
}

.maritTtaddress form {
	margin: 20px 0 10px
}

.maritTabbedContent .maritTtaddress form {
	margin: 20px 0 10px 10px;
}

.maritTtaddress ul.pageBrowser {
	margin: 0 0 20px
}

.maritTtaddress h1 {
	cursor: pointer
}

.maritTtaddress .marit_ttaddress_2columns {
  margin: 0 10px;
}
.maritTtaddress .marit_ttaddress_2columns .address-odd, 
.maritTtaddress .marit_ttaddress_2columns .address-even {
	float: left;
/*	width: 50%; */
	margin-right:40px;
	width:42%;
}

.maritTabbedContent .maritTtaddress .marit_ttaddress_1columns .address-odd, 
.maritTabbedContent .maritTtaddress .marit_ttaddress_1columns .address-even {
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd;
	float: none;
	padding: 20px 10px 10px;
	width: 650px;
}

.maritTabbedContent .maritTtaddress .marit_ttaddress_1columns .address-even {
	background-color: #f8f8f8
}

.maritTtaddress .hr {
	clear: both;
	border-top: 1px solid #ddd;
	margin: 10px 0
}

.maritTtaddress .hr hr {
	display: none
}

.maritTtaddress .pageBrowser-bottom {
	clear: both;
	margin: -11px 0 -10px
}

.addressImage {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

.addressDetail {
	margin: 0 20px 0 200px
}

.addressDetail a {
	color: #1C8EC9;
}

.addressText {
	color: #99221a;
	display: block
}

/**
 * download list marit_damdownloads
 */
.maritDamdownloads {
	overflow: auto
}

.maritDamdownloads form {
	margin: 0 0 10px
}

.maritDamdownloads ul.pageBrowser {
	margin: 0 0 20px
}

.maritDamdownloads .download-odd, .maritDamdownloads .download-even {
	float: left;
	width: 50%;
}

.maritDamdownloads .hr {
	clear: both;
	border-top: 1px solid #ddd;
	margin: 10px 0
}

.maritDamdownloads .hr hr {
	display: none
}

.maritDamdownloads .pageBrowser-bottom {
	clear: both;
	margin: -11px 0 -10px
}

.maritDamdownloads .downloadImage {
	float: left;
	width: 90px
}

.maritDamdownloads .downloadDetail {
	margin: 0 0 0 100px
}

.maritDamdownloads .metaData {
	text-transform: uppercase
}


/**
 * maritLogoCemetery
 */

.maritLogoCemetery {
	background-color: #fff;
	overflow: hidden;
	margin: -21px -3px -20px;
	padding: 20px 0 10px;
}
.maritLogoCemetery .logo {
	float: left;
	height: 195px !important;
	margin:0;
	padding:0 3px;
	width:163px !important;
	text-align: center;
}

.maritLogoCemetery .logo > a {
	color: #99221a; 
	display:block;
	/* 163 wird zu 118 */
	height:118px;
	text-decoration: none;
}
.maritLogoCemetery .logo div.mlcWrapper {
  height: 118px;
}
.maritLogoCemetery .logo p {
	padding: 1em 0;
}
.maritLogoCemetery .logo p a {
	color: #99221a; 
	display:block;
	height:auto;
	text-decoration: none;
}
/* graficcards and plotter info */
.tx-nemjvwebservices-pi1 SELECT {
/*	width:190px; */
}

.tx_nemjvwebservices_pi1_q {
	width: 210px;
} 
.tx-nemjvwebservices-pi1 input[type="submit"]{
	background: url("../images/button_bg.png") no-repeat scroll 100% 0 transparent ;
	color:#828282;
}
#DIV.tx-nemjvwebservices-pi1 table {
	border-collapse:collapse;
	border-top:1px solid #CFCDD2;
	margin-bottom:1em;
	width:100%;
}
#DIV.tx-nemjvwebservices-pi1 th {
	background-color:#FFFFFF;
	color:#323232;
	font-weight:bold;
}
#DIV.tx-nemjvwebservices-pi1 thead th {
}
#DIV.tx-nemjvwebservices-pi1 th, #DIV.tx-nemjvwebservices-pi1 td, #DIV.tx-nemjvwebservices-pi1 caption {
	border-bottom:1px solid #CFCDD2;
	padding:2px;
	vertical-align:top;
}
#DIV.tx-nemjvwebservices-pi1 tfoot {
	font-style:italic;
}
div.tx-nemjvwebservices-pi1 SELECT , div.tx-nemjvwebservices-pi1 INPUT {
	margin: 0 10px 10px 0;
}
div.tx-nemjvwebservices-pi1 OPTION:disabled , div.tx-nemjvwebservices-pi1 OPTION[disabled] {
	color: #ccc;
} 
.nemjvwebservices_cert {
	background: url("../images/cert_yes_bg.png") no-repeat scroll 0 0 transparent ;
	color: #83b53d;
	padding-left:30px;
}
.nemjvwebservices_notcert {
	background: url("../images/cert_no_bg.png") no-repeat scroll 100% 0 transparent ;
	color: #99221a;
	padding-left:20px;
}
.nemjvwebservices_no_test {
	background: url("../images/cert_no_bg.png") no-repeat scroll 0 0 transparent ;
	color: #99221a;
	padding-left:30px;
}
.nemjvwebservices_no_recom {
	background: url("../images/cert_no_bg.png") no-repeat scroll 0 0 transparent ;
	color: #FF8F4F;
	padding-left:30px;
}

Table.nemjvwebservices_table_graCa {
	margin-top:20px;
}
.nemjvwebservices_img {
	width: 160px;
}
.nemjvwebservices_column2 {
	
}

.nemjvwebservices_column3 {
	width: 100px;
}
table.nemjvwebservices_table_graCa {
  border-top:1px solid #CFCDD2;
}
td.nemjvwebservices_title, td.nemjvwebservices_cert, td.nemjvwebservices_no_test, td.nemjvwebservices_no_recom {
  border-bottom:1px solid #CFCDD2;
  border-top:1px solid #CFCDD2;
}
table.nemjvwebservices_intern td {
  border-bottom:1px solid #CFCDD2;
}
table.nemjvwebservices_table_graCa img.nemjvwebservices_img_gc {
  display: none;
}

.tx_nemjvwebservices_infobox {
   background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    margin: 10px 0;
    padding: 10px;
    width: 97%;
}    

/* +++   nemjvgetcontent  +++ */

/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
	border: 1px solid #ccc;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
#defaultCountdown { 
	width: 240px; 
	height: 45px; 
	padding-top: 10px;
	color: #99221a;
}
#defaultCountdown.Contentarea { 
	color: #99221a;
}	
#defaultCountdown2.Counterteaser { 
	width: 180px; 
	height: 45px; 
	padding-top: 10px;
	color: #99221a;
	
}


/* jQuery Countdown styles 1.5.8. */

.ricrotation H2 {
	padding-bottom: 0;
}