/***************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { color:#444; }
PRE { font-family:monospace; }
A { color:#7f99b2;/*color:#4c99e5;*/ text-decoration:none; }
A:hover { text-decoration:underline; }
FORM { margin:0px 0px 0px 0px;}
P, PRE { margin:0px 0px 12px 0px; }
P, TD, UL, OL { font-size:12px; }
INPUT, TEXTAREA, SELECT { padding-left:2px; font-size:11px; }
IMG { border:0px; }
 
 
/********************************/
/* Frames, spacing, link-to-top */
/********************************/
.csc-linkToTop, .csc-linkToTop P { font-size:11px; text-align:right; clear:both; }
.csc-linkToTop A {
        font-size:10px;
        color:#444;
        background:url("../gfx/contenttop.gif") no-repeat 0 2px;
        text-decoration:none;
        padding:0 0 0 11px;
}
 
/******************/
/* Headers, plain */
/******************/
H1, H2, H3, H4, H5, H6 { margin:0px; }
H1 { font-size:18px; color: #444; margin-top:18px; }
H2 { font-size:16px; color: #000099; margin-top:16px; }
H3 { font-size:14px; color: #444; margin-top:14px; }
H4 { font-size:12px; color: #000099; margin-top:12px; font-weight: bold; }
H5 { font-size:12px; color: #444; margin-top:11px; }
H1, H2, H3, H4, H5, H6 { margin-bottom:10px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }
 
H1 A, H2 A, H3 A, H4 A, H5 A { color:#444; text-decoration:none; }
H2 A { color:#000099; }
H4 A { color:#000099; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }
 
P.csc-header-date { font-size: 10px; color: #444; }
 
P.csc-subheader { font-style: italic; }
 
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #000099; }
P.csc-subheader-2 { color: #000099; }
P.csc-subheader-3 { color: #000099; }
 
 
 
/*******************/
/* RTE / Bodytext: */
/*******************/
P, P.bodytext { 
	font-size:12px; 
	color:#444;
	text-align:justify; 
}
P.align-center { text-align:center; }
P.align-right { text-align:right; }

P.error { color:#CC0000; font-weight:bold; padding:0px; margin:0px; }
P.error A { color:#cc0000; text-decoration:none; }
DIV.error {
	border:1px #CC0000 solid;
	padding:2px;
	margin:5px 0px 5px 0px;
}
 
UL { margin-top: 0px; padding-top: 5px; padding-bottom: 5px; }
UL UL LI { font-size: 12px; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }
 
TABLE.contenttable {
	color:#444;
	margin:10px 0px 20px 0px;
	width:100%;
	table-layout:auto;
	border-collapse:collapse;
	padding:0;
}
TABLE.contenttable TR TD { padding:5px; }
TABLE.contenttable TR TD P.bodytext { font-size:11px; }
TABLE.contenttable TR TD, TABLE.contenttable TR TH {
	vertical-align:top;
	text-align:left;
	padding:5px;
	border:1px solid #333333;
	border-collapse:collapse;
}
 
/*****************/
/* Various Forms */
/*****************/
FORM {	padding:0px; margin:0px; }
FORM SPAN.csc-mailform-label { /*display:none;*/ }
FORM FIELDSET.csc-mailform { padding:0px; border:0px; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field LABEL,
FORM FIELDSET.csc-mailform DIV.csc-mailform-field INPUT,
FORM FIELDSET.csc-mailform DIV.csc-mailform-field TEXTAREA,
FORM FIELDSET.csc-mailform DIV.csc-mailform-field SELECT {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
FORM FIELDSET.csc-mailform DIV.csc-mailform-field TEXTAREA { width:250px; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field {
	width:100%;
	clear:both;
	margin:5px 0px 5px 0px;
	padding:0px;
}
FORM FIELDSET.csc-mailform DIV.csc-mailform-field LABEL { float:left; width:180px; font-weight:bold; }
FORM FIELDSET.csc-mailform DIV.csc-mailform-field INPUT,
FORM FIELDSET.csc-mailform DIV.csc-mailform-field TEXTAREA { padding:2px; }

 
/**********/
/* Images */
/**********/
 
P.csc-caption { font-size: 10px; font-weight: bold; }
 
TABLE.imgtext-table { border: 0px; }
 
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; }
 
 
 
/***************/
/* Bulletlists */
/***************/
 
UL.csc-bulletlist LI { font-size: 12px; }
 
UL.csc-bulletlist-0 { color:#444; }
UL.csc-bulletlist-1 { color:#444; list-style-type:decimal; }
UL.csc-bulletlist-2 { color:#444; list-style-position:inside; }
UL.csc-bulletlist-3 { color:#444; }
 
 
 
/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P, TABLE.contenttable { font-size:12px; }
TABLE.contenttable TR TD { vertical-align:top; }
 
TABLE.contenttable-0 { /*color:#666666;*/ }
 
TABLE.contenttable-1 { /*color:#666666;*/  }
TABLE.contenttable-1 TR.tr-0 TD { font-weight:bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color:#ccc; color:#000099; }
 
TABLE.contenttable-2 { /*color:#666666;*/ }
TABLE.contenttable-2 TR TD.td-0 { background-color:#ccc; color:#000099; }
TABLE.contenttable-2 TR TD.td-0 { font-weight:bold; }
 
TABLE.contenttable-3 { /*color:#666666*/ }
TABLE.contenttable-3 TR TD.td-0 { text-align:right; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color:#ccc; color:#000099; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { font-weight:bold; }

TABLE.contenttable-1 TR.tr-odd { background-color:#f2f2f2; }
TABLE.contenttable-1 TR.tr-even { background-color:#e7e7e7; }
 
 
 
/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color:transparent; font-size: 12px; padding:0px; margin:0px; }
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:5px; width:1%; text-align:center; vertical-align:top; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width:80%; padding:5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P { margin:0px; }
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; min-height:1px; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize P { white-space:nowrap; padding:5px; text-align:right; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { vertical-align:bottom; width:10%; }
 
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; }

SPAN.csc-sword { font-weight:bold; color:red; }
 
 
/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left:10px; }
DIV.csc-menu P, DIV.csc-sitemap UL LI { font-size:12px; }
DIV.csc-menu P A { color:#444; text-decoration:none; }
DIV.csc-menu P A:hover { color:#444; text-decoration:underline; }
DIV.csc-menu P.csc-section { font-weight:normal; margin-left:20px; font-style:italic; }
 
DIV.csc-menu-def P {  }
 
DIV.csc-menu-1 { }
 
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,
DIV.csc-menu-2 P.csc-sitemap-level2 A,
DIV.csc-menu-2 P.csc-sitemap-level3 A,
DIV.csc-menu-2 P.csc-sitemap-level4 A { color:#444; }
 
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left:0px; }
DIV.csc-menu-3 P.csc-section A { color:#186900; }
 
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:0 2px 2px 20px; }
 
DIV.csc-menu-5 { }
 
DIV.csc-menu-6 { }
 
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight:bold; }
DIV.csc-menu-7 P.csc-section A { color:#186900; }
 
 
 
/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { /* vertical-align: middle; margin: 0px 2px 0px 2px; */ display:none; }
 

/***************************************************/
/* default styles for extension "tx_indexedsearch" */
/***************************************************/
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; padding:3px; border:1px solid #ccc; }
.tx-indexedsearch .tx-indexedsearch-searchbox SELECT.tx-indexedsearch-selectbox-lang,
.tx-indexedsearch .tx-indexedsearch-searchbox SELECT.tx-indexedsearch-selectbox-sections,
.tx-indexedsearch .tx-indexedsearch-searchbox SELECT.tx-indexedsearch-selectbox-defop { width:150px; padding:3px; border:1px solid #ccc; }
.tx-indexedsearch .tx-indexedsearch-searchbox SELECT.tx-indexedsearch-selectbox-sections { width:300px; }
.tx-indexedsearch .tx-indexedsearch-searchbox TABLE TR TD { padding:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { padding:5px; font-style:italic; font-size:10px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#CC0000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { padding:5px; }
.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 {}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#444; }
.tx-indexedsearch .tx-indexedsearch-category { font-size:16px; font-weight:bold; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-count { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon { padding:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-result-number { padding:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#004d91;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A { text-decoration:none;color:#004d91; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A:HOVER { text-decoration:underline; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { padding:5px; }

.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 { font-size:0.9em; 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; }



/******************************************************/
/* default styles for extension "tx_cssstyledcontent" */
/******************************************************/
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { font-size:10px; font-style:italic; }
DIV.csc-textpic-caption-c .csc-textpic-caption, 
DIV.csc-textpic-caption-r .csc-textpic-caption, 
DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:10px; font-style:italic; }
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align:center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align:right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align:left; }

DIV.csc-textpic DIV.csc-textpic-imagecolumn { float:left; display:inline; }

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

DIV.csc-textpic-clear { clear:left; }

DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }
#rc DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0 0 0 3px; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px; }

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { margin-right: 10px; }
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { margin-left: 10px; }

DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear:right; }
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear:left; }
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    border:3px solid #7F99B2;
    padding:0;
}

/*****************************/
/* Quicklinks auf Startseite */
/*****************************/
.quicklink { font-size: 12px; width: 173px; margin-left:10px; }

/*******************/
/* Praktikum Forms */
/*******************/
.praktikum_h, .praktikum, .praktikum_input, .praktikum_select {	font-size:12px; }
.praktikum_input, .praktikum_select { border:1px solid #666; padding:3px; }
.praktikum_h { color: #FFFFFF; font-weight:bold; }

/*******************/
/* BSc Tabellen    */
/*******************/
TABLE.bsc P, TABLE.bsc UL LI, TABLE.bsc CAPTION { font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif; color:#fff; }
TABLE.bsc P, TABLE.bsc UL LI { font-size:10px; }
TABLE.bsc UL { margin:0; padding: 0 0 0 15px; }
TABLE.bsc UL LI { margin:0; padding:0; }
TABLE.bsc CAPTION { padding: 10px 0 5px 0; }




/************************/
/* Content Right/Left   */
/************************/
#lc { padding:0;margin:0; }


#lc H1, #lc H2, #lc H3, #lc H4,
#lc H1.csc-firstHeader, #lc H2.csc-firstHeader, #lc H3.csc-firstHeader, #lc H4.csc-firstHeader {
	font-size:12px;
	color:#aaaaaa;
	border-bottom:1px dotted #aaaaaa;
	margin:28px 20px 8px 20px;
	padding:0;
}

#lc UL, #lc P, #lc P.bodytext { margin:0 20px 0 20px; color:#7f99b2; }
#lc UL { padding:0; }
#lc UL LI { list-style:none; color:#aaaaaa; }
#lc UL LI {
	font-size:11px;
	background:url("../gfx/lninfo_li.gif") no-repeat 0 5px;
	text-decoration:none;
	padding:0 0 10px 15px;
	margin:0;
}

#lc a {
	color:#7f99b2;
	background:none;
	margin:0;
	padding:0;
}

#rc H1, #rc H2, #rc H3 {
	font-size:11px;
	color:#000000;
	background:#e5eaef;
	line-height:21px;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
}
#rc H1.csc-firstHeader, #rc H2.csc-firstHeader {
	margin:0 0 10px 0;
}

#rc a.more {
	float:right;
	font-size:11px;
	color:#7f99b2;
	background:url("../gfx/footernav.gif") no-repeat 0 50%;
	margin:0 10px 8px 0;
	padding:0 0 0 6px;
	text-decoration:none;
}

#rc p {
    font-size:11px;
    color:#000000;
    /*background:url("../gfx/actionbox_pfeil.gif") no-repeat 0 5px;*/
    margin:15px 0 4px 0;
    padding:0 0 0 15px;
}

#rc P A, #rc P.bodytext A {
    display:block;
    font-size:11px;
    color:#7f99b2;
    background:url("../gfx/actionbox_pfeil.gif") no-repeat 0 4px;
    text-decoration:none;
    margin:0;
    padding:0 0 0 15px;
}

#rc H3 A { background:none; }

#rc div.line {
	clear:both;
	width:184px;
	border-bottom:1px dotted #003366;
	font-size:1px;
	height:1px;
	margin:0;
	padding:0;
}

#lc DIV.csc-textpic {
	/*margin-bottom:20px;*/
}

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

