/* 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:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333
*/

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

/* General element styles: */

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

H1, H2, H3, H4, H5 {
	color: #000 !important;
	font-family: arial, helvetica
}

BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	color: #666 !important;
	font-family: arial, helvetica
}

P {
	color: #666 !important;
	font-family: arial, helvetica
}

TD, UL, OL {
	color: #fff !important;
	font-family: arial, helvetica
}

PRE {
	color: #666 !important;
	font-family: monospace
}

A {
	text-decoration: underline
}

FORM {
	color: #666;
	margin: 0
}

P, PRE {
	color: #666;
	margin: 0
}

P, TD, UL, OL {
	color: #666;
	font-size: 12px
}

INPUT, TEXTAREA, SELECT {
	color: #666;
	font-size: 11px;
	padding-left: 5px
}

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

/* Frames, spacing, link-to-top */

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

P.csc-linkToTop {
	color: #666;
	text-align: right
}

P.csc-linkToTop A {
	color: #666;
	font-weight: bold
}

DIV.csc-frame {
	color: #666;
	border: 0
}

DIV.csc-frame-invisible {
	color: #666
}

DIV.csc-frame-rulerBefore {
	color: #666;
	padding-top: 15px;
	border-top: 1px solid #666
}

DIV.csc-frame-rulerAfter {
	color: #666;
	padding-bottom: 15px;
	border-bottom: 1px solid #666
}

DIV.csc-frame-indent {
	color: #666;
	padding-left: 100px
}

DIV.csc-frame-indent3366 {
	color: #666;
	padding-left: 33%
}

DIV.csc-frame-indent6633 {
	color: #666;
	padding-right: 33%
}

DIV.csc-frame-frame1 {
	color: #666;
	background-color: #edebf1;
	padding: 6px;
	border: solid 1px #333333
}

DIV.csc-frame-frame2 {
	color: #fff;
	background-color: #c0c0c0;
	padding: 6px;
	border: solid 1px #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 {
	color: #666;
	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 {
	color: #666;
	margin-top: 2px
}

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

/* Headers, plain */

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

H1 {
	color: #000;
	font-size: 20px
}

H2 {
	color: #000;
	font-size: 18px
}

H3 {
	color: #000;
	font-size: 16px
}

H4 {
	color: #000;
	font-size: 14px
}

H1, H2, H3, H4, H5, H6 {
	color: #000;
	margin: 20px 0 10px
}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	color: #000;
	margin-top: 0
}

/* Headers, with link */

H1 A, H2 A, H3 A, H4 A, H5 A {
	color: #000 !important;
	text-decoration: none
}

H2 A {
	color: #000 !important
}

H3 A {
	color: #000 !important
}

H4 A {
	color: #000 !important
}

H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover {
	color: #000 !important;
	text-decoration: underline
}

/*Datum (Kopf)*/

P.csc-header-date {
	color: #000;
	font-size: 12px
}

/* Subheader, general */

P.csc-subheader {
	color: #666;
	font-style: italic;
	background-color: #edebf1
}

/* Subheader, specific */

P.csc-subheader-0 {
	color: #666;
	font-style: normal
}

P.csc-subheader-1 {
	color: #666
}

P.csc-subheader-2 {
	color: #666
}

P.csc-subheader-3 {
	color: #666
}

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

/* RTE / Bodytext: */

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

P.bodytext {
	color: #666 !important;
	font-size: 12px;
	line-height: 16px
}

P.bodytext A {
	color: #666 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline
}

/* RTE / Bulletlists */

UL {
	color: #000 !important;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0
}

UL UL LI {
	color: #000 !important;
	font-size: 12px;
	line-height: 16px
}

OL {
	color: #000 !important;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px
}

LI {
	color: #000 !important;
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 0;
	padding-top: 2px
}

/* RTE / Table styling */

TABLE.contenttable {
	color: #666;
	margin: 10px 0;
	padding: 4px;
	width: 100%;
	border: solid 1px #333333
}

TABLE.contenttable TR TD {
	color: #666;
	padding: 0 3px
}

TABLE.contenttable TR TD P.bodytext {
	color: #666
}

TABLE.contenttable TR {
	color: #000;
	padding: 12px
}

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

/* Images */

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

/* Images / Captions */

P.csc-caption {
	color: #666;
	font-size: 10px;
	font-style: normal
}

csc-textpic-caption {
	color: #666;
	font-size: 10px;
	font-style: normal
}

/* Images / Tables / Floating text */

TABLE.imgtext-table {
	color: #666;
	border: 0
}

/* 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 {
	color: #666;
	border: 0
}

TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 {
	color: #666;
	margin-top: 0
}

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

/* Bulletlists */

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

/*Aufz`hlungszeichen - Schriftgrasse*/

UL.csc-bulletlist LI {
	color: #000 !important;
	font-size: 12px
}

/* Bulletlists, specifically */

UL.csc-bulletlist-0 {
	color: #000
}

UL.csc-bulletlist-1 {
	color: #000;
	list-style-type: decimal
}

UL.csc-bulletlist-2 {
	color: #000;
	list-style-position: inside
}

UL.csc-bulletlist-3 {
	color: #000
}

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

/* Tables, generally */

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

TABLE.contenttable P {
	color: #666
}

TABLE.contenttable TR TD {
	color: #666;
	vertical-align: top
}

/* Tables, specifically */

TABLE.contenttable-0 P {
	color: #666 !important
}

TABLE.contenttable-1 P {
	color: #666 !important
}

TABLE.contenttable-1 TR.tr-0 TD P {
	color: #666 !important;
	font-weight: bold
}

TABLE.contenttable-1 TR.tr-0 TD {
	color: #000;
	padding: 8px
}

TABLE.contenttable-2 P {
	color: #666 !important
}

TABLE.contenttable-2 TR TD.td-0 {
	color: #666 !important;
	background-color: #f5ffaa
}

TABLE.contenttable-2 TR TD.td-0 P {
	color: #666 !important;
	font-weight: bold
}

TABLE.contenttable-3 P {
	color: #666 !important
}

TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD {
	color: #000;
	padding: 8px
}

TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {
	color: #666 !important;
	font-weight: bold
}

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

/* Filelinks, generally */

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

TABLE.csc-uploads {
	color: #666;
	border: 0
}

TABLE.csc-uploads TR TD P {
	color: #666;
	font-size: 12px
}

TABLE.csc-uploads TR TD {
	color: #666;
	vertical-align: top
}

TABLE.csc-uploads TR.tr-even {
	color: #000;
	padding: 8px
}

TABLE.csc-uploads TR.tr-odd {
	color: #000;
	padding: 4px
}

TABLE.csc-uploads TR TD.csc-uploads-icon {
	color: #666;
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
	width: 1%;
	vertical-align: middle
}

TABLE.csc-uploads TR TD.csc-uploads-fileName {
	color: #666;
	font-size: 12px;
	padding-left: 5px;
	width: 80%
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
	color: #666;
	font-size: 12px;
	font-weight: normal
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
	color: #666;
	font-size: 12px;
	font-style: italic
}

TABLE.csc-uploads TR TD.csc-uploads-fileSize {
	color: #666;
	font-size: 12px;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px
}

/* Filelinks, specifically */

TABLE.csc-uploads-1 {
	color: #666;
	border-color: #186900
}

TABLE.csc-uploads-2 {
	color: #666;
	border-color: #10007b
}

TABLE.csc-uploads-3 {
	color: #666;
	border-color: #8a0020
}

TABLE.csc-uploads-3 TR TD {
	color: #666;
	vertical-align: middle
}

TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {
	color: #666;
	padding: 4px;
	border: solid 1px
}

TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {
	color: #666;
	padding: 4px;
	border: solid 1px
}

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

/* Various Forms */

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

/* Email, Login and Search forms generally: */

FORM TABLE TR TD {
	color: #666;
	padding-right: 10px;
	padding-left: 5px
}

FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {
	color: #666;
	background-color: transparent;
	padding: 4px
}

FORM TABLE TR TD.csc-form-fieldcell {
	color: #666;
	background-color: transparent;
	padding: 4px
}

FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
	color: #666;
	padding: 4px;
	border: solid 1px
}

FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req {
	color: #666;
	font-weight: bold
}

/* Email form, specifically */

FORM TABLE.csc-mailform TR TD.csc-form-labelcell {
	color: #666
}

/* Search form, specifically */

FORM TABLE.csc-searchform {
	color: #666;
	width: 100%
}

FORM TABLE.csc-searchform TR TD {
	color: #666;
	padding: 5px
}

FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell {
	color: #666;
	font-weight: bold
}

FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {
	color: #666;
	width: 100%
}

/* Login form, specifically */

FORM TABLE.csc-loginform {
	color: #666;
	width: 70%
}

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

/* Search result */

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

/* Search Result, result information box: */

