/* General element styles: */
/***************************/

* { 
font-family: Verdana,Arial,Helvetica,sans-serif;
margin:0;
padding:0;
background-color: transparent;
font-size: 1em;
}

html {
font-size: 100.01%;
}
body { 
/*PM Farbe der Standard-Texte (schwarz) */
color: #202020;
font-size: 75%;
} 

p {
line-height: 130%;
margin: 0 0 1em 0px; 
}
a { 
/* color: #006; */
/* Farbe der Links */
/*color: #f7941e; */
color: #002776;
text-decoration: underline; 
}
a:hover { 
/*PM color: #009; */
/* Bei MouseOver auf Links ausserhalb des linken Menüs */ 
color: #8b8d8e; 
}
:focus {
outline: 0;
}
input, textarea, option { 
padding-left: 2px;
}
table {
border-collapse:collapse;
}
td { 
/*PM Zellenelement zentriert, vertikal */
/*vertical-align : top;*/ 
vertical-align : center;
}
pre { 
font-family: monospace; 
}
strong {
font-weight: bold;
}
blockquote {
margin: 0 40px;
}

hr {
visibility: hidden;
}

/* Headers, plain */
/******************/
h1 { 
font-size: 130%;
}
h2 { 
font-size: 120%;  
}
h3 { 
font-size: 115%;  
}
h4 { 
font-size: 110%; 
}
h5 { 
font-size: 100%;  
}
h6 { 
font-size: 85%;  
}
h1, h2, h3, h4, h5 { 
margin: 1em 0px; 
/*PM color:#093; */
/* ALLE Überschriften von h1 bis h5 */
/*color:#2d2d2d;*/
color:#8b8d8e;
}
h6 { 
/* Überschrift h6 -> Farbe weiss -> zentriert -> normal/nicht fett */
font-weight:normal;
text-align: center;
color:#f3f3f4;
}
h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader, h6.csc-firstHeader {
margin-top: 0px; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {  
text-decoration: none; 
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover { 
text-decoration: underline; 
}

/* Header date */
p.csc-header-date { 
font-size: 90%; 
color: #186900;
}

/* Subheader, general */
p.csc-subheader { 
font-style: italic; 
/*PM background-color: #EDEBF1; */
background-color: #f3f3f4;
}

/* 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 / Bodytext: */
/*******************/
p a { 
font-weight: bold; 
}
.indent {
margin-left:50px;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}

/* RTE / Bulletlists */
ul, ol { 
padding-left:30px;
margin: 0 0 1em 0px;
}
li { 
padding-top: 2px;
}


/* RTE / Table styling */
table.contenttable { 
/*border: 1px #8b8d8e solid;*/ 
border: hidden;
margin: 10px 0px; 
width: 100%;
border-collapse:separate;
border-spacing:0px; 
}
table.contenttable tr td, table.contenttable tr th { 
/*padding: 1px 3px;*/
padding: 6px 3px;
/*PM background-color: #EDEBF1; */
/*background-color: #f3f3f4;*/
}
table.contenttable tr.tr-0 td { 
/* Layout Normal, erste Zeile dunkleres grau */
background-color: #8b8d8e;
}


/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption { 
font-size: 90%; 
/*PM background: #eee; */
background: #eeeeee;
}

/* Bulletlists */
/***************/
/* Bulletlists, general */
ul.csc-bulletlist li {}

/* Bulletlists, specifically */
ul.csc-bulletlist-0 { }
ul.csc-bulletlist-1 { 
color: #202020; 
list-style-type : decimal; 
}
ul.csc-bulletlist-2 { 
color: #202020; 
list-style-position : inside;
}



ul.csc-bulletlist-3 li, ul.csc-bulletlist-3 ul{
	margin-left: -25px;	
	color: #202020;
} 

ul.csc-bulletlist-3 li{ 

	background-image: url(/fileadmin/IMAGES/listimage/aicomp_ul.jpg);

	background-repeat: no-repeat;
	padding-left: 20px;

	background-position: 2px 5px;

	list-style: none;
}

#contentMain ul.csc-bulletlist-3 li{ 

	background-image: url(/fileadmin/IMAGES/listimage/aicomp_ul_light.jpg);

}

#contentRight ul.csc-bulletlist-3 li{ 

	background-image: url(/fileadmin/IMAGES/listimage/aicomp_ul_dark.jpg);

}

#contentMain ul.csc-bulletlist-3 li, #contentRight ul.csc-bulletlist-3 li{ 

	padding-left: 20px;

	background-position: 0px 2px;

	line-height: 19px;
	margin-bottom: 5px;
}

/* Tables, generally */
/*********************/

/* Tables, specifically */
table.contenttable-0 p {
	
}

table.contenttable-0 {
	border: none;
}

table.contenttable-0 td{

	border-right: solid 1px #8b8d8e;

	border-spacing:0px;
}
table.contenttable-0 .tr-0 td{

	border-right: solid 1px #ffffff;

	border-spacing:0px;
}


table.contenttable-0 .td-last{
	border: none;	
}

table.contenttable-1 p { 
color: #186900; 
}
table.contenttable-1 tr.tr-0 td p { 
font-weight: bold; 
}
table.contenttable-1 tr.tr-0 td { 
	/*PM background-color: #D1D2E4; */

	/* Layout 1, erste Zeile orange */
	
/*background-color: #f7941e;*/

	background-color: #002776;
}

table.contenttable-1 tr td{

	border-right: solid 1px #002776;

	border-spacing:0px;
}
table.contenttable-1 tr.tr-0 td{

	border-right: solid 1px #ffffff;

	border-spacing:0px;
}


table.contenttable-1 {
	border: none;
}
table.contenttable-1 td{
	border-right: solid 1px #ffffff;
	border-spacing:0px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.contenttable-1 .td-last{
	border: none;	
}





table.contenttable-2 p { 
	color: #10007B; 
}

table.contenttable-2 tbody .tr-0 td { 
	/*PM background-color: #F5FFAA; */

	/* Layout 2, linke Spalte orange */
	
/*background-color: #f7941e;*/
	
background-color: transparent;
}
table.contenttable-2 tr td.td-0 { 
	/*PM background-color: #F5FFAA; */

	/* Layout 2, linke Spalte orange */
	
/*background-color: #f7941e;*/
	
background-color: #002776;
}
table.contenttable-2 tr td.td-0 p { 
	font-weight: bold; 
}

table.contenttable-2 tr td.td-4 { 
	background-color: #f3f3f4;
}

table.contenttable-2 tr td { 
	border-bottom: none;
}
table.contenttable-2 tr.tr-last td { 
	border-bottom: none;
}
table.contenttable-2 tr td.td-0 { 
	border-bottom: solid 1px #ffffff;
}
table.contenttable-2 {

	border: none;

}
table.contenttable-2 td{

	border-right: solid 1px #ffffff;

	border-spacing:0px;

}

table.contenttable-2 .td-last{

	border: none;

}








table.contenttable-3 p { 
color: #8A0020; 
}
/* Tabelle Layout 3 - Alle Linien unsichtbar und Hintergrund wie Seitenhintergrund */
table.contenttable-3 { 
border-style: hidden;
margin: 10px 0px; 
width: 100%;
border-collapse:collapse;
border-spacing:1px; 
}
table.contenttable-3 tr td.td-0,
table.contenttable-3 tr tr-0 td,
table.contenttable-3 tr td.td-1,
table.contenttable-3 tr tr-1 td,
table.contenttable-3 tr td.td-2,
table.contenttable-3 tr tr-2 td,
table.contenttable-3 tr td.td-3,
table.contenttable-3 tr tr-3 td,
table.contenttable-3 tr td.td-4,
table.contenttable-3 tr tr-4 td,
table.contenttable-3 tr td.td-5,
table.contenttable-3 tr tr-5 td { 
padding: 1px 3px;
/*background-color: #c7c9ca;*/
}
table.contenttable-3 tr td.td-0 p, 
table.contenttable-3 tr.tr-0 td p { 
font-weight: bold; 
}


/* Filelinks, generally */
/************************/
table.csc-uploads { 
border: 0px; 
}
table.csc-uploads tr td p { }
table.csc-uploads tr.tr-even td { 
/*PM background-color: #EDEBF1; */
background-color: transparent; 
/* Der Hintergrund ist erst einmal transparent. Die verschiedenen Layouts (1-3) bekommen dann die entsprechende Hintergrundfarbe. -> table.csc-uploads-1 ... 2 ... 3 */
}
table.csc-uploads tr.tr-odd td { 
/*PM background-color: #D8D7DC; */ 
background-color: transparent; 
}
table.csc-uploads tr td.csc-uploads-icon { 
padding: 0 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: 0 6px; 
}

/* Filelinks, specifically */
table.csc-uploads-1 { 
/* Hintergrund in einem grau/weiss Ton */
background-color: #f3f3f4; 
border-color: #186900; 
}
table.csc-uploads-2 { 
background-color: #f3f3f4; 
border-color: #10007B;
}
table.csc-uploads-3 { 
/* Das Layout 3 besitzt keinen Hintergrund bzw. es bleibt "transparent" */
border: none; 
}
table.csc-uploads-3 tr td { 
vertical-align: middle; 
}
table.csc-uploads-3 tr.tr-even td.csc-uploads-icon img { 
/* PM, Kein Rahmen um das VORSCHAU-BILD
border: 2px solid #333333; */
border: none; 
}
table.csc-uploads-3 tr.tr-odd td.csc-uploads-icon img { 
border: 2px solid #333333; 
}


/*****************/
/* Various Forms, Version 3.9.0 */
/*****************/

/* 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%; }

/* Various Forms */
/*****************/
input,textarea,select,fieldset {
/*PM background-color:#fff; */
/* Hintergrund bzw. Umrahmung der Formen - angepasst auf gleiche Farbe wie Seitenhintergrund */
/*background-color:#c7c9ca;*/
}

/* Email, Login and Search forms generally: */
fieldset {
border:0px;
}
.csc-mailform-field {
margin: 5px 0;
clear:both;
}
.csc-mailform-field label, .csc-mailform-radiolabel { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
width:50%;
/*PM background-color:#fff; */
/* Farbe der Textboxen, Textarea, etc. */
background-color:#f3f3f4;
}
.csc-mailform-radio {
	width:50%;
	float: left;
	/* Auswahlbuttons - Hintergrund wie Seitenhintergrund */
	/*background-color:#c7c9ca;*/
}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input {
width:auto;

}
input.csc-mailform-submit {
margin-left: 35% !important;/* see label width + margin*/
/*PM background: #006; */
background: #8b8d8e;
/*PM color: #fff; */
/* Schriftfarbe des Submit-Buttons */
/*color: #f7941e;*/
color: #002776;
}
.csc-mailform-radio legend {
display:none;
}
.csc-mailform-field .csc-mailform-radio input {
float:none;
}
.csc-mailform-field .csc-mailform-radio label {
text-align:left;
float:none;
width:auto;
margin: 0;
}
.csc-loginform {
padding: 5px;
/*PM background-color: #EDEBF1; */
background-color: #f3f3f4;
}
.csc-loginform-field {
margin: 5px 0;
}
.csc-loginform-field label { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-loginform-field input {
width:50%;
/*PM background-color:#fff; */
/* Keine Ahnung, wo das genau Anwendung findet */
background-color: #f3f3f4;
}
input.csc-loginform-submit {
width:auto;
margin-left: 35% !important;/* see label width + margin*/
}

/* Search result */
/*****************/

/* Search Result, result information box: */
table.csc-searchResultInfo {  
margin-top: 10px; 
width: 100%;
}
table.csc-searchResultInfo tr { 
/*PM background-color: #EDEBF1; */
background-color: #f3f3f4; 
}
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 { 
/*PM background-color: #EDEBF1; */
background-color: #f3f3f4; 
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; 
}


#search input {
/* Das ist der Button (Lupe) neben dem Suche-Textfeld. Hintergrund vom Bild ist hier transparent */
background: transparent;
float:left;
}
#search input.menu-searchfields {
/*PM background: #fff; */
/* Hintergrundfarbe des Textfeldes der Suche */
background: #f3f3f4;
width: 140px;
margin-right: 5px;
font-size: 95%;
}

