/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#0342AB
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#0342AB



/***************************/
/* General element styles Allgemeine Angaben zu Überschriften */
/***************************/
H1 { font-family: arial, helvetica; color: #000000}
H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; }
PRE { font-family: monospace; }
A { font-size: 12px; color:#000000; text-decoration: none; font-weight: bold;}
A:hover { font-size: 12px; color:#4183F0; text-decoration: none; font-weight: bold;}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }


/********************************/
/* 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: 2px solid #0342AB; margin-top: 15px;}
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #0342AB; margin-top: 15px;}
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; }
				
/******************/
/* Hier werden die Überschriften definiert:*/
/******************/
H1 { font-size: 24px; color="#0342AB"; }
H2 { font-size: 20px; color="#0342AB"; }
H3 { font-size: 18px; color="#0342AB"; }
H4 { font-size: 16px; color="#0342AB"; }


H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; color="#0342AB"; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; font-size: 24px; color="#0342AB"; }

/* Überschriften mit Links */
H1 A, H2 A, H3 A, H4 A, H5 A { color="#0342AB"; text-decoration: none; }
H2 A { color: #0342AB; }
H3 A { color: #0342AB; }
H4 A { color: #0342AB; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: none; }

/* Datum der Überschrift */
P.csc-header-date { font-size: 10px; color: #0342AB; }

/* Unterüberschriften allgemein */
P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Unterüberschriften genauer */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #0342AB; }
P.csc-subheader-2 { color: #0342AB; }
P.csc-subheader-3 { color: #0342AB; }



/*******************/
/* Eingabe und Text in der Mitte: */
/*******************/
P.bodytext { 
font-size: 12px;
font-family: verdana;Arial,sans-serif;
font-weight: bold;
text-align:left;
}
P.bodytext A { font-style: normal;  }

/* Aufzahlungszeichen */
ul { margin-top: 0px;  }
ul li { font-size: 12px; }
ol { margin-top: 0px; }
li { margin-top: 0px; margin-bottom: 0px; font-size: 12px; font-weight: bold; padding-top: 2px; color: #4183F0;}

/* Aussehen der Tabelle */
TABLE.contenttable { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
TABLE.contenttable TR { background-color: #EDEBF1; }



/**********/
/* Bilder */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 10px; font-style: italic; }

/* Bilder Tabellen Bildtext */
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; }



/***************/
/* Aufzählungsliste */
/***************/

/* Aufzählungsliste allgemein */
UL.csc-bulletlist LI { font-size: 11px; color: #4183F0; }

/* Aufzählungsliste spezial */
UL.csc-bulletlist-0 { color: #4183F0; }
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("red_arrow_bullet.gif"); }



/*********************/
/* Tabellen allgemein */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tabellen spezial */
TABLE.contenttable-0 P { color: #0342AB; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



/************************/
/* Dateilinks allgemein */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
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; }

/* Dateilinks spezial */
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; }
				



/*************/
/* Beginn des eigenen Stylesheets/
/*************/



.categories {
  font-size: 12px;
}

.events{
  font-size: 12px;
}

ul.latestnews, ul.mostread {
  list-style: none;
	padding: 0;
	margin: 0;
}

li.latestnews, li.mostread {
  margin-bottom: 5px;
}

table.blog {
  width: 100%;
}

table.blog td {
}

div.message {
  color: #FF0000;
  font-weight: bold;
}

small{
  font-size: 12px;
}

small#eventcal_date{
  color: #E04C02;
  font-weight: bold;
}

/*************/
/* Menu 1., 2., 3. Ebene/
/*************/


.menulinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	vertical-align: left;
	color: #FFFFFF;
	font-weight: bold;
	left: 0px;
	padding-left: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 150px
}

.menulinks A:hover {
	background-color: #0342AB;
	color: #ffffff;
}

.menulinks2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	vertical-align: left;
	color: #FFFFFF;
	font-weight: normal;
	
	padding-left: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 150px
}

.menulinks2 A:hover {
	background-color: #0342AB;
	color: #ffffff;
}




.menulinks-act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0342AB;
	color: #FFFFFF;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;	
}
.menulinks-cur {
	ont-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0342AB;
	color: #FFFFFF;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
}


.menuoben a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.contentrechts p{ 
font-family : Tahoma, Arial, Helvetica, sans-serif;
background-color: #EDEBF1;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
	line-height : 12pt;
	margin-top : 2pt;
	margin-bottom : 12pt;
}














.teaserheader {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : bold;
}
	

P  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : normal;
	line-height : 12pt;
	margin-top : 2pt;
	margin-bottom : 12pt;
}

P.list  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : normal;
	line-height : 12pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
}


P.illu  {
	line-height : 10pt;
	font-size: 8pt;
	margin-top : 3pt;
	margin-bottom : 12pt;
}

.align-center  {
	text-align:center;
}


td.cell {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : normal;
}
	
td.rowheader {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight : bold;
}

td.colheader {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : bold;
}


P.s2d  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #F78C2D;
	font-weight : bold;
	margin-top : 5pt;
	margin-bottom : 5pt;
	line-height: 20pt;
}

P.s2dsmall, a.s2dsmall  {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #F78C2D;
	margin-top : 2pt;
	margin-bottom : 2pt;
	line-height: 10pt;
}


td.s2d {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight : normal;
}



a.s2d {
	font-size:8pt;
	text-decoration : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F78C2D;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline;
}
.rechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/*************/
/* Kontaktformular css/
/*************/

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #8A898E;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #8A898E;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #8A898E;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #8A898E;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #8A898E;
border: 0px;
}