TABLE.csc-searchResultInfo {
	color: #666;
	margin-top: 10px;
	margin-left: 0;
	width: 100%
}

TABLE.csc-searchResultInfo TR {
	color: #666;
	background-color: transparent;
	padding: 12px
}

TABLE.csc-searchResultInfo TR TD P {
	color: #666;
	padding: 0 5px
}

TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P {
	color: #666;
	font-weight: bold
}

TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext {
	color: #666;
	text-align: right
}

/* Search Result, header + abstract: */

H3.csc-searchResultHeader A {
	color: #666 !important
}

H3.csc-searchResultHeader {
	color: #666;
	font-size: 14px;
	background-color: transparent;
	padding-left: 5px
}

P.csc-searchResult {
	color: #666 !important;
	font-style: italic;
	margin-left: 20px
}

/* Search word markup */

SPAN.csc-sword {
	color: #666 !important;
	font-weight: bold
}

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

/* Menu / Sitemap, generally */

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

DIV.csc-menu {
	color: #666;
	margin-left: 20px
}

DIV.csc-menu P {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0 0;
	padding: 5px 2px 5px 5px
}

DIV.csc-menu P A {
	color: #666;
	text-decoration: none
}

DIV.csc-menu P A:hover {
	color: #666;
	text-decoration: underline
}

DIV.csc-menu P.csc-section {
	color: #666;
	font-weight: normal;
	margin-left: 40px
}

/* Menu / Sitemap, "Menu of these pages" */

DIV.csc-menu-def P {
	color: #666
}

/* Menu / Sitemap, "Menu of subpages to these pages" */

DIV.csc-menu-1 {
	color: #666
}

/* Menu / Sitemap, "Sitemap" */

DIV.csc-menu-2 {
	color: #666
}

DIV.csc-menu-2 P.csc-sitemap {
	color: #666
}

DIV.csc-menu-2 P.csc-sitemap-level1 {
	color: #666;
	margin-left: 0
}

DIV.csc-menu-2 P.csc-sitemap-level2 {
	color: #666;
	margin-left: 50px
}

DIV.csc-menu-2 P.csc-sitemap-level3 {
	color: #666;
	margin-left: 120px
}

DIV.csc-menu-2 P.csc-sitemap-level4 {
	color: #666;
	margin-left: 160px
}

DIV.csc-menu-2 P.csc-sitemap-level1 A {
	color: #666
}

DIV.csc-menu-2 P.csc-sitemap-level2 A {
	color: #666
}

DIV.csc-menu-2 P.csc-sitemap-level3 A {
	color: #666
}

DIV.csc-menu-2 P.csc-sitemap-level4 A {
	color: #666
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */

DIV.csc-menu-3 {
	color: #666
}

DIV.csc-menu-3 P.csc-section {
	color: #666;
	margin-left: 0
}

DIV.csc-menu-3 P.csc-section A {
	color: #666
}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */

DIV.csc-menu-4 {
	color: #666
}

DIV.csc-menu-4 P {
	color: #666;
	margin-top: 2px
}

DIV.csc-menu-4 P.csc-abstract {
	color: #666;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0
}

/* Menu / Sitemap, "Recently updated pages" */

DIV.csc-menu-5 {
	color: #666
}

/* Menu / Sitemap, "Related pages (based on keywords)" */

DIV.csc-menu-6 {
	color: #666
}

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */

DIV.csc-menu-7 {
	color: #666
}

DIV.csc-menu-7 P {
	color: #666;
	font-weight: bold
}

DIV.csc-menu-7 P.csc-section A {
	color: #666
}

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

/* Frontend editing / TYPO3 Admin Panel */

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

IMG.frontEndEditIcons {
	color: #666;
	margin: 0 2px;
	vertical-align: middle
}

/* Default styles for the Admin Panel */

TABLE.typo3-adminPanel {
	color: #666;
	padding: 12px;
	border: solid 1px black
}

TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD {
	color: #666;
	padding: 12px
}

TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD {
	color: #666;
	padding: 12px
}

TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD {
	color: #666;
	border: 0
}

TABLE.typo3-adminPanel TD FONT {
	color: #666;
	font-size: 10px;
	font-family: verdana
}

TABLE.typo3-adminPanel TD A FONT {
	color: #666;
	font-size: 10px;
	font-family: verdana
}

TABLE.typo3-editPanel {
	color: #666;
	padding: 12px;
	border: solid 1px black
}

TABLE.typo3-editPanel TD {
	color: #666;
	border: 0
}

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

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