/*

Description: CSS style for Diakonie Mettmann

Version: 1.0

Author: incoWEB

Author URI: http://www.incoweb.de

*/





body {

	margin: 0;

	padding: 0;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	background-color: #E4E7EC;

}



.container {

	margin: 0 auto;

	padding: 0;

	width: 1074px;

	text-align: left;

	background: url(../images/bg.png) top left repeat-y #F1F2F4;

	position: relative;

}



.header {

	width:1074px;

	height: 154px;

	background: #FFFFFF;

}



.header img {

	margin: 0;

	padding: 0;

	border: 0;

}



.leftcolumn {

	width: 193px;

	padding-left: 15px;

	float: left;

}



.footer {

	width: 879px;

	height: 20px;

}



.clearing {

	clear: both;

}





.nbuffer {

	padding-right: 10px;

}



.leftnavigation {

	list-style:none;

	padding-left:0px;

	margin-left: 2px;

	margin-right: 1px;

	margin-top: 0;

}



.leftnavigation li {

	margin-bottom: 2px;

	padding-left: 10px;

	font-weight: bold;

	padding-top: 5px;

	padding-bottom: 5px;

}



.leftnavigationpassive {

	background-color: #B9BABB;

	font-size: 12px;

	color: #000000;

}



.leftnavigationactive {

	background-color: #0177A5;

	font-size: 12px;

	color: #ffffff;

}



.leftnavigationactive ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



.leftnavigationactive ul li {

	margin-left: -10px;

}



.leftnavigationsubpassive {

	background-color: #DCDDDF;

	color: #000000;

	font-size: 12px;

}



.leftnavigationsubactive {

	background: url(../images/subnavbg.png) top left no-repeat #DCDDDF;

	color:#000000;

	font-size: 12px;

}



.leftnavigationsubactive a {

	padding-left: 12px;

	text-decoration:none;

	color: #000000 !important;

}



.leftnavigationsubactive a:hover {

	text-decoration:none;

	color: #0177A5 !important;

}



li.subactive a {

	text-decoration:none;

	color: #0177A5 !important;

}



.leftnavigationsubpassive a {

	text-decoration:none;

	color:#000000;

}



.leftnavigationpassive a:hover {

	text-decoration:none;

	color: #0177A5 !important;

}



.leftnavigationpassive a, .leftnavigationpassive a:visited {

	color: #000000;

	text-decoration:none;

}



.leftnavigationactive a, .leftnavigationactive a:visited {

	color: #ffffff;

	text-decoration:none;

}





/* Searchfield */

.inputsmall {

	width: 80px;

	height: 20px;

	margin-left: 20px;

}











/* Center Column */

.centercolumn {

	width: 660px;

	background: #FFFFFF;

	float: left;

	position: relative;

}



.centerpadding {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11pt;

	padding:30px;

	padding-top: 10px;

}



#centernavi {

	width: 653px;

	height: 25px;

	margin-left: 2px;

	font-size: 12px;

	background: #F2F2F2;

}



#centernavi ul {

	margin: 0;

	padding: 0;

	position: relative;

}



#centernavi ul li {

	margin: 0;

	padding: 5px 17px;

	border-right: 2px solid #FFFFFF;

	display: inline;

	position: relative;

	top: 5px;

}



#centernavi ul li a {

	color: #000000;

	text-decoration: none;

}



#centernavi ul li a:hover {

	text-decoration: underline;

}



.bg_01 {

	background: #ADB7C1;

}



.bg_02 {

	background: #C7CED4;

}



.bg_03 {

	background: #E4E7EB;

}



#breadcrumb {

	padding: 13px 0 5px 31px;

	font-size: 12px;

}



#breadcrumb ul li {

	display: inline;

}



#content ul, #content ol {

	margin: 0 0 10px 20px;

	padding: 0;

}



#content ul li, #content ol li {

	margin: 0;

	padding: 0;

}







/* typo */

h1 {

	margin: 0px;

	padding: 0px;

}



a {

	color: #0177A5;

}



#content {

	font-size: 0.8em;

}



#content h1 {

	font-size: 1.4em;

}





/* Right Column */

#rightbar .content_boxes {

	border-bottom: 2px solid #FFFFFF;
	overflow: hidden !important;

}



.rightcolumn {

	width: 201px;

	height: 100%;

	padding: 0 0 0 5px;

	font-size: 12px;

	background: #E4E7EC;

	float: left;
	
	overflow: hidden !important;
}







/* Powermail */

	/* Form */

span.powermail_mandatory {

	/* Color of mandatory error message */

	color: red;

}

input.validation-failed,

