﻿@charset "utf-8";
@media screen {
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }

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

	/* 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; }
	DL.csc-textpic-image  IMG{ border: 4px double #9ea9c2; background: #fff;} 

	/* 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: 20px;
	}

	/* 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: 20px;
	}

	/* 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: 20px;
	}
	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: 20px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 20px !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 */
	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	
 	/************************ kalender anpassen *********************************/
	.teaserLeiste .tx-cal-controller {
		text-align: center;
		padding: 0;
		margin: -10px 0 0 0;
		vertical-align: top;
	}
	TABLE.month-small {
		margin: 0 auto 0 auto;
		padding: 0;
	}
	TABLE.month-small TD,
	TABLE.month-small TH {
		font-weight: normal;
		text-align: center;
		padding: 4px 0 4px 0;
		border: 1px solid #d1c7b3;
	}
	TABLE.month-small TH.sideback {
		border: 0px;
		background: none;
		font-weight: bold;
	}
	TABLE.month-small TH.sideback  A,
	TABLE.month-small TH.sideback  A:hover,
	TABLE.month-small TH.sideback  A IMG{
		text-decoration: none;
		background: none;
		color: #161f39;
	}
	TABLE.month-small TH.month-weeknums,
	TABLE.month-small TH.month-weeknums  A{
		background: #f7f5f0;
		color: #5b6274;
		text-decoration: none;
	}
	TABLE.month-small TH.month-weekdays,
	TABLE.month-small TH.month-weeknums.monthCorner {
		background: #f7f5f0 url("../bilder/bgTabelle1.gif") repeat-x;
		font-weight: bold;
		width: 32px;
	}
	
	TABLE.month-small TD.monthSmallBasic {
		background: #fff;
	}
	TABLE.month-small TD.monthToday {
		background: #ced3df;
	}
	TABLE.month-small TD.monthOff {
		color: #b9bbc3;
	}
	TABLE.month-small TD.eventDay ,
	TABLE.month-small TD.eventDay  A {
		background: #161f39;
		color: #fff;
		text-decoration: none;
	}
	TABLE.month-small TD.eventDay A:hover {
		text-decoration: underline;
	}
 	/************************ kalender anpassen *********************************/
	
	/*************************benutzerverwaltung *******************************/
	TABLE.registrieren {
		background: #ced3df;
	}
	TABLE.registrieren  TH.form-titel{
		background: #a5aab8;
		color: #fff;
		padding: 2px 4px 2px 4px;
		border: 4px solid #ced3df;
		margin: 10px 0 0 0;
		font-weight: bold;
	}
	TABLE.registrieren  TH.form-beschreibung{
		width: 200px;
		background: #c3c9d6;
		padding: 2px 4px 2px 4px;
		border: 4px solid #ced3df;
	}
	TABLE.registrieren  TD.form-input{
		width: 360px;
		background: #e4e8f2;
		padding: 2px 4px 2px 4px;
		border: 4px solid #ced3df;
	}
	TABLE.registrieren  TD.form-input INPUT[type=text],
	TABLE.registrieren  TD.form-input INPUT[type=password],
	TABLE.registrieren  TD.form-input INPUT[type=file],
	TABLE.registrieren  TD.form-input TEXTAREA {
		width: 94%;
	}
	TABLE.registrieren  TD.form-input INPUT.plz {
		width: 100px;
	}
	
	
	INPUT.input_user { 
		background: #161f39 url("../bilder/bgFormularUser.gif") no-repeat;
		padding-left: 22px;
		width: 150px;
	}
	INPUT.input_pwd { 
		background: #161f39 url("../bilder/bgFormularPwd.gif") no-repeat;
		padding-left: 22px;
		width: 150px;
	}
	INPUT.input_mail { 
		background: #161f39 url("../bilder/bgFormularMail.gif") no-repeat;
		padding-left: 22px;
		width: 240px;
	}
	/*************************benutzerverwaltung *******************************/
	
	/*************************mitgliederverzeichnins *******************************/
	DL.tx_mhbranchenbuch_objects {
		width: 95%;
	}
	DL.tx_mhbranchenbuch_objects SELECT{
		width: 100%;
		height: 24px;
	}
	DL.tx_mhbranchenbuch_objects A {
		background: none;
		text-decoration: underline;
	}
	TABLE.tableMitglieder {
		background: #ced3df;
		width: 560px;
		margin: 20px 0 0 0;
	}
	TABLE.tableMitglieder  TH,
	TABLE.tableMitglieder  TD {
		padding: 2px 4px 2px 4px;
		border: 4px solid #ced3df;
	}
	TABLE.tableMitglieder  TH {
		background: #a5aab8;
		color: #fff;
		font-weight: bold;
	}
	TABLE.tableMitglieder  TD{
		background: #c3c9d6;
	}
	/*************************suche *******************************/
	.suchbox {
		padding: 7px 0 0 0;
	}
	.suchbox IMG.suche {
		margin: 0 0 -10px 0;
		z-index: 2;
		position: relative;
	}
	.suchbox INPUT.suche {
		margin: 0 0 0 -15px;
		z-index: 1;
		position: relative;
		padding: 3px 4px 3px 20px;
		width: 350px;
		color: #878fa6;
	}
	/*************************suche *******************************/
	
}	
	