/***
   * CSS Styled Content
***/


/***************************/
/* General element styles: */
/***************************/
* {
	margin: 0;
	padding: 0;
}
*:focus {
  outline: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verana, Arial, Helvetica, sans-serif;
	color: #666F6E;
	margin: 0;
	padding: 0;
}

P, TD, UL, OL, BLOCKQUOTE {
	font-family: Verana, Arial, Helvetica, sans-serif;
	color: #666F6E;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verana, Arial, Helvetica, sans-serif;
}

H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {
	font-family: Verana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}

H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover {
  font-family: Verana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}

PRE {
	font-family: monospace;
	font-size: 1.4em;
}

A, A:hover {
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}

A {
	color: #E95E27;
}

A:hover {
	color: #E95E27;
	text-decoration: underline;
}
P A, LI A { font-size: 1em; }

P A:hover, LI A:hover { font-size: 1em; }

P, PRE {
	margin: 0;
	padding: 0;
}

P, UL, OL { font-size: 1.3em; }

LI A { font-size: 1em; }

TR, TD { font-size: 1em; }

TABLE { font-size: 1.3em; }

TABLE TR TD { padding: .3em; }

TABLE P, TABLE P.bodytext, TABLE A, TABLE A:hover { font-size: 1em; }

TD LI { font-size: .9em }

FORM { margin: 0px; font-size: 1.3em; }

FORM TABLE { font-size: 1em; }

FORM P { font-size: 1em; }

FORM P.bodytext { font-size: 1em; }

FORM LI { font-size: .9em; }

INPUT, TEXTAREA, SELECT {
  font-family: Verana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F2F2F2;
	border: 1px solid #D7D7D7;
	color: #646E6E;
	margin: 2px 0 2px 0;
}

INPUT { padding: 1px 2px 1px 4px; }

OPTION {
	margin: 0 .5em 0 0;
}

IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden {
	display: none;
}

.anker {
	display: block;
	height: 0;
	line-height: 0px;
	visibility: hidden;
	border: 0;
	padding: 0;
	font-size: 0;
}

HR.clearColumns {
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
	border: 0;
	padding: 0;
}

HR.divider {
	margin: 15px 0 15px 0;
	background-color: #DEDEDE; /* Farbe fuer Opera und Firefox */
	color: #DEDEDE; /* Farbe f�r Internet Explorer (IE) */
	border: 0;
	height: 1px;
}

HR.dividerclear {
	margin: 0px 0 15px 0;
	display: block;
	clear: both;
	background-color: #DEDEDE; /* Farbe fuer Opera und Firefox */
	color: #DEDEDE; /* Farbe f�r Internet Explorer (IE) */
	border: 0;
	height: 1px;
}

.example1 {
	font-style: italic;
	font-size: 11px;
}

