/* MALLORCADIGITAL: */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:10px;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

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

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

#MainContent DIV.content-element {
	padding:6px 0px 14px 0px;
	color: #5C5C5C;
}

#MainContent DIV.content-element HR {	clear:right;	height:1px;	 padding:0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-top: dashed #EEEDED 1px;
}

#MenuRight DIV.content-element {
	padding-bottom:5px;
	margin-bottom:3px;
	border-bottom: 1px dashed #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: solid #CCCCCC 1px; margin-top: 5px;}

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

/********************************/
/* 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 { 
}


H1.csc-firstHeader {
	padding: 3px 3px 3px 0px;
	margin-top:0px;
	margin-bottom: 10px;
	border-top:0px;
	font-size:26px;
	font-weight: bold;
}

.csc-header-n1, .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 {}

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

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

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


/* 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; color: #5C5C5C;}

/* RTE / Table styling */
TABLE.contenttable {}
TABLE.contenttable TR TD { padding: 3px 3px 3px 3px;}
TABLE.contenttable TR TD P.bodytext { padding: 3px 3px 3px 3px; margin-top: 0px; margin-bottom: 0px;}
TABLE.contenttable TR {}
#MainContent TABLE.contenttable P.bodytext A:hover.internal-link {color:#CE0000; text-decoration:none;}
#MainContent TABLE.contenttable P.bodytext A {text-decoration:none;}
/* 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; background-color:#F5F5F5; margin-left:15px; padding-left:5px;}


/**********/
/* Images */
/**********/

/* Images / Captions */
.csc-caption {
	font-size: 11px;
	padding-top:2px;
	padding-bottom:2px;
	font-style:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
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:hover.internal-link {color:#CE0000;}
A:active.internal-link {color:#CE0000; text-decoration:none;}

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; }


/*******************/
/* RTE / Bodytext: */
/*******************/
#MainContent .bodytext {
	margin-top:3px;
	padding:3px 0px 3px 0px;
	margin-bottom:5px;
	font-size: 12px;
	color: #5C5C5C;
}

#MainContent .bodytext img {border:none; border-style: none; margin-top:3px; padding:0px;}
#MainContent .bodytext A, #MENUINFO .bodytext A:visited {border:none;color:#000000;font-weight:normal;}
/*#MainContent .bodytext A:hover, #MENUINFO .bodytext A:hover {border:none;color:#CE0000;font-weight:normal;}
#MainContent .content-element A:active {border:none;color:#CE0000; font-weight:normal; text-decoration:none;}*/

#MainContent .bodytext TEXTAREA, SELECT {vertical-align: middle; font-size:10px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
#MainContent .csc-firstHeader { background-image: url(images_lay/bg.gif);background-color:#F3FCFA; margin-top:4px; margin-bottom: 10px; font-size:16px; border-bottom:solid #cccccc 1px; font-weight:bold;}
#MainContent .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:#F8F8F8;}
#MainContent H1 {}
/*news LATEST view  -----------------------------------*/

#MainContent .news-latest-container {padding-bottom:1px;background-color:#648EFF; border:none;}
#MainContent TABLE, #MENUINFO TD, #MENUINFO TR {border-collapse:collapse; border:none;}
#MainContent .news-latest-item {
	/* IE hack */
	line-height:12px;
	/* IE hack end */
	padding: 4px 3px 4px 3px;margin-bottom:0px;background-color:#648EFF;font-size:10px;	border-bottom: none;color:#FFFEFF;}
#MainContent .news-latest-category IMG {float: none;border:none;margin:0px;}
#MainContent .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;}
#MainContent .news-latest-date A:visited, #MENUINFO .news-latest-date A {color:#FFFFFF;text-decoration: none;}


/* Menus CT: ------------------------------------- Menus CT: ----------------- */

#flaggen {padding-top:3px; margin-top:1px; border-top: solid #CCCCCC 1px;}
#flaggen DIV img {}
#flaggen A {}

.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;}


#header1 {background-color:#F3F3F3; padding:3px 3px 3px 7px; border-top: solid #CCCCCC 1px; margin-bottom:1px;}
#header1 SPAN { color:#000000; vertical-align:middle;	font-size: 11px;}
#header1 SPAN A {color:#000000; text-decoration: none; vertical-align:middle;}
#header1 SPAN A:hover {color:#D20000; text-decoration: none;	vertical-align:middle;}
#header1 span.header1-level1-no, #header1 .header-level1-no A {color:#000000; text-decoration: none;}
#header1 span.header1-level1-act A {color:#D20000;  font-weight:normal; vertical-align:middle; text-decoration: none;}
#header1 span.SubActWrap, #header1 span.SubActWrap A {color:#D20000; font-weight: normal; vertical-align:middle;}

#rootMenu {padding-top:1px; padding-bottom:5px;  margin-top:1px; border-top: solid #CCCCCC 1px;}
#rootMenu SPAN { color:#999999;	font-size: 9px;}
#rootMenu SPAN A {color:#999999; text-decoration: none;}
#rootMenu A {	color:#999999;	text-decoration: none;}
#rootMenu SPAN A:hover {color:#000000; text-decoration: underline;}
#rootMenu span.rootMenu-level1-no, #rootMenu .rootMenu-level1-no A {color:#999999; text-decoration: none;}
#rootMenu span.rootMenu-level1-act A { text-decoration: underline; color:#999999;  font-weight:normal; text-decoration: underline;}
#rootMenu span.SubActWrap, #header1 span.SubActWrap A {color:#999999; font-weight:normal;}
#rootMenu .raquo {color:#000000;}