/* Menu / Sitemap, generally */
/*****************************/
.csc-menu { 
margin-left: 10px; 
}
.csc-menu p { 
font-weight: bold;
margin: 1px 0px 0px 0px; 
padding: 2px 2px 2px 10px; 
/*PM background-color: #EDEBF1; */
background-color: #f3f3f4;
}

.csc-menu p.csc-section { 
font-weight: normal; 
margin-left: 20px; 
}

/* Menu / Sitemap, "Menu of these pages" */
.csc-menu-def p {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
div.csc-menu-2 { }
div.csc-menu-2 p.csc-sitemap { }
div.csc-menu-2 p.csc-sitemap-level1 { 
margin-left: 20px; 
}
div.csc-menu-2 p.csc-sitemap-level2 { 
margin-left: 40px; 
}
div.csc-menu-2 p.csc-sitemap-level3 { 
margin-left: 60px; 
}
div.csc-menu-2 p.csc-sitemap-level4 { 
margin-left: 80px; 
}
div.csc-menu-2 p.csc-sitemap-level1 a { 
color: #000; 
}
div.csc-menu-2 p.csc-sitemap-level2 a { 
color: #186900; 
}
div.csc-menu-2 p.csc-sitemap-level3 a { 
color: #10007B; 
}
div.csc-menu-2 p.csc-sitemap-level4 a { 
color: #8A0020; 
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
.csc-menu-3 { }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
.csc-menu-4 dd { 
font-weight: normal;  
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: #186900; 
}

/* 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; 
margin: 20px 0 10px 0;
}
div.csc-frame-rulerAfter { 
border-bottom: 1px solid #333333; 
margin: 10px 0 20px 0;
}
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 { 
/*PM background-color: #EDEBF1; */
background-color: #f3f3f4;
padding: 2px 4px 2px 4px; 
border: 1px solid #2d2d2d; 
margin-bottom: 20px;
}
div.csc-frame-frame2 { 
/*PM background-color: #F5FFAA; */
background-color: #f3f3f4;
padding: 2px 4px 2px 4px; 
/*border: 1px solid #333;*/
border: 2px solid #002776; 
margin-bottom: 20px;
}

/* PM: Rahmendefinition auch für p-Element */
p.csc-frame-frame1 { 
background-color: #f3f3f4;
padding: 2px 4px 2px 4px; 
border: 1px solid #2d2d2d; 
margin-bottom: 20px;
}
p.csc-frame-frame2 { 
background-color: #f3f3f4;
padding: 2px 4px 2px 4px; 
border: 2px solid #002776; 
margin-bottom: 20px;
}

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; 
}
/* 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; 
}

/* 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; 
}
*/