.example2 {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

.kleinkursiv {
	font-style: italic;
	font-size: 11px;
}

.kleinfettkursiv {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

.important { color: #FF0000; }

.name-of-person {
	font-style: italic;
	font-size: 11px;
}

.detail {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}



/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { }

DIV.csc-frame {border: 1px solid #D7D7D7}
DIV.csc-frame H1, DIV.csc-frame H2, DIV.csc-frame H3, DIV.csc-frame H4, DIV.csc-frame H5, DIV.csc-frame H6 {margin-top: 0;}
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #D7D7D7 }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #D7D7D7; }
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 { margin: 0; padding: 1em;}
DIV.csc-frame-frame2 { margin: 0; padding: 2em;}



/******************/
/* Headers, plain */
/******************/
H1 { font-size: 2.5em; color: #666F6E; }
H2 { font-size: 2.2em; color: #666F6E; }
H3 { font-size: 2.0em; color: #666F6E; }
H4 { font-size: 1.5em; color: #666F6E; }
H5 { font-size: 1.3em; color: #666F6E; }
H6 { font-size: 1.3em; color: #666F6E; }
H1, H2, H3, H4, H5, H6 { margin: 1.2em 0 .5em 0; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0; }

/* Header date */
P.csc-header-date { color: #666F6E; }

/* Subheader, general */
P.csc-subheader { background-color: #666F6E; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #666F6E; }
P.csc-subheader-2 { color: #666F6E; }
P.csc-subheader-3 { color: #666F6E; }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {
	font-size: 1.3em;
	color: #666F6E;
	line-height: 1.5em;
	margin: 0;
}
P.bodytext A { font-size: 1em; }
P.bodytext A:hover { font-size: 1em; }

.infoLayer {
	font-size: 1.3em;
}
.infoLayer P,
.infoLayer P.bodytext {
	font-size: 1em;
}

.tx-mlmaps-pi1 {
	overflow: visible;
}

#map_container {
	overflow: visible;
}

map {
	overflow: visible;
}

.infoLayer {
	z-index: 666;
}


/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 1.3em; }
OL { margin-top: 0px; }
LI { margin: .2em 0 0 1.5em; }

/* RTE / Table styling */
/* nach "Tables, generally" verschoben */



/**********/
/* Images */
/**********/
/* Images / Captions */
P.csc-caption { font-size: 1.1em; font-style: italic; }

/* 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 { margin: 0 0 15px 15px; list-style-image: url(../img/bullet.gif); }
OL { margin: 0 0 0 23px; }
/*UL LI, OL LI { margin: 0 0 1.1em 0; }*/
UL LI, OL LI { margin: 0 0 .6em 0; }

UL.csc-bulletlist LI { font-size: 1.3em; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { font-size: 1em; color: #666F6E; list-style-image: url(../img/bullet.gif); }
UL.csc-bulletlist-1 { font-size: 1em; color: #666F6E; list-style-type : decimal; margin: 0 0 0 21px; list-style-image: none; }
UL.csc-bulletlist-2 { font-size: 1em; color: #666F6E; list-style-position : inside; margin: 0; list-style-image: url(../img/bullet.gif); }
UL.csc-bulletlist-3 { font-size: 1em; color: #666F6E; list-style-image: none; }



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable { margin: 0px; width: 100%; font-size: 1.3em; color: #646E6E; }
TABLE.contenttable TR TD { padding: .3em; }
TABLE.contenttable TR TH { padding: .4em; color: #646E6E; }
TABLE.contenttable TR { background-color: #FFF; }
TABLE.contenttable CAPTION { display: none; }

TABLE.contenttable TR.tr-even { background-color: #F2F2F2; }
TABLE.contenttable TR.tr-odd { background-color: #FFF; color: #646E6E; }
TABLE.contenttable TR.tr-odd TD { color: #646E6E; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 { }

TABLE.contenttable-1 THEAD TR TH { background-color: #F2F2F2; color: #646E6E; font-weight: bold;}
TABLE.contenttable-1 TBODY TR TH { background-color: #F2F2F2; color: #646E6E; font-weight: bold;}

TABLE.contenttable-2 THEAD TR TH { background-color: #F2F2F2; color: #646E6E; font-weight: bold; }
TABLE.contenttable-2 TBODY TR TH { background-color: #F2F2F2; color: #646E6E; font-weight: bold; }

TABLE.contenttable-3 THEAD TR TH { font-weight: normal; }
TABLE.contenttable-3 TBODY TR TH { font-weight: normal; }



/************************/
/* Filelinks, generally */
/************************/
UL.csc-uploads { margin: 0; padding: 0; list-style: none inside none; }
UL.csc-uploads LI.tr-even P, LI.tr-odd P { font-size: 1em; }
UL.csc-uploads LI.tr-even { margin: 0; padding: 0; background-color: #FFFFFF; }
UL.csc-uploads LI.tr-odd { margin: 0; padding: 0; background-color: #F2F2F2; }
UL.csc-uploads DIV.csc-uploads-icon { float: left; margin: 0; padding: .7em .5em .5em .5em; }
UL.csc-uploads DIV.csc-uploads-fileName { float: left; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-fileName P A { font-weight: bold; }
UL.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-description { font-style: normal; }
UL.csc-uploads DIV.csc-uploads-fileSize { float: right; margin: 0; padding: .5em; }
UL.csc-uploads DIV.csc-uploads-clearer { clear: both; font-size: .1em; margin: 0; padding: 0; }

/* Filelinks, specifically */
UL.csc-uploads-1 { }

UL.csc-uploads-2 { }

UL.csc-uploads-3 { }
UL.csc-uploads-3 LI.tr-even DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
UL.csc-uploads-3 LI.tr-odd DIV.csc-uploads-icon IMG { border: 2px solid #333333; }



/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding: 2px 20px 10px 5px; font-size: 1em; }
FORM TABLE TR TD.csc-form-labelcell { vertical-align: top; }
FORM TABLE TR TD.csc-form-commentcell { }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { background-color: #F2F2F2; border: 1px solid #D7D7D7; color: #646E6E; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { }
FORM TABLE TR TD.csc-form-fieldcell SPAN.csc-form-radio { vertical-align: top; }
FORM TABLE TR TD.csc-form-fieldcell FIELDSET INPUT { margin-bottom: 4px; margin-right: 3px; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }

FORM TABLE.csc-mailform fieldset { border: none; margin: 0; padding: 0; }
FORM TABLE.csc-mailform fieldset legend { display: none; }



/*****************/
/* Search result */
/*****************/
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks {font-size: 1.1em; margin-bottom: 20px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width: 100px; background-color: #F2F2F2; border: 1px solid #969696; color: #666F6E; font-size: 1em; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width: 150px; background-color: #F2F2F2; border: 1px solid #969696; color: #666F6E; font-size: 1em; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight: bold; font-style: normal; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top: 10px; margin-bottom: 10px; font-size: 1.3em;}
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight: bold; font-size: 1.3em; }
.tx-indexedsearch .tx-indexedsearch-res {font-size: .9em;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon { background: #DADADA; font-weight: bold; padding: .2em 0 .2em .2em ;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number { background: #DADADA; font-weight: bold; padding: .2em 0 .2em 0 }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background: #DADADA; font-weight: bold; padding: .2em 0 .2em 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A { font-weight: bold; font-size: 1em; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A:hover { font-weight: bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { background: #DADADA; font-weight: normal; padding: .2em; color: #999; font-size: 1em; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-style: normal; padding: 0; line-height: 16px; font-size:1em; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background: #f7f7f7; padding: 0 0 0 .2em; color:#999; font-size: 1em;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info A { font-weight: normal;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info A:hover { font-weight: normal;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top: 20px; margin-bottom: 5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top: 0px; margin-bottom: 0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background: #D6D6D6; padding: 3px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align: middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666F6E; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom: 1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right: 1em; width: 10em; float: left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing: 0; font-weight: normal; margin-top: -1.2em; float: right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float: left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float: none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float: none; }



/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 1em; }
DIV.csc-menu P { font-size: 1.1em; font-weight: bold; margin: .1em 0 0 0; padding: .2em .2em .2em 1em; background-color: #FFFFFF; }
DIV.csc-menu P A { color: #AFBC13; text-decoration: none; }
DIV.csc-menu P A:hover { color: #AFBC13; text-decoration: none; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 2em; font-style: italic; }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { font-size: 1.2em; }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: -.9em; background-color: #B4B4B4; border: 1px solid #999; color: #FFF; font-size: 1.4em; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 0; background-color: #CCC; border: 1px solid #B4B4B4; color: #FFF; font-size: 1.4em; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 1em; background-color: #F2F2F2; border: 1px solid #CCC; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 2em; }
DIV.csc-menu-2 P.csc-sitemap-level5 { margin-left: 3em; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #FFF; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #FFF; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #E95E27; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #E95E27; }
DIV.csc-menu-2 P.csc-sitemap-level5 A { color: #E95E27; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #FFF; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #FFF; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level3 A:hover { color: #E95E27; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { color: #E95E27; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level5 A:hover { color: #E95E27; text-decoration: underline; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0; }
DIV.csc-menu-3 P.csc-section A { color: #AFBC13; }
DIV.csc-menu-3 P.csc-section A:hover { color: #AFBC13; text-decoration: underline; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { margin-top: 2px; }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; padding: 0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #AFBC13; }
DIV.csc-menu-7 P.csc-section A:hover { color: #AFBC13; text-decoration: underline; }



/****************************************/
/* 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 #FFF; 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: 1em; color: #000; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 1em; color: #000; }
TABLE.typo3-editPanel { border: 1px solid #FFF; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }



/**************************************************/
/* css-styled-imgtext bzw. jetzt 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 #666F6E;
	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;
	background-color: #fff;
	font-size: 1.1em;
	padding: 4px 4px 7px 6px;
	font-style: italic;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
/* ************************************************************************* Das hier stand vorher auf 5 ****/
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 15px; }
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: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* OGVIT Fix */
/*DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text { margin-left: 10px; }*/
DIV.csc-textpic-intext-left DIV.csc-textpic-text UL LI { margin-left: 15px; }
DIV.csc-textpic-intext-left DIV.csc-textpic-text OL LI { margin-left: 22px; }

/* 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 */ }
DIV.csc-textpic-center P { text-align: left; }

/* 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 */



/**************************/
/* Frontend User Register */
/**************************/
.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: #F32630; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #F32630; }
.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; }
.tx-srfeuserregister-pi1 FIELDSET { border:0; }



/************************************************/
/* BIT PAGE MENU                                */
/************************************************/
/*Wrap um einen einzelnen Teaser*/
.bitPageMenu .BPMteaserWrap{
	width: 333px;
	/*height: 87px;*/
	height: 90px;
	margin: 13px 13px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

/*Darstellung von Bild, text, etc...*/
.bitPageMenu .BPMteaserWrap .BPMimage{
	width: 141px;
	height: 90px;
	margin: 0 13px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	overflow: hidden;
}
.bitPageMenu .BPMteaserWrap .BPMtext{
	width: 179px;
	height: 90px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.bitPageMenu .BPMteaserWrap .BPMheadline{
	margin: 0;
 	font-size: 1.3em;
	/*color: #8DBD13;*/
	color: #666F6E;
}
.bitPageMenu .BPMteaserWrap .BPMlink A{
	color: #8DBD13;
	font-weight:bold;
	text-decoration: none;
	font-size: 1.3em;
}
.bitPageMenu .BPMteaserWrap .BPMlink A:hover{
	text-decoration: underline;
	color: #8DBD13;
}



/******************************/
/* Ogvit Tab Box              */
/******************************/
/* Rahmen der Tabbox */
DIV.tx-ogvtabs-pi1{
	clear:both;
}

DIV.tx-ogvtabs-pi1 .tabberlive .tabbertab{
  border: 1px solid #D7D7D7;
  border-bottom: 0;
  border-top: 0;
  background: #FFF;
  height: 450px;
  overflow: hidden;
}

/* Oberen runden Ecken */
DIV.tx-ogvtabs-pi1 .tabberlive .tabTopCorners{
	clear:both;
	width: 699px;
	height: 13px;
	background: #FFF url(../img/tab_boxTopBG.gif) no-repeat;
	margin: 0;
	padding: 0;
}

/* Unteren runden Ecken */
DIV.tx-ogvtabs-pi1 .tabberlive .tabBottomCorners{
	width: 699px;
	height: 8px;
	background: #FFF url(../img/tab_boxBottomBG.gif) no-repeat;
}

/*Styles der Tabs*/
DIV.tx-ogvtabs-pi1 ul.tabbernav {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #646E6F;
	border: 0;
	margin: 0;
	padding: 0;
}

/*Rechte Ecke der Tabs*/
DIV.tx-ogvtabs-pi1 ul.tabbernav li {
	float:left;
	background: url(../img/tab_tabRightBG.gif) no-repeat right top;
	padding: 0;
	margin: 0 0 -5px 0;
}

/*Link Ecke und Hintergrund der Tabs*/
DIV.tx-ogvtabs-pi1 ul.tabbernav li A,
DIV.tx-ogvtabs-pi1 ul.tabbernav li A:hover{
	display: block;
	font-weight: bold;
	color: #646E6F;
	background: url(../img/tab_tabLeftBG.gif) no-repeat left top;
	/*padding: 10px 40px 5px 40px;*/
	padding: 10px 15px 5px 15px;
	margin: 0;
	border: 0;
}

/*Link Ecke und Hintergrund aktiver Tab*/
DIV.tx-ogvtabs-pi1 ul.tabbernav li.tabberactive {
	background: url(../img/tab_tabactiveRightBG.gif) no-repeat right top;
}

/*Link Ecke und Hintergrund aktiver Tab*/
DIV.tx-ogvtabs-pi1 ul.tabbernav li.tabberactive A,
DIV.tx-ogvtabs-pi1 ul.tabbernav li.tabberactive A:hover {
	color: #8BBD10;
	background: url(../img/tab_tabactiveLeftBG.gif) no-repeat left top;
	border:0;
}



/******************************/
/* Pagebrowser                */
/******************************/
div.cag_pagebrowser {margin: 2em 0 1em 0; text-align: right;}
div.cag_pagebrowser ul {list-style-type: none; margin: 0; padding: 0;}
div.cag_pagebrowser ul li {display: inline; text-align: center;}
div.cag_pagebrowser a {}
div.cag_pagebrowser .divider {padding: 0 0.5em;}



/******************************/
/* ML Maps                    */
/******************************/
.infoLayer{
  background: #FFF;
  border: 1px solid #D7D7D7;
  padding: 3px;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
}

/******************************/
/* perfect lightbox           */
/******************************/
#sbPresent A {
   font-weight: normal;
   font-size: 1em;
}