/* MALLORCADIGITAL: */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #3A61DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link,a:active,a:visited { color : #000000; }
a img {border:none;}

.cr {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF}

#Content DIV.content-element {
	padding:7px 3px 8px 3px;
	border-bottom-color: #D5EEFF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
}
#MenuRight DIV.content-element {
	padding-bottom:5px;
	margin-bottom:3px;
	border-bottom: 1px dashed #FFFFFF;
	line-height:11px;
}

.slogan {font-weight:bold;font-size:10px;vertical-align:middle;}

/***************************/




/*TYPO3 V 4.0 - Ergänzung: ------------------- */
/* 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: 1px 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; }

/* 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: 10px;
}

/* 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: 10px;
}

/* 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: 10px;
}
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: 6px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
margin-left: 6px !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 */





/***************************/
/* General element styles: */
/***************************/
PRE { font-family: Verdana, Arial, Helvetica, sans-serif; }
/* TEXTAREA, SELECT {vertical-align: middle; font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; cursor:pointer;} */
INPUT {font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; vertical-align: middle;}



/*******************/
/* RTE / Bodytext: */
/*******************/
.bodytext {
	margin-top:0px;
	margin-bottom:10px;
	font-size: 11px;
}
.bodytext img {border:none; border-style: none;}
.bodytext A { font-weight: bold; border:none;}
.bodytext TEXTAREA, SELECT {vertical-align: middle; font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.contenttable HR, HR.fineLineHTML {	clear:right;	height:1px;	 padding:0px 0px 0px 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-top: dashed #C6DFD9 1px;
}

				
/******************/
/* Headers, plain */
/******************/

H1, H2, H3, H4, H5, H6 { 	padding: 3px 3px 3px 3px;
	margin-top:0px;
	margin-bottom: 10px;
	border-top:0px;
	font-size:13px;
	color:#0033CC;
	font-weight:bold;
	background-color:#E6F9F4;
}

H4 {background-color:#ddebff;
}


H1.csc-firstHeader {
	padding: 3px 3px 3px 3px;
	margin-top:0px;
	margin-bottom: 10px;
	border-top:0px;
	font-size:13px;
	color:#0033CC;
	font-weight:bold;
	background-color:#E6F9F4;
}

.csc-header-n2, .csc-header-n3, .csc-header-n4, .csc-header-n5, .csc-header-n6, .csc-header-n7, .csc-header-n8, .csc-header-n9, .csc-header-n10, .csc-header-n11, .csc-header-n12, .csc-header-n13, .csc-header-n14, .csc-header-n15, .csc-header-n16, .csc-header-n17, .csc-header-n18, .csc-header-n19, .csc-header-n20 {background-color:#F3FCFA;	margin-top:4px; margin-bottom: 10px; }

/*
H2.csc-firstHeader
H3.csc-firstHeader
H4.csc-firstHeader
H5.csc-firstHeader
H6.csc-firstHeader
*/

/* 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; }
P.align-justify {text-align:justify;}
P.align-center {text-align: center;} 
P.align-left {text-align: left;}
P.align-right {text-align: right;} 


/* 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: 10px; font-size:11px; }

/* RTE / Table styling */
TABLE.contenttable {margin: 0px 0px 0px 0px; }
TABLE.contenttable TR TD { padding: 3px 3px 3px 3px;}
TABLE.contenttable TR TD P { padding: 3px 3px 3px 3px; margin-top: 0px; margin-bottom: 0px;}
TABLE.contenttable TR {}

/* RTE / Text styling */
.important {font-size: 10px; color: #FF0000; font-weight:bold; font-style: italic;}
.detail {font-size: 10px; color: #000099; font-weight:bold; font-style: italic;}
.name-of-person {font-size: 10px; color: #000099; font-weight:bold;}
.BGHellblau { background-color:#D0EEFD;}

/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM  {padding:3px 3px 3px 3px; margin:1px 1px 1px 1px; vertical-align:top; }
FORM .csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D0EEFD; }
FORM .csc-form-fieldcell { background-color: #D0EEFD; }
FORM .csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT {
	font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
}
FORM .csc-form-fieldcell TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
}
FORM .csc-form-labelcell DIV.csc-form-label-req { font-weight: bold; vertical-align:top; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
 
/* Email form, specifically */
FORM .csc-mailform {width:100%;}
FORM .csc-mailform .csc-form-labelcell  { }
FORM .csc-mailform .csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT {
	font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
}
FORM#mailform .csc-mailform-field {padding:5px 0px 0px 0px;}
FORM#mailform .csc-mailform TR TD.csc-form-fieldcell TEXTAREA {
	 font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;width:98%;
}
FORM#mailform fieldset  {border: 0px #ffffff dashed;}


/**********/
/* Images */
/**********/

/* Images / Captions */
.csc-caption {
	font-size: 9px;
	padding-top:2px;
	padding-bottom:2px;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DAEAE6;
}
A.internal-link img, A.external-link-new-window img, A.external-link img, A.internal-link-new-window img { border:none; vertical-align:middle;}

a.mail img {border:none; vertical-align:middle;}

/* 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); }

/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 11px; padding:2px 0px 2px 0px; margin:0px 0px 0px 0px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #FFFFFF; }
TABLE.csc-uploads TR.tr-odd { background-color: #E6F9F4; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 3px; padding-right: 3px; 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:normal; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {font-weight: bold;}
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; }

/*****************/
/* 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-sitemap UL LI { margin-bottom:6px;  background-color:#E6F9F4; padding:3px 10px 3px 4px;}
DIV.csc-sitemap UL LI A { background-color:#E6F9F4; padding:3px 4px 3px 4px; font-weight:bold;}

DIV.csc-sitemap UL LI UL LI { margin-bottom:4px; margin-top:4px;  background-color:#EEFBF8;}
DIV.csc-sitemap UL LI UL LI A {  background-color:#EEFBF8; padding:3px 0px 3px 4px; font-weight: normal;}

DIV.csc-sitemap UL LI UL LI UL LI { margin-bottom:4px; margin-top:4px;  background-color:#F8FCFB;}
DIV.csc-sitemap UL LI UL LI UL LI A {  background-color:#F8FCFB; padding:3px 0px 3px 4px; font-weight: normal; font-style:italic;}


/****************************************/
/* 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 black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/* Menus CT: ------------------------------------- Menus CT: ----------------- */
#TblMainMenu {}
#MainMenu {	margin-left:10px;	padding-top: 4px;	padding-bottom: 4px;	line-height:12px; font-size:11px;	border-bottom: 1px dashed #FFFFFF; color:#FFFFFF;}
#MainMenu DIV A {	text-decoration: none; color:#FFFFFF;}
#MainMenu DIV A:hover {	text-decoration: underline; color:#FFFFFF;}
/* MainMenu --  level 1, normal */
#MainMenu DIV.level1-no {font-weight:bold;  font-size:11px;  padding-top:5px;  padding-bottom:5px;  border-top: 1px dashed #FFFFFF;}
/* MainMenu --  level 2,3, normal */
#MainMenu DIV.level2-no, #MainMenu DIV.level3-no {font-size:11px;  padding-top:3px;  padding-bottom:3px;}
/* MainMenu --  level 1, active */
#MainMenu DIV.level1-act {font-size: 11px;  font-weight:bold;  padding-top:3px;  padding-bottom:3px;  border-top: 1px dashed #FFFFFF;}
/* MainMenu --  level 2,3, active */
#MainMenu DIV.level2-act,  #MainMenu DIV.level3-act {font-size:11px;  font-weight:bold;  padding-top:3px;  padding-bottom:3px;}
/* MainMenu --  level 1,2,3, active A */
#MainMenu DIV.level1-act A, #MainMenu DIV.level2-act A, #MainMenu DIV.level3-act A { color:#FFFFFF;  font-size:11px;  padding-top:3px;  padding-bottom:3px; font-weight:bold;}
#TblMenuRight {}	
#MenuRight {margin-right:0px; padding-bottom: 4px;	line-height:15px;}

#flaggen DIV {vertical-align:middle;	font-size: 11px;}
#flaggen DIV img {vertical-align:middle;}

.footerMenu-level1-no {font-size: 10px;  font-weight:normal;  text-decoration: none; vertical-align:middle;}
.footerMenu-level1-act {font-size: 10px;  font-weight:bold; vertical-align:middle;}

/* -BG's CT ------------------------------------ Classes Backgrounds Table (HTML-Layoput): ----------------- */

/* -----  Header: */
.HeaderBG {background-image:url(images_lay/HeaderBG.jpg); background-repeat: no-repeat; background-color:#FFFFFF;}
.bordermenuLeftHO1 {background-image:url(images_lay/ctF_01b.gif); background-repeat: repeat-y;}
.bordermenuLeftHO2 {background-image:url(images_lay/ctF_02.gif); background-repeat: repeat-y;}
.bordermenuLeftHO3 {background-image:url(images_lay/ctF_03.gif); background-repeat: repeat-y;}
/* -----  Menu Left: */
.menuLeftOl {background-image:url(images_lay/menBoxOL.gif); background-repeat: no-repeat;}
.menuLeftOm {background-image:url(images_lay/menBoxO.gif); background-repeat: repeat-x;}
.menuLeftOr {background-image:url(images_lay/conCenOR.gif); background-repeat: no-repeat;}
.contMenLeft {background-image:url(images_lay/menBoxL.gif); background-repeat: repeat-y;}
.menuLeftMR {background-image:url(images_lay/menBoxR.gif); background-repeat: repeat-y;}
.menuLeftUl {background-image:url(images_lay/menBoxUL.gif); background-repeat: no-repeat;}
.menuLeftUm {background-image:url(images_lay/menBoxU.gif); background-repeat: repeat-x;}
.menuLeftUr {background-image:url(images_lay/menBoxUR02.gif); background-repeat: no-repeat;}
/* -----  Content: */
.ContentOl {background-image:url(images_lay/conCenOL.gif); background-repeat: no-repeat;}
.ContentOm {background-image:url(images_lay/conCenO.gif); background-repeat: repeat-x;}
.ContentOr {background-image:url(images_lay/conCenOR.gif); background-repeat: no-repeat;}
.ContentML {background-image:url(images_lay/conCenL.gif); background-repeat: repeat-y; background-color:#E9FAF6;}
.ContentMR {background-image:url(images_lay/conCenR.gif); background-repeat: repeat-y;}
.ContentUl {background-image:url(images_lay/conCenUL.gif); background-repeat: no-repeat;}
.ContentUm {background-image:url(images_lay/conCenU.gif); background-repeat: repeat-x;}
.ContentUr {background-image:url(images_lay/conCenUR.gif); background-repeat: no-repeat;}
/* -----  Menu Right: */
.bordermenuLeft {background-image:url(images_lay/border_menuLeft.gif); background-repeat: repeat-y;}
.BorderRight {background-image:url(images_lay/index_25_07.gif); background-repeat: repeat-y;}
.keysRight {background-repeat: no-repeat; background-color:#C8E4FF; margin-right:0px;padding-right:0px;}
/* -----  Footer: */
.footer01 {background-image:url(images_lay/index_25_14.gif); background-repeat: repeat-x; background-color:#C8E4FF;}
.footer02 {background-image:url(images_lay/index_25_15.gif); background-repeat: repeat-x; background-color:#C8E4FF;}
.footer03 {background-image:url(images_lay/yuyu.gif); background-repeat: repeat-x; background-color:#C8E4FF;}

#footerTxt DIV {vertical-align:middle;	font-size: 11px;}
#footerTxt DIV A {color: black;	text-decoration: none; vertical-align:middle;}
#footerTxt DIV A:hover {text-decoration: underline;	vertical-align:middle;}

.ContentUlPrint {background-image:url(images_lay/index_print_03.gif); background-color:#F3FCFA; background-repeat: no-repeat;}
.ContentUmPrint {background-image:url(images_lay/index_print_04.gif); background-color:#F3FCFA; background-repeat: repeat-x;}
.ContentUrPrint {background-image:url(images_lay/index_print_07.gif); background-repeat: no-repeat;}
.printStart {background-image:url(images_lay/index_print_05.gif); background-repeat: repeat-x; vertical-align:middle;}
.print {background-image:url(images_lay/index_print_06.gif); background-repeat: repeat-x; vertical-align:middle;}



/*************************************************************************************/
/*CT_Box Menu Left: ******************************************************************/
/*************************************************************************************/
#MENUINFO {	margin-left:10px;	padding-top: 0px;	padding-bottom: 0px;	line-height:10px; font-size:11px;	border: solid 1px #FFFFFF; color:#FFFFFF;}
#MENUINFO DIV.content-element {
	padding:0px 0px 3px 0px;
	background-color: #648EFF;
}
/*******************/
/* RTE / Bodytext: */
/*******************/
#MENUINFO .bodytext {margin-top:3px;padding:3px 0px 0px 3px;margin-bottom:5px;font-size: 11px;line-height:13px;}

#MENUINFO .bodytext img {border:none; border-style: none;}
#MENUINFO .bodytext A, #MENUINFO .bodytext A:visited {border:none;color:#FFFEFF;font-weight:normal;}
#MENUINFO .bodytext TEXTAREA, SELECT {vertical-align: middle; font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
#MENUINFO .csc-firstHeader {padding:3px 3px 3px 3px;margin-top:0px;margin-bottom:0px;font-size:11px;color:#0033CC;font-weight:bold;background-color:#D5EEFF;}
#MENUINFO .csc-header-n2, #MENUINFO .csc-header-n3, #MENUINFO .csc-header-n4 {padding:3px 3px 3px 3px;margin-top:0px;margin-bottom:0px;font-size:11px;color:#0033CC;font-weight:bold;background-color:#D5EEFF;}
#MENUINFO H1 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;font-size:11px;color:#0033CC;font-weight:bold;background-color:#D5EEFF;}
/*news LATEST view  -----------------------------------*/

#MENUINFO .news-latest-container {padding-bottom:1px;background-color:#648EFF; border:none;}
#MENUINFO TABLE, #MENUINFO TD, #MENUINFO TR {border-collapse:collapse; border:none;}
#MENUINFO .news-latest-item {
	/* IE hack */
	line-height:11px;
	/* IE hack end */
	padding: 4px 3px 4px 3px;margin-bottom:0px;background-color:#648EFF;font-size:10px;	border-bottom: none;color:#FFFEFF;}
#MENUINFO .news-latest-category IMG {float: none;border:none;margin:0px;}
#MENUINFO .news-latest-date {font-size:10px;color:#FFFFFF;margin-bottom:4px;margin-top:2px;padding: 2px 2px 2px 4px;background-color:#3A61DC;text-decoration: none;}
#MENUINFO .news-latest-date A:visited, #MENUINFO .news-latest-date A {color:#FFFFFF;text-decoration: none;}
#MENUINFO .news-latest-morelink {	font-size:9px;
	color:#FFFFFF;
	padding: 2px 2px 0px 2px;
	margin-bottom:0px;
	text-decoration: none;
height:12px; font-style:italic;
}
#MENUINFO .news-latest-morelink A, #MENUINFO .news-latest-morelink A:visited {float:left;color:#FFFFFF;}
/*************************************************************************************/

/* Plugins:                */
/***************************/
.tx-macinasearchbox-pi1 DIV {padding-bottom:5px; margin-left:0px; padding-left:0px;}
#mac_searchform DIV {width:120px; margin-bottom:-2px; padding-bottom:0px; font-size:9px;}
#mac_searchform DIV.mac_sb_adv {margin-bottom:-8px; padding-bottom:5px;}
.tx-macinasearchbox-pi1 .macina_searchbox_InputField {width: 85px; font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; vertical-align: middle;}
.tx-macinasearchbox-pi1 .macina_searchbox_Submit {vertical-align: middle; text-align: center; font-size:9px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; cursor:pointer;} 

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {vertical-align: middle; text-align: center; font-size:9px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; cursor:pointer;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { vertical-align: middle; font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.EXTENDEDRESUME {vertical-align:middle;}
.tx-indexedsearch .tx-indexedsearch-searchbox FORM TABLE TR TD SELECT {font-size:9px;}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { padding-left:3px; background-color: #F3F3F3; vertical-align:middle;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-caption { color:#000099;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title-number { color:#000099;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A { color:#000099; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title .tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-style:italic; font-size:10px; padding-top:5px; padding-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .resultsDescripTxt {padding: 3px 0px 3px 0px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title title, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title title IMG {vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {margin-top:20px;margin-bottom:5px;color:#FFFFFF;padding-top: 2px;padding-bottom: 2px;padding-left: 1px;padding-right: 1px;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; color:#FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 A {color:#FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {background-color: #FFCC66;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; color:white; padding: 0px 4px 2px 4px;}
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
td.tx-indexedsearch-info {background-color: #83D2FE; vertical-align:middle;}

.tx-fesearchintable-pi1 {background-color:#D0EEFD; padding: 1px 1px 1px 1px;}
.tx-fesearchintable-pi1 FORM { background-color:#E9FAF6; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
.tx-fesearchintable-pi1 FORM INPUT {font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; vertical-align: middle;}
.tx-fesearchintable-pi1 FORM H1 INPUT {font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; vertical-align: middle;}

.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 75px; }
.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: block; font-weight: bold; }
.tx-irfaq-pi1 ul li a { color: #000; text-decoration: none; }
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 3px; }
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; font-weight: bold; }
.tx-irfaq-pi1 dt div { font-weight: bold; margin: 0px; display: inline; }
.tx-irfaq-pi1 dd { margin-left: 0px; margin-top:3px; margin-bottom:0px; padding-top:0px;}
.tx-irfaq-pi1 dd div { margin-top: 0px; margin-bottom:0px;}
.tx-irfaq-pi1 .additional-info { background-color: #E9FAF6; border-top-color: #C6F2FF; border-top-style: dashed; border-top-width: 1px; font-style:normal; font-size:9px; margin-bottom: 0px; color:#006699; }
.tx-irfaq-pi1 dd img {border:none; border-style: none;}

/* directMail */
.directSubsWrap1 {}
.directSubsWrap2 {}

/* DAM-Downloads */
.tx-damdownloads-pi1 {margin-top:0px;}
.tx-damdownloads-pi1 table.browsebar { background-color:#83D2FE; width:380px;}
.tx-damdownloads-pi1-search {background-color:#D0EEFD; border: dashed #ffffff 1px;}
TABLE.tx-damdownloads-pi1-list TD {background-color:#D0EEFD;}
HR.tx-damdownloads-pi1-hr {	clear:right;	height:1px;	border-bottom:1px dashed #ECFBFF;	border-top:0px dashed #D0EEFD;border-left:0px dashed #D0EEFD;	padding-top: 0px; padding-bottom: 0px; margin-top: 2px; margin-bottom: 1px;}


/*mailFormPlus*/
.tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
TABLE#anfrageForm { background-color:#D0EEFD;}

/* -- tx_ablinklist ------------------  general styles  -------------------- */

.tx_ablinklist_viewDetailsForLink {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_viewAddNewLink {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_viewAddNewLinkResult {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_viewReportBrokenLink {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_viewReportBrokenLinkResult {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_viewRateLink {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_viewRateLinkResult {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_categoryPath {font-size: 10px;}

.tx_ablinklist_formErrorMsg {
	color : red;
	margin-top : 10px;
	margin-bottom : 10px;
}

/* --------------------  listView  -------------------- */

.tx_ablinklist_listView_categoryPath {
	font-size : 10px;
}

.tx_ablinklist_listView_categories {
	margin-top : 10px;
}

.tx_ablinklist_listView_category {
	margin-top : 10px;
}

.tx_ablinklist_listView_links {
	margin-top : 10px; background-color:#D0EEFD;}

.tx_ablinklist_listView_link { }

.tx_ablinklist_listView_categoryLabel {font-size :10px; font-weight:bold; color:#333399; font-style:italic; }

.tx_ablinklist_listView_linkAddNew {margin-top : 10px; font-style:italic;}

.tx_ablinklist_listView_linkLabel {font-size : 10px; font-weight:bold; color:#E9FAF6; }

.tx_ablinklist_listView_linkDetails { }

.tx_ablinklist_listView_linkReportBroken { }

.tx_ablinklist_listView_linkRate { }

/* --------------------  treeView  -------------------- */

.tx_ablinklist_treeView_category {
	margin-top : 10px;
	margin-bottom : 10px;
}

.tx_ablinklist_treeView_links {
	margin-bottom : 10px;
}

.tx_ablinklist_treeView_linkAddNew {
	font-size : 10px;
}

.tx_ablinklist_treeView_linkLabel { }

.tx_ablinklist_treeView_linkDetails { }

.tx_ablinklist_treeView_linkReportBroken { }

.tx_ablinklist_treeView_linkRate { }

/* --------------------  searchView  -------------------- */

.tx_ablinklist_searchView_resultMessage {
	margin-top : 10px;
	margin-bottom : 10px;
}

.tx_ablinklist_searchView_noLinksMessage {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-top : 10px;
	margin-bottom : 10px;
	display : block;
	text-align : center;
}

.tx_ablinklist_searchView_categoryPath {
	font-size : small;
}

.tx_ablinklist_searchView_links {
	margin-top : 10px;
}

.tx_ablinklist_searchView_linkLabel { }

.tx_ablinklist_searchView_linkDetails { }

.tx_ablinklist_searchView_linkReportBroken { }

.tx_ablinklist_searchView_linkRate { }

/* --------------------  topView  -------------------- */

.tx_ablinklist_topView_links {
	font-size : normal;
	border : solid 1px #FFFFFF;
	background-color : #D0EEFD;
	padding : 5px;
	margin-bottom : 10px;
	display : block;
	text-align : left;
}

.tx_ablinklist_topView_link {
	margin-top : 5px;
}

.tx_ablinklist_topView_linkLabel { }

.tx-srfreecap-pi2-image { margin-left: 1em; }
.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

.tx-dkpicntext-pi1 {}
.dk_picntext_wrap {border-bottom: 1px dashed #FFFFFF; margin:15px 0px 0px 0px;}
.dk_picntext_header { font-size:11px; font-weight: bold; font-style:italic; padding:3px 0px 3px 5px; background-color:#D0EEFD;}
.dk_picntext_thumbnail { float:right; padding:8px 3px 3px 3px;}
.dk_picntext_description {padding-bottom:8px; padding-top:8px;}

/* tt_NEWS -----------------------------------  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-bottom:1px dashed #ECFBFF;
	border-top:0px dashed #D0EEFD;
	border-left:0px dashed #D0EEFD;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 1px;
}
.news-latest-container HR.clearer {
	clear:left;
	clear:right;	height:1px;	
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-top: dashed #DAEAE6 1px;
}

/*news LATEST view  -----------------------------------*/

.news-latest-container {
	padding-bottom:1px;
	background-color:#E9FAF6;
}
.news-latest-gotoarchive {
	color:#ffffff;
	padding:0px;
	margin:0px;
	background-color:#DAEAE6;
	font-weight:bold;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#003399;
}
.news-latest-item {
	/* IE hack */
	line-height:11px;
	/* IE hack end */
	padding: 4px 2px 0px 6px;
	margin-bottom:0px;
	background-color:#EEFBF8;
	border-bottom:solid #FFFFFF 2px;
}
/* .news-latest-item H3 { padding: 0px 0px 0px 0px; font-size:11px; margin: 2px 0px 2px 0px;} */

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date, .news-latest-morelink, .news-latest-category {
	font-size:10px;
	color:#003399;
	margin-bottom:4px;
	padding-bottom: 1px;
}
.news-latest-date A:visited {color:#003399;}
.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A, .news-latest-morelink A:visited {
	float:right;
	color:#003399;
}

/* tt_news LIST view  -----------------------------------*/
.news-list-container {
	border: none;
	background-color: #FFFFFF;
	}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px 3px 0px 3px;
	margin:0px;
	margin-bottom: 5px;
	border:1px solid #D0EEFD;
	background-color:#EEFBF8;
	}
.news-search-form {
	background-color:#D0EEFD;
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
}
.news-search-form FORM {
	background-color:#E9FAF6;
	padding: 2px 0px 3px 3px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	}
.news-search-form FORM INPUT {
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align: middle;
	}
.news-search-emptyMsg{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px 2px 4px 2px;
	border-bottom: 1px solid #FFFFFF;
	background-color:#D5F4EC;
	font-size:10px;
	}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#003399;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#000000;
	}
.news-list-container P {
	padding-left:3px;
	margin-top: 3px;
	margin-bottom: 2px;
	}
.news-list-date {
	float: right;
	color: #0066CC;
	width: 180px;
	text-align: right;
	height: 12px;
	margin: 1px 1px 1px;
	padding-right: 2px;
	padding-top: 1px;
	font-size: 9px;
	font-weight: normal;
	font-style:italic;
	background-color: #F8FCFB;
	vertical-align: middle;
	}
.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:4px;
	vertical-align:middle;
	}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
	}
.news-list-morelink, .news-list-category {
	font-size:9px;
	margin-left:5px;
	}
.news-list-morelink  {
	margin-bottom:0px;
	color:#003399;
	}
	.news-list-category {
	color:#0066CC;
	 margin-bottom: 4px;
	}
 .news-list-category A {
	color:#0066CC;
	}
.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: 0px;
}

/* tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px;
	margin-bottom:0px;
	text-align:justify;
}
.news-single-item H2 {
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color: #3A61DC;	 
	margin-bottom: 2px;
}
.mainTitle {background-color:#D5F4EC; padding:0px;	font-size: 12px;
}

.newsDate {
	float:right;
	font-size: 9px;
	font-style:italic;
	margin-bottom: 2px;
	margin-top: 0px;
	vertical-align:middle;
	text-align:right;
	color:#999999;
	width: 98%;

}

.news-subheader { font-weight:bold; margin-bottom:15px; margin-top:6px}

.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, .news-single-category A, .news-single-category IMG, .news-single-category A:visited, .textCatCT {text-align:right; color:#0066CC; vertical-align: middle;}

.news-single-category {
	position: relative;
	float:right;
	width: 45%;
	height: 12px;
	margin-top: -13px;
	margin-right: 0px;
	padding: 2px 4px 3px;
	font-weight: normal;
	background-color: #D5EEFF;
}

.news-single-backlink, .news-single-backlink A, .news-single-backlink A:visited {
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 3px 4px 6px 4px;
	background-color: #EEFBF8;
	vertical-align:middle;
	color:#000000;
}
.news-single-timedata {
	position: relative;
	width: 50%;
	height: 12px;
	margin-top: -2px;
	margin-right: 50%;
	padding: 0px 0px 0px 3px;
	text-align:left;
	font-weight: normal;
}
.news-single-timedata, .news-single-author, .news-single-imgcaption {
	font-size: 9px;
}
.news-single-additional-info {
	background-color:#83D2FE;
	margin-top: 10px;
	padding:3px 3px 1px 3px;
}
.news-single-related, .news-single-files, .news-single-links  {
	padding-bottom:3px;
	background-color:#D0EEFD;
}
.news-single-additional-info dl {
	margin:0px 0px 3px 0px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin:0px 0px 0px 20px; padding-top:4px; text-align:left;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 10px;
	margin:0px 0px 0px 3px;
	 text-align:left;
}

/* tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #ffffff;
	background-color:#D0EEFD;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	background-color:#D0EEFD;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#ffffff;
	padding:3px;
	background-color:#83D2FE;
}
.news-amenu-item-year LI DD {
	padding-left:5px;
}

.news-amenu-item-year {
width:70%;
	font-weight: bold;
	padding-bottom:3px;
	margin: 0px 0px 4px 0px;
	clear:both;
	background-color: #FFFFFF;
	color:#000000;
}

/* tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:0px 0px 0px 0px;
	border:1px dashed #ffffff;
	background-color:#D0EEFD;
}
.news-catmenu p.news-catmenu-header { margin:0px 0px 5px 0px; font-style:italic;}
.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;
}

/* 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;
}
/* gallerie - listing */
	#tx-lzgallery-pi1-listing {font-size:11px;padding:0px;font-family:verdana;}
	#tx-lzgallery-pi1-listing tr.line1 {background-color:#D5F4EC;color:black;}
	#tx-lzgallery-pi1-listing tr.line1 td.startdate{white-space:nowrap; border-top:1px solid #C6DFD9;}
	#tx-lzgallery-pi1-listing tr.line1 td.count{white-space-nowrap;padding-left:20px; border:solid #C6DFD9 1px;}
	#tx-lzgallery-pi1-listing td.preview {padding:0px;width:80px;padding-left:4px;}
	#tx-lzgallery-pi1-listing td.title {font-size:11px;font-weight:bold;padding:3px 3px 4px 3px;width:80%; border:solid #C6DFD9 1px;}
	#tx-lzgallery-pi1-listing tr.line2 {padding:0px;}
	#tx-lzgallery-pi1-listing a {color:black;}
	#tx-lzgallery-pi1-listing #line-descr-short {border-width:1px;border-style:solid;border-color:#C6DFD9;}
	#tx-lzgallery-pi1-parent-descr-short {padding:0px 0px 20px 3px;}
	#tx-lzgallery-pi1-parent-title {font-size:11px; font-weight:bold;}
	#tx-lzgallery-pi1-parent-count {padding:4px 4px 4px 4px;}
	#tx-lzgallery-pi1-parent-subcount {padding:0px 4px 4px 4px;}
	#tx-lzgallery-pi1-listing td.information {font-size:12px;white-space:nowrap;}
/* gallery - album  */	

	#tx-lzgallery-pi1-fotonav {background-color:#D5F4EC; border:'1px' 'solid' 'pink'; border-width:1px;border-style:solid;border-color:#C6DFD9; width:100%;padding:0px 0px 0px 0px; margin:0px;}
	#tx-lzgallery-pi1-fotos  { margin-left:4px; border-color:#C6DFD9; width:100%;text-align:center;border-collapse:collapse; width:730px; padding:0px;}
	#tx-lzgallery-pi1-fotos td {text-align:center;border:none; padding:1px;}
	#tx-lzgallery-pi1-title { width:734; margin:0px;font-size:11px;font-weight:bold;padding:3px 0px 4px 3px; border:solid #C6DFD9 1px;}
	#tx-lzgallery-pi1-descr-long {margin:5px 5px 15px 5px;text-align:justify;}

/* gallery - annotations */	
	.tx-lzgallery-pi1-5x5-filename {font-size:12px;font-style:italic;}
	.tx-lzgallery-pi1-1x1-1 {font-size:11px;font-face:bold; border:solid #C6DFD9 1px;}
	.tx-lzgallery-pi1-1x1-2 {font-size:11px; border:solid #C6DFD9 1px;margin:3px 3px 3px 3px;}
	.tx-lzgallery-pi1-1x1-filename {font-size:12px;font-style:italic;}
	.descr_short {font-size:11px;}
	.count {font-size:11px;}
	.pagination  {font-size:11px; background-color:#D5F4EC; border:solid #C6DFD9 1px;}
	.tx-lzgallery-pi1 FORM {margin:0px 0px 3px 0px; padding:0px; width:743px;}
	
	
/* Sendcard */
		.tx-srsendcard-pi1 P { font-family:Verdana, sans-serif; font-size:12px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
		.tx-srsendcard-pi1 A:link { background-color:transparent; color:navy; text-decoration:none; font-weight:bold;}
		.tx-srsendcard-pi1 A:visited { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
		.tx-srsendcard-pi1 A:hover { background-color:transparent; color:#333333; text-decoration:none; }
		.tx-srsendcard-pi1 A:active { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
		.tx-srsendcard-pi1 INPUT { font-size:10px; font-family:Verdana;}
		.tx-srsendcard-pi1 INPUT.tx-srsendcard-pi1-submit { font-size:10px; font-family:Verdana; font-weight:bold; }
		.tx-srsendcard-pi1 SELECT { font-size:10px; font-family:Verdana; background-color:#35006d;}
		.tx-srsendcard-pi1 TEXTAREA { font-size:10px; font-family:Verdana; background-color:#FFFFFF; color:#000000;}
		.tx-srsendcard-pi1 .tx-srsendcard-pi1-radio TD { text-align:left; vertical-align:middle; background-color:transparent; }
		.tx-srsendcard-pi1 .tx-srsendcard-pi1-radio P { font-family:Verdana, sans-serif; font-size:12px; color:#35006d; margin-top:4px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
		.tx-srsendcard-pi1 .tx-srsendcard-pi1-radio INPUT  { font-size:10px; font-family:Verdana; background-color:transparent; color:#000000; font-weight:bold; vertical-align:middle; }

.tx-lumogooglemaps-pi1 {}
.tx_lumogooglemaps_pi1_infobox { background-color:#FFFFFF;}

/*----plugin.tx_srfeuserregister_pi1---------------------------*/

		.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
		.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
		.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
		.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
		.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 label span { color: #ff0000; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
		.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
		.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
		.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
		.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
		.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
		* html .tx-srfeuserregister-pi1 dd { float: none; }
		.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }


/*CT-Custom HP alt*/
.cr {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}


.Subheadl { font-family: "Courier New", Courier, mono; font-size: 16px; font-weight: normal; text-decoration: none; color: #990000; vertical-align: middle }

.klein {
	FONT-SIZE: 10px;
	COLOR: Black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.textKlein { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}

.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	
}
.CPadding {padding:2px 2px 2px 2px; margin:2px 2px 2px 2px; border:none;}


.textbig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000}

.Headline {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; color: #0033CC; font-weight: bold;}

.Redakteur { font-family: "Courier New", Courier, mono; font-size: 12px; color: #339900;word-spacing: 1mm; line-height: 12px;}
.TxtNormalBOLD {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.textBGOrange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FD4A5C;
}
.TxtREAD {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	vertical-align: middle;
}
.PicBorderWhite {
	border: 1px solid #FFFFFF;
}
.PicBorderBlack {

	border: 1px solid #000000;
}
.newHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFF66;
}
.HighSub {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
}
.textBGOrangeSMALL {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FD4A5C;
}
.HLProfile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.textKleinRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;

}
.TxtNormalBGGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	vertical-align: top;
	background-color: #FFFFFF;
	border: #000000;


}
.textNormalWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
}
.newHighlightBIG {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF66;
}
.PicBorderRed {

	border: 1px solid #FF0000;
}
.textKleinU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.textNormalNU {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textkleinNU {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textKleinWhite {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
.HeadlineBlue {
	color: #0033CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.forumsLink {
	margin: 0px;
	padding: 5px;
	width: 100%;
	border: 1px solid #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0033CC;
	left: 0px;
	right: 0px;
}
.CopyWhite {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC
}

.field {font-size:11px; padding: 1px 2px 1px 2px;}

INPUT.field {
	FONT-SIZE: 11px;
	COLOR: Black;
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	border:  solid #cccccc 1px;
	background-color: #FFFFFF;
}

TEXTAREA.field, SELECT.field, OPTION.field {
	BORDER-RIGHT: solid #cccccc 1px;
	BORDER-TOP: solid #cccccc 1px;
	FONT-SIZE: 11px;
	BORDER-LEFT: solid #cccccc 1px;
	COLOR: Black;
	BORDER-BOTTOM: solid #cccccc 1px;
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif
}


#contactFormCT HR {
	clear:right;	height:1px;	
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-top: dashed #CBF3EA 1px;
}



/* RTE / Table styling */
TABLE.contenttable {margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;}
TABLE.contenttable TR TD {margin: 0px 0px 10px 0px; padding: 1px 1px 1px 1px;}
TABLE.contenttable TR TD P.bodytext { padding: 1px 1px 1px 1px; margin: 0px 0px 0px 0px;}

.name-of-person { font-size:9px; font-weight:normal; color:#000000; }
.detail { font-size:9px; font-weight:normal; color: #FF0000; font-style:normal; }

