@import url(base.css);
@import url(patches/iehacks.css);

/***************************/
/* General element styles: */
/***************************/
* {padding:0;margin:0;border:0;}
body, div, table, tbody, tr, td, image {margin: 0px; padding: 0px; border:0px; font-family: verdana, arial, helvetica; font-size: 10px;}
body {font-size: 18px;}
div, H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: verdana, arial, helvetica; color: #666666; font-weight:normal; }
PRE { font-family: monospace; }
A { color: #666; text-decoration: none; }
A:hover { color: #999999; text-decoration: underline;}
H1, H2, H3, H4, H5 {}

/******************/
/* Headers, plain */
/******************/

H1.csc-firstHeader, H1 { color: #999999; font-size: 2em; padding:0.5em 0 0.3em 0;}
H2 { color: #999999; font-size: 2em; padding:0.4em 0 0.2em 0;}
H3 { color: #999999; font-size: 1em; padding:0.3em 0 0.1em 0;}
H4 { color: #999999;  padding:0.2em 0;}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { font-weight: normal; }

/* Headers, with link */

H1.csc-firstHeader a, H1 A, H2 A, H3 A, H4 A, H5 A { color: #666666; text-decoration: none; font-weight: normal;}
H2 A { color: #666699; }
H3 A { color: #666699; }
H4 A { color: #666699; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; color: #999999; }


/* Header date */
P.csc-header-date { color: #999999; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #999999; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #666666; }
P.csc-subheader-2 { color: #666666; }
P.csc-subheader-3 { color: #666666; }



/*******************/
/* RTE / Bodytext: */
/*******************/
p, p.bodytext {color: #000000; line-height:150%; }
p.bodytext A {font-weight:normal; color: #666699;}

/* RTE / Table styling */
TABLE.contenttable { border: 1px #333333 solid; }
TABLE.contenttable TR { background-color: #fefefe; }



/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption {  font-style: italic; color:#cccccc; text-align:center; }
#content img {padding:0.5em;}


/***************/
/* Bulletlists */
/***************/

ul, li {pading}

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; font-size:12px; }
UL.csc-bulletlist-1 { color: #333333; font-size:11px; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #666666; font-size:10px;list-style-position : inside; }
UL.csc-bulletlist-3 { color: #999999; font-size:9px;list-style-image: url(img/red_arrow_bullet.gif); }


/*********************/
/* Tables, generally */
/*********************/

TABLE.contenttable {
width:80%;
}

TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { color: #000000; }

TABLE.contenttable-1 P { color: #666666; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #eeeeee;}
 
TABLE.contenttable-2 P { color: #666666; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #eeeeee;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #666666; }
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; }

/*************     eigene defs   ***********/


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent;}
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 { text-align: center; vertical-align: middle; }
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;  }

/* 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; }






/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color: #D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
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 TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }


/* Login form, specifically */



/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
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: #666666; }
H3.csc-searchResultHeader { background-color: #eeeeee;}
P.csc-searchResult { font-style: italic; }

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu P { font-weight: normal; background-color: #ffffff; }
DIV.csc-menu P A { color: #000000; text-decoration: none; }
DIV.csc-menu P A:hover { color: #666666; text-decoration: underline; }
DIV.csc-menu P.csc-section { font-weight: normal; 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 { }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #333333; }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #666666; }
DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #999999; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section A { color: #cccccc; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; }

/* 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: #cccccc; }

.csc-sitemap ul {padding:0 0 0.8em 2em;}
.csc-sitemap ul li ul {padding:0 0 0.5em 3em;}
.csc-sitemap ul li ul li ul {padding:0 0 0.3em 4em;}

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle;  } 

/* 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 TD FONT { font-family: verdana; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }



/**************************** eigene Werte ***************************/

#all {}
#table01 {width:850px;}

#altmenu {
background-image: URL(../images/passer_neu_quer.gif); 
background-repeat: no-repeat; 
background-position: center; 
text-align: right; 
height:32px;
}

/* #print {width: 50px;} */
/* #language {width: 80px;} */
/* #alt {width: 550px;} */



#clear_left { width:33px; height:500px; background-image: URL(../images/passer_neu.gif); background-repeat: no-repeat; background-position: center;}

#clear_right {width:33px; height:500px; background-image: URL(../images/grau_farb_passer.gif); background-repeat: no-repeat; background-position: center;}

#ecke_lo {width:33px; height:33px; background-image: URL(../images/ecke_lo.gif); background-repeat: no-repeat; background-position: center;}

#ecke_ro {width:33px; height:33px; background-image: URL(../images/ecke_ro.gif); background-repeat: no-repeat; background-position: center;}

#ecke_lu {width:33px; height:32px; background-image: URL(../images/ecke_lu.gif); background-repeat: no-repeat; background-position: center;}

#ecke_ru {width:33px; height:32px; background-image: URL(../images/ecke_ru.gif); background-repeat: no-repeat; background-position: center;}

#emotionimg { position:relative; width:600px; height:200px; vertical-align: top; overflow: hidden;}
#logo01 { position:relative; width: 175px; height:150px; vertical-align:top;}


#mainmenu01 {
height: 330px;
vertical-align:top;
border-top: 1px solid #999999;
border-right: 1px solid #999999; 
padding:0;
padding-top: 10px;
}



#content {width: 580px; vertical-align: top; padding: 10px; padding-top: 5px; 
}

#copy {
background-image: URL(../images/passer_neu_quer.gif); 
background-repeat: no-repeat; 
background-position: center; 
font-size: 9px; 
padding: 5px;
}

#bottomspace {height: 10px;}


/*************     links   ***********/

a img {border-width:0px;}

a {
border-width: 0px;
color:#666666;
}

a:link, a:visited, a:hover, a:active {
border-width:0px;
color:#999999;
}

div.list h1 a {
font-weight: normal;
}


/*****************/
/*   flex 2-column   */   
/*****************/




#box {
}


/*********  fuer sitemap  ************/


.csc-linkToTop {text-align: right;} 

ol li , ul li {margin:0 0 0 2em;padding:0.5em 0;} 
ol li ol li, ul li ul li {margin:0 0 0 3em;padding:0.3em 0;} 

ol li, ol li a, ul li, ul li a { color:#333;font-size: 12px; }
ol li ol li , ol li ol li a, ul li ul li, ul li ul li a {color: #666666;font-size: 11px; margin:0 0.8em 0 2em;}
ol li ol li ol li, ol li ol li ol li a, ul li ul li ul li, ul li ul li ul li a { color: #999999;font-size: 10px;margin:0 1em 0 3em;}

dd.csc-textpic-caption {font-size: 10px;}

/*##########################################
############ fuer referenzen ############
##########################################*/
.news-single-backlink {}
.clearer { clear: both;}

.news-ref-list-container { width: 95%; padding: 5px 5px 5px 10px; vertical-align: top;}
.news-ref-list-item {}
.news-ref-header-list {font-size: 12px; border-bottom: 1px solid #999999;}
.news-ref-text-img-container { vertical-align: top;}
.news-ref-list-img { float: right;}
.news-ref-list-img img { padding: 0 0 10px 0;}

.news-ref-single-item {}
.news-ref-header-single {font-size: 14px;  border-bottom: 1px solid #999999; }
.news-ref-text-img-container { vertical-align: top;}
.news-ref-single-img img {padding: 0px 5px 5px 5px;}
.news-ref-single-img {float: right;}

.csc-uploads td {padding:4px;}
.csc-uploads-fileName {}

ul.csc-bulletlist {list-style:none;}
ul.csc-bulletlist-0 li {font-size:0.8em; list-style-image:url(../images/bulletlist.gif);}

.csc-textpic-text ul li {font-size:0.8em;}

.img-teaser a img {border:0px;}
/***************************************************//********     UL-basierte Menu-Listen       ********//***************************************************/#mainmenu01 { background:#fff;
color:#666;font-size:1em;}

#altMenu {background-color:#fff; font-size:0.7em; text-align:left;}* html #altMenu { font-size:1em;}/*********************    Menu-Listen     **********************//******     mainmenuUL    ******/

#mainmenu01 ul {margin:0 0 0 0.5em;}
#mainmenu01 ul li.sub, #mainmenu01 ul li.act, #mainmenu01 ul li.lvl02, #mainmenu01 ul li {    margin:0;	padding:0;	list-style-type:none;	font-size: 1.5em;}#mainmenu01 ul li a {	text-decoration:none;	display: block;    margin:10px 0;	padding:1px 0;	color:#666;    border-bottom: 1px solid #eee;}#mainmenu01 ul li a:hover {	color:#333;
    border-bottom: 1px solid #666;
    }

#mainmenu01 ul li.act a {	background-color: #fff;	color:#c33;    border-bottom: 1px solid #c33;}

#mainmenu01 ul li ul {margin:0 0 0 1em;}
#mainmenu01 ul li ul li, #mainmenu01 ul li.act ul li {    margin:0;	padding:0;	list-style-type:none;	font-size: 1em;}#mainmenu01 ul li ul li a, #mainmenu01 ul li.act ul li a {	text-decoration:none;	display: block;    margin:6px 0;	padding:0;	color:#666;    border-bottom: 1px solid #eee;}#mainmenu01 ul li ul li a:hover, #mainmenu01 ul li.act ul li a:hover {	color:#333;
    border-bottom: 1px solid #666;	}#mainmenu01 ul li.act ul li.act a {	color:#c33;    border-bottom: 1px solid #c33;}#mainmenu01 ul li ul li ul {margin:0 0 0 2em;}
#mainmenu01 ul li ul li ul li {    margin:0;	padding:0;	list-style-type:none;	font-size: 0.8em;	width:100%;}#mainmenu01 ul li ul li ul li a, #mainmenu01 ul li.act ul li.act ul li a {	text-decoration:none;	display: block;	margin:4px 0;	padding:0;	color:#666;
	border-bottom: 1px solid #eee;}#mainmenu01 ul li ul li ul li a:hover,  #mainmenu01 ul li.act ul li.act ul li a:hover {	color:#333;
    border-bottom: 1px solid #333;	}#mainmenu01 ul li.act ul li.act ul li.act a {	text-decoration:none;	display: block;	margin:4px 0;	padding:0;	color:#c33;	border-bottom: 1px solid #c33;}	/*******/

#alt {text-align:right;}
#altmenu ul {
	 padding:0px;  
}* html #altmenu ul {	 padding:0px 10px;   }
#altmenu ul li {
    float:right;	list-style-type:none;
	padding:0 0.5em;
    font-size:1em;}

* html #altmenu ul li {
    padding:0 0.1em;}
#altmenu ul li a, #altmenu ul li.act a {text-decoration:none;display:block;color:#666;
padding:0 0.5em;
font-size:1em;}#altmenu ul li a:hover {text-decoration:underline;}


/**********************/
/*** fŸr tt_news    ***/
/**********************/

.teaser-box {border:1px solid #999; min-height:154px; padding:2px; padding-left: 4px;
        -webkit-box-shadow: 0px 4px 4px rgba(100,100,100,0.25);
        -moz-box-shadow: 0px 4px 4px rgba(100,100,100,0.25);
        box-shadow: 0px 4px 4px rgba(100,100,100,0.25);
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px
}
* html .teaser-box {height:154px; }
.teaser-box h4.newsTeaserTitle {font-size:1.5em;}