#DummyLine {margin-top:1px; border-top: solid #CCCCCC 1px;}


#header2 { margin-bottom:10px; background-color:#F3F3F3; padding:3px 3px 5px 7px; border-bottom: solid #CCCCCC 1px;}
#header2 SPAN { color:#000000; vertical-align:middle;	font-size: 11px;}
#header2 SPAN A {color:#000000; text-decoration: none; vertical-align:middle;}
#header2 SPAN A:hover {color:#D20000; text-decoration: none;	vertical-align:middle;}
#header2 span.header2-level1-no, #header2 .header2-level1-no A {color:#000000; text-decoration: none; vertical-align:middle;}
#header2 span.header2-level1-act A { text-decoration: none; color:#D20000;  font-weight:normal; vertical-align:middle;}
#header2 span.SubActWrap, #header2 span.SubActWrap A {color:#000000; font-weight:normal; 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:#00336Ann; text-decoration: underline;	vertical-align:middle;}
#header3 span.SubActWrap, #header3 span.SubActWrap A {color:#00336A; font-weight:normal; vertical-align:middle; text-decoration: none;}

#kontaktBlock {vertical-align:middle; height:100%; line-height:18px;}
#kontaktBlock A {vertical-align:middle; color:#FFFFFF; font-weight:bold; text-decoration: none; font-size:11px;}
#kontaktBlock A:hover {text-decoration: underline; font-size:11px;}



/* -BG's CT ------------------------------------ Classes Backgrounds Table (HTML-Layoput): ----------------- */


.footerTxt DIV {vertical-align:middle;	font-size: 11px;}
.footerTxt DIV A {color:#000000;	text-decoration: none; vertical-align:middle;}
.footerTxt DIV A:hover {text-decoration: underline;	vertical-align:middle;}
#footerContent .content-element {
	margin-top:6px;
	background-color:#F3F3F3;
	padding:3px;
	font-size:11px;
	border-bottom: solid #FFFFFF 2px;
	border-left: solid #FFFFFF 2px;
	border-right: solid #FFFFFF 2px;
}
#footerContent .bodytext { padding:0px; margin:3px;}

/*************************************************************************************/
/*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;
}
#MENUINFO .news-latest-morelink A, #MENUINFO .news-latest-morelink A:visited {float:left;color:#FFFFFF;}
/*************************************************************************************/

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


/*mailFormPlus*/
.tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
TABLE#anfrageForm { background-color:#D0EEFD;}

.tx-photogals-pi1 {
	margin:0px;
	padding:0px;
	width:351px;
}

.tx-photogals-pi1-big {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-color: #EBEBEB;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.tx-photogals-pi1-big a {
	border:1px solid #CCCCCC;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
	display:block;
}
.tx-photogals-pi1-big a:hover {
	border:1px solid #999999;
	
}

.tx-photogals-pi1-small a {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:0px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:3px;
	margin-top:3px;
	float:left;

	margin-bottom:10px;	
}
.tx-photogals-pi1-small a:hover {
	border:1px solid #000000;
}
.tx-photogals-pi1-small-active a {
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	padding:0px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:3px;
	margin-top:3px;
	float:left;
	
	margin-bottom:10px;	
}
.tx-photogals-pi1-small-active a:hover {
	border:1px solid #000000;
}



/***** CUSTOM CT *******************************/

#MainContent {width: 755px;}


.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;
}

#cuerpo { background-color:#F5F5F5; margin-left:70px; padding-left:15px;}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color:#999999;
}
a:active {
	color: #009900;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F7FFCC;
	color: #000000;
}

td {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px none #000;
}

p, li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#993300;
	letter-spacing:2;
	}

h1 { /* alte bezeichnung style3 */
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color:#993300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color:#8C8C8C;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#sw_head {
	background-image:url(sw_head.jpg);
	background-repeat:no-repeat;
	height:210px;
	width:755px;
}

#sw_menu_bild {
	background-image:url(sw_menu.gif);
	background-repeat:no-repeat;
	height:61px;
	width:755px;
	vertical-align:top;
}

#sw_menu{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 16px;
}

#sw_menu a{
	padding: 0px 9px 0px 9px;
}
#sw_menu a:hover{
	color:#CC3333;
}

#sw_body {
	padding: 20px;
	background-color: #fff;
}

#sw_foot{
	background-image:url(sw_foot.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 38px;
	font-size: 10px;
	text-align: right;
	padding: 20px 5px 0px 0px;
	margin: 0px;
}

#sw_foot a{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.mitte {
text-align:center;
}

.box {
	padding:10px;
	border: 1px dotted silver;
}


.Stil9 {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.Stil13 {color: #990000}
.Stil15 {
	color: #990000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Stil16 {font-family: Georgia, "Times New Roman", Times, serif}
.Stil17 {color: #990000; font-family: Georgia, "Times New Roman", Times, serif; }
.Stil19 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.Stil20 {color: #990000; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; }
.Stil21 {font-size: 14px}
.Stil24 {font-weight: bold; color: #990000;}
.Stil25 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; }

