/* MALLORCADIGITAL: */

body {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

a:link,a:active,a:visited { color : #000000; }

.cr {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}

#Content DIV.content-element {
	padding:7px 3px 8px 3px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#MenuRight DIV.content-element {
	padding-bottom:5px;
	margin-bottom:3px;
	border-bottom: 1px dashed #000000;
	line-height:11px;
}
.sloganTable { background-color:#FFFFFF;}
.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;border-color: #CCCCCC; }

/* 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 #70A99F 1px;
}


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
				
/******************/
/* 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;
	font-weight:bold;
}


H1.csc-firstHeader {
	padding: 3px 3px 3px 3px;
	margin-top:0px;
	margin-bottom: 10px;
	border-top:0px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	background-color: #FFFFFF;
}

.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 {
	margin-top:4px;
	margin-bottom: 10px;
	background-color: #FBFBFB;
}

/*
H2.csc-firstHeader
H3.csc-firstHeader
H4.csc-firstHeader
H5.csc-firstHeader
H6.csc-firstHeader
*/

/* Header date */
P.csc-header-date { font-size: 10px;}

/* Subheader, general */
P.csc-subheader { font-style: italic;}

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 {  }
P.csc-subheader-2 {  }
P.csc-subheader-3 {  }


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

/* RTE / Table styling */
TABLE.contenttable {}
TABLE.contenttable TR TD { padding: 5px;}
TABLE.contenttable TR TD P.bodytext { 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:;}

/*****************/
/* 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: ; }
FORM .csc-form-fieldcell { background-color: ; }
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 #000000 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: #000000; }
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: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
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; }

/*******************/
/* 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:;}
#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:;}
#MENUINFO H1 {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;font-size:11px;color:#0033CC;font-weight:bold;background-color:;}
/*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:#000000;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:#000000;text-decoration: none;}
#MENUINFO .news-latest-morelink {	font-size:9px;
	color:#000000;
	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:#000000;}
/*************************************************************************************/



/* Menus CT: ------------------------------------- Menus CT: ----------------- */
#TblMainMenu {font-size:10px;}
#MainMenu {	margin-left:10px;	padding-top: 4px; padding-bottom: 4px; line-height:12px; border-bottom: 1px dashed #999999;}
#MainMenu DIV A {text-decoration: none;  color:#000000;}
#MainMenu DIV A:hover {	text-decoration: underline;}

#MainMenu DIV.level1-no {font-weight:bold; padding-top:5px; margin-top:5px;  padding-bottom:2px;  border-top: 1px dashed #999999;}
#MainMenu DIV.level1-act {padding-top:5px; margin-top:5px;  padding-bottom:2px;  border-top: 1px dashed #999999;}
#MainMenu DIV.level1-act A {font-weight:bold;}

#MainMenu DIV.level2-no { padding-top:2px; margin-top:5px;  padding-bottom:2px;}
#MainMenu DIV.level2-act {padding-top:2px; margin-top:3px;  padding-bottom:2px;}
#MainMenu DIV.level2-act A {font-weight:bold;}

#MainMenu DIV.level3-act { padding-left:14px; padding-top:2px;  padding-bottom:4px;background-color: #FDFDFD;}
#MainMenu DIV.level3-act A {text-decoration:underline;} 
#MainMenu DIV.level3-no { margin-left:14px; padding-top:3px;  padding-bottom:3px;}

#MainMenu DIV.level4-act {padding-left:25px;padding-top:2px;padding-bottom:4px;background-color: #FDFDFD;}
#MainMenu DIV.level4-act A {text-decoration:underline;}
#MainMenu DIV.level4-no { margin-left:25px; padding-top:3px;  padding-bottom:3px;}

#MainMenu DIV.level5-act {padding-left:30px;padding-top:2px;padding-bottom:4px;background-color: #FDFDFD;}
#MainMenu DIV.level5-act A {text-decoration:underline;}
#MainMenu DIV.level5-no { margin-left:30px; padding-top:3px;  padding-bottom:3px;}

#footerTxt DIV { color:#FFFFFF; vertical-align:middle;	font-size: 11px;}
#footerTxt DIV A {color:#FFFFFF; text-decoration: none; vertical-align:middle;}
#footerTxt DIV A:hover {color:#FFFFFF; text-decoration: underline;	vertical-align:middle;}

#header1 {padding:3px 0px 3px 7px;}
#header1 SPAN { color:#FFFFFF; vertical-align:middle;	font-size: 11px;}
#header1 SPAN A {color:#FFFFFF; text-decoration: none; vertical-align:middle;}
#header1 SPAN A:hover {color:#E9D9B8; text-decoration: underline;	vertical-align:middle;}
#header1 span.header1-level1-no, #header1 .header-level1-no A {color:#FFFFFF; text-decoration: none; vertical-align:middle;}
#header1 span.header1-level1-act A {color:#E9D9B8;  font-weight:bold; vertical-align:middle;}
#header1 span.SubActWrap, #header1 span.SubActWrap A {color:#E9D9B8; font-weight:bold; vertical-align:middle;}

#header2 {padding:3px 0px 3px 7px;}
#header2 SPAN { color:#FFFFFF; vertical-align:middle;	font-size: 11px;}
#header2 SPAN A {color:#FFFFFF; text-decoration: none; vertical-align:middle;}
#header2 SPAN A:hover {color:#E9D9B8; text-decoration: underline;	vertical-align:middle;}
#header2 span.header2-level1-no, #header2 .header2-level1-no A {color:#FFFFFF; text-decoration: none; vertical-align:middle;}
#header2 span.header2-level1-act A {color:#E9D9B8;  font-weight:bold; vertical-align:middle;}
#header2 span.SubActWrap, #header2 span.SubActWrap A {color:#E9D9B8; font-weight:bold; vertical-align:middle;}

#header3 {padding:1px 0px 3px 7px;}
#header3 SPAN { color:#000000; vertical-align:middle;	font-size: 11px;}
#header3 SPAN A {color:#000000; text-decoration: none; vertical-align:middle;}
#header3 SPAN A:hover {color:#00336A; text-decoration: underline;	vertical-align:middle;}
#header3 span.SubActWrap, #header3 span.SubActWrap A {color:#00336A; font-weight:bold; vertical-align:middle;}

#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, .footerMenu-level1-no A {color:#FFFFFF; text-decoration: none; vertical-align:middle;}
.footerMenu-level1-act A {color:#E9D9B8;  font-weight:bold; vertical-align:middle;}

.footerMenu3-level1-no, .footerMenu3-level1-no A {color:#000000; text-decoration: none; vertical-align:middle;}
.footerMenu3-level1-act A {color:#00336A;  font-weight:bold; vertical-align:middle;}


/*************************************************************************************/
/*CT_Box Menu Left: ******************************************************************/
/*************************************************************************************/
#MENUINFO {	margin-left:10px;	padding-top: 0px;	padding-bottom: 0px;	line-height:10px; font-size:11px;	border-bottom: dashed 1px #999999; color:#000000;}
#MENUINFO DIV.content-element {padding:0px 0px 3px 0px; background-color: #648EFF;}


/* Plugins:                */
/***************************/

/* directMail */
.directSubsWrap1 {}
.directSubsWrap2 {}

/* DAM-Downloads */
.tx-damdownloads-pi1 {margin-top:0px;}
.tx-damdownloads-pi1 table.browsebar { background-color:; width:380px;}
.tx-damdownloads-pi1-search {background-color:; border: dashed #000000 1px;}
TABLE.tx-damdownloads-pi1-list TD {background-color:;}
HR.tx-damdownloads-pi1-hr {	clear:right;	height:1px;	border-bottom:1px dashed #ECFBFF;	border-top:0px dashed ;border-left:0px dashed ;	padding-top: 0px; padding-bottom: 0px; margin-top: 2px; margin-bottom: 1px;}


#printVersion A, #printVersion A:visited {vertical-align:middle; padding-top:1px; line-height:10px; font-size:9px; font-style:italic; text-decoration:none;}