textarea.validation-failed {

	/* Background color if validation failed */

	background-color: red;

}

div.powermail_mandatory_js {

	/* DIV container of errormessage */

	color: red;

	margin: 3px 0 15px 150px;

}

fieldset.tx-powermail-pi1_fieldset {

	/* Fieldset */

	width: 500px;

	border: 0px;

	margin-top: 10px;

	padding: 10px 0 10px 10px;
	clear: both;

}

fieldset.tx-powermail-pi1_fieldset legend {

	/* legend of Fieldset */

	font-weight: bold;

	color: black;

}

fieldset.tx-powermail-pi1_fieldset label {

	/* label */

	font-size: 11px;

	display: block;

	width: 205px;

	float: left;

	clear: both;

	/* font-weight: bold; */

}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,

fieldset.tx-powermail-pi1_fieldset select.powermail_select {

	/* Input and textarea */

	width: 260px;

}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {

	/* Radiobuttons */

	margin: 5px 0;

}

div.tx_powermail_pi1_fieldwrap_html {

	/* DIV container arround every field */

	margin: 10px 0;

}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {

	/* submit button

	margin: 20px 0 10px 150px;  */

}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,

p.tx_powermail_pi1_fieldwrap_html_radio_title {

	margin: 0;

	padding: 0;

	font-weight: bold;

}

div.countryzone {

	margin: 10px 0 0 150px;

}





	/* Confirmation */

td.powermail_all_td {

	padding: 3px 10px 3px 0;

}





#powermaildiv_uid11, #powermaildiv_uid12 {

	margin: 10px 0 0 0;

	width: 110px;

	float: right;

}



#powermaildiv_uid11 {

	margin: 10px 12px 0 0;

}



.tx_powermail_pi1_formconfirmation_back {

	width: 75px;

	margin: 20px 0 0 0;

	float: left;

}



.tx_powermail_pi1_formconfirmation_submit {

	width: 180px;

	margin: 20px 0 0 0;

	float: left;

}


#powermaildiv_uid28 {
	width: 110px;
	float: left;
}

#powermaildiv_uid29 {
	width: 130px;
	float: left;
}



/* Anpassungen Suchformular */

#searchform {

	position:relative;

	top: -14px;

}



#fontsizescript {

	position:relative;

	top: -28px;

}



 #fontsizescript li img {

 	 cursor: pointer;

 	 padding-right: 3px;

 }





/* TT_NEWS - Overrides */

.news-latest-container .news-latest-item {

	/* IE hack */

	height: 1%;

	line-height: 1.3;

	/* IE hack end */

	height: auto !important;	

	padding: 10px 3px 0px 3px;

	border-top: 2px solid #FFFFFF;

}



.news-list-container .news-list-item {

	/* IE hack */

	height: 1%;

	line-height: 1.3;

	/* IE hack end */

	height: auto !important;	

	padding: 10px 3px 0px 3px;

	border-bottom: 2px solid #B9BABB;

}





/* Gallery - Overrides */

.tx-chgallery-pi1 {

	padding-top: 22px;

}



/* Category View */

.tx-chgallery-pi1 .chgallery-list {

 	border: 0px !important;

}



.tx-chgallery-pi1 .chgallery-list li {

	margin-bottom: 20px !important;

	padding: 10px !important;

	border:1px solid #D2DCE4 !important;

}



.tx-chgallery-pi1 .chgallery-list .itemodd {

	background: #E4E7EB !important;

}



.tx-chgallery-pi1 .chgallery-list .itemeven {

	background: #F2F2F2 !important;

}





/* Filebase - Overrides */

.filebase_file {

	padding-bottom:15px !important;

}



.tx-fbfilebase-pi1 {

	padding-top: 10px !important;

	font-size: 0.8em !important;

}



ul.fb_filelist li {

	padding-left: 25px !important;

}





/* CSS Zusatz für die Startseite ... Map und News */

.map_half {
	width: 50%;
	float: left;
	position: relative;
}

.map_half ul.map_list {
	margin: 0;
	padding: 0;
	line-height: 30px;
	list-style: none;
	position: relative;
	left: -20px;
}

.map_half ul.map_list img {
	padding-right: 5px;
}

.map_half ul.map_list a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div.news_boxes {
	width: 150px;
	padding-top: 30px;
	float: left;
}

div.news_boxes table th, div.news_boxes table td {
	width: 150px;
	padding: 5px;
	font-size: 0.8em;
	text-align: left;
	border: 1px solid #FFFFFF;
	background: #E4E7EC;
	vertical-align: top;
}

div.news_boxes table td div.news-latest-item {
	min-height: 200px;
}