/* CSS Styled Content */

/* @group General element styles */
body {
 	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin:0;
	padding:0;
}

P, TD, UL, OL, BLOCKQUOTE {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #66c0c9;
}

P, UL, OL { font-size: 1.2em; }

TABLE { font-size: 1.2em; }

PRE {
	font-family: monospace;
	font-size: 1.4em;
}

A, A:hover {
	font-size: 1.2em;
	text-decoration: underline;
}

A {
	color: #666;
}

A:hover {
	color: #333;
}

P A { font-size: 1em; }

P A:hover { font-size: 1em; }

P, PRE {
  margin: 0;
  padding: 0;
}

TR, TD { font-size: 1em; }

TABLE P, TABLE A, TABLE A:hover { font-size: 1em; }

FORM { margin: 0px; font-size: 1.2em; }

FORM P, FORM A, FORM A:hover { font-size: 1em; }

LI P, LI A, LI A:hover { font-size: 1em; }

FORM P.bodytext { font-size: 1em; }

FORM TABLE { font-size: 1em; }

INPUT[type="text"], TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	color: #000;
	border: 1px solid #ececec;
}

INPUT[type="checkbox"] {
	padding: 0;
	border: none;
	background: none;
}

INPUT[type="radio"] {
	border: none;
	background: none;
}

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

.clearColumns {
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
	border: 0;
	padding: 0;
	margin: -20px 0 0 0;
}

SPAN.detail { font-size: 10px; }
SPAN.important { color: #FF0000; }
SPAN.name-of-person { font-style: italic; font-size: 10px; }
/* @end */

/********************************************/

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

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #D9D9D9; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #D9D9D9; }
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 { width:  502px; margin: 0 0 10px 0; padding: 10px; background: #FFEDD0 url(../img/welcome_box_bg.png) no-repeat; }
DIV.csc-frame-frame2 { background-color: #FFF2DC; border: 1px solid #FFC45F; margin: 10px 0 10px 0; padding: 10px; }
DIV.csc-frame-frame1 IMG { margin: 0; }
/* @end */

/********************************************/

/* @group Headers, plain */
H1 { font-size: 1.5em; }
H2 { font-size: 1.2em; }
H3 { font-size: 1em; }
H4 { font-size: 1em; }
H5 { font-size: 1em; }
H6 { font-size: 1em; }
/*H1, H2, H3, H4, H5, H6 { margin: 1.2em 0 .5em 0; }*/
H1, H2, H3, H4, H5, H6 { margin: 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: #323E42; }

/* Subheader, general */
P.csc-subheader { background-color: #FFFFFF; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #323E42; }
P.csc-subheader-2 { color: #323E42; }
P.csc-subheader-3 { color: #323E42; }
/* @end */

/********************************************/

/* @group RTE / Bodytext */
P.bodytext { font-size: 1.2em; color: #000; line-height: 1.4em }
P.bodytext A { font-size: 1em; }
P.bodytext A:hover { font-size: 1em; }

/* RTE / Bulletlists */
UL { margin-top: 0px; }
UL UL LI { font-size: 1em; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
/* nach "Tables, generally" verschoben */
/* @end */

/********************************************/

/* @group Images */

/* Images / Captions */
P.csc-caption { font-size: 1.2em; 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; }
/* @end */

/********************************************/

/* @group Bulletlists */
/* Bulletlists, general */
UL { list-style-image: url(../img/bullet.gif); }
UL LI { margin-left: -1.5em;}

UL.csc-bulletlist LI { font-size: 1.2em; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { font-size: 1em; color: #000; list-style-image: url(../img/bullet.gif); }
UL.csc-bulletlist-1 { font-size: 1em; color: #000; list-style-type : decimal; }
UL.csc-bulletlist-2 { font-size: 1em; color: #000; list-style-position : inside; }
UL.csc-bulletlist-3 { font-size: 1em; color: #000; list-style-image: url(../img/bullet.gif); }
/* @end */

/********************************************/

/* @group Tables */
/* Tables, generally */
TABLE.contenttable { margin: 0px; width: 100%; font-size: 1.2em; color: #000; border:none;}
TABLE.contenttable TR TD { padding: .3em; }
TABLE.contenttable TR TH { padding: .4em; color: #000; background-color:#FFC45E;}
TABLE.contenttable TR { }
TABLE.contenttable CAPTION { display: none; }
/*TABLE.contenttable THEAD { text-align: left; }
TABLE.contenttable TH { text-align: left; }*/

TABLE.contenttable TR.tr-even { background-color: #FFE3B3; }
TABLE.contenttable TR.tr-even tr-0 { background-color: #FFE3B3; font-weight: bold;}
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 { }

TABLE.contenttable-1 THEAD TR TH { background-color: #F7A11A; color: #FFFFFF; font-weight: bold;}
TABLE.contenttable-1 TBODY TR TH { background-color: #F7A11A; color: #FFFFFF; font-weight: bold;}

TABLE.contenttable-2 THEAD TR TH { background-color: #8B8B8B; color: #FFFFFF; font-weight: bold; }
TABLE.contenttable-2 TBODY TR TH { background-color: #8B8B8B; color: #FFFFFF; font-weight: bold; }
TABLE.contenttable-2 TR.tr-even { background-color: #CCC; }

TABLE.contenttable-3 THEAD TR TH { font-weight: normal; }
TABLE.contenttable-3 TBODY TR TH { font-weight: normal; }
/* @end */

/********************************************/

/* @group Filelinks, generally */
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 1em; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #FFE3B3; }
TABLE.csc-uploads TR.tr-odd { }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; 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; }

/* Neue Styles ANFANG */
/*
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: #DADADA; }
UL.csc-uploads LI.tr-odd { margin: 0; padding: 0; background-color: #FFFFFF; }
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: left; 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; }
*/
/* Neue Styles ENDE */
/* @end */

/********************************************/

/* @group Various Forms */
/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding: 2px 20px 15px 5px }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { }
FORM TABLE TR TD.csc-form-fieldcell { }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

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

/********************************************/

/* @group Search result */
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks {font-size: 1.2em; margin-bottom: 20px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width: 100px; margin: 0 0 .5em 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width: 150px; 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: #FFC45E; font-weight: bold; padding: .2em 0 .2em .2em ;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number { background: #FFC45E; font-weight: bold; padding: .2em 0 .2em 0 }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background: #FFC45E; font-weight: bold; padding: .2em 0 .2em 0; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A { font-weight: bold; font-size: 1.2em; color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A:hover { font-weight: bold; color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { background: #FFC45E; font-weight: normal; padding: .2em; color: #000; font-size: 1.2em; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-style: normal; padding: 0; line-height: 16px; font-size:1.2em; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background: #FFE3B3; padding: 0 0 0 .2em; color:#333; 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; }
/* @end */

/********************************************/

/* @group Menu / Sitemap */
/* Menu / Sitemap, generally */
DIV.csc-menu { margin-left: 1em; }
DIV.csc-menu P { font-size: 1.2em; font-weight: bold; margin: .1em 0 0 0; padding: .2em .2em .2em 1em; }
DIV.csc-menu P A { color: #666; text-decoration: none; }
DIV.csc-menu P A:hover { color: #ff0000; 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 { font-size: 1.2em; margin-left: -.9em; background-color: #DDDDDD; border: 1px solid #DDDDDD; color: #000; }
DIV.csc-menu-2 P.csc-sitemap-level2 { font-size: 1.2em; margin-left: 0; background-color: #EFEFEF; border: 1px solid #EFEFEF; color: #000; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 1em; background-color: #EFEFEF; border: 1px solid #EFEFEF; color: #000; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 2em; border: 1px solid #CCC; }
DIV.csc-menu-2 P.csc-sitemap-level5 { margin-left: 3em; border: 1px solid #CCC; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000; font-weight: bold; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #000; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #000; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #FF7D00; }
DIV.csc-menu-2 P.csc-sitemap-level5 A { color: #FF7D00; }
DIV.csc-menu-2 P.csc-sitemap-level1 A:hover { color: #000; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level2 A:hover { color: #000; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level3 A:hover { color: #000; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level4 A:hover { color: #FF7D00; text-decoration: underline; }
DIV.csc-menu-2 P.csc-sitemap-level5 A:hover { color: #FF7D00; 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: #666; }
DIV.csc-menu-3 P.csc-section A:hover { color: #333; 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: #666; }
DIV.csc-menu-7 P.csc-section A:hover { color: #333; text-decoration: underline; }
/* @end */

/********************************************/

/* @group 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: 1em; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 1em; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }
/* @end */

/********************************************/

/* @group IMAGES (MODS) */
/* Space below each image (also in-between rows) */
DIV.csc-frame DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0; }
DIV.csc-frame DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0; display: block; }

DIV.csc-textpic-intext-left-nowrap { 
	margin-top: 0px ! important;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border: 1px solid #ececec;
	}
/* @end */

/********************************************/


.tx-srfreecap-pi2-cant-read {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	color: #000 !important;
}

img.tx-srfreecap-pi2-image {
	margin-top: 1em  !important;
	margin-left: 1em  !important;
	margin-right: 1em  !important;
	vertical-align: middle  !important;
}

.keq_question {
	border-color: #FFC45F #FFC45F !important;
}

.keq_selection, .keq_input {
	border-color: #FFC45F !important;
	border-left: 1px solid #FFC45F !important;
}

.keq_navigation a {
    background-color: #FFC45F !important;
    color: #FFF !important;
}

.keq_navigation a:hover {
	background-color: #FFC45F !important;
	color: #FFF !important;
}

.keq_input input {
    width: 98% !important;
}

.keq_selection .keq_inp_large {
    width: 98% !important;
}

.keq_blindunit .keq_question {
	background-color: #FFF !important;
	color: #000 !important;
}

.keq_blindunit p.bodytext {
    color: #000 !important;
}

.keq_other {
	padding: 0 !important;
}

.keq_q_list_link {
	font-weight: bold !important
}

/********************************************/

/* @group Debugging */
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/
/* @end */