/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "TYPO3 Template für YAML" (c) by Dieter Bunkerd (http://yaml.t3net.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : typo3.css
**  Funktion    : Formatierung der Inhalte und TYPO3-spezifische Änderungen der content.css
**
*/

@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** */

/* ### Überschriften, Fließtexte ###################################################################### */

body { color: #000; font-size: 1em; /*83.33%;*/ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; }

/*h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}*/
h1,h2,h3,h4,thead { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; display:block; font-weight:bold;}

h1 {}
	
h2 {}
h3 {}
h4 {}

#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 1.5em;}
p { line-height: 1.5em; margin: 0 0 1em 0; }

thead {	
	font-size: 1em;
	font-weight: bold;
	margin:1.4em 0 0.3em 0;
	}


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

acronym, abbr {
	border-bottom: 1px dashed #c00;
	cursor: help;
}
ul li {margin-bottom:1em;}
/* ### Bildpositionierung ############################################################################ */

img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a, a em.file {color: #1e6289; text-decoration:none;}
a:hover {background-color: #eef; text-decoration:underline;}

#topnav a { color: #1a2b3c; background:transparent; text-decoration:none; }
#topnav a:hover{ text-decoration:underline; background-color: transparent;}

#footer a { color: #669; }
#footer a:hover {background-color: #eef; }

/* (nh, 0420-2130) 
   Hier ist die Wurzel des Problems, weshalb bei externen Links kein Bild
   vorneweg (in der Navigationsleiste) erschien:

	#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}
*/
#main a.imagelink {
	padding-left: 0;
	background: transparent;
}
/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; margin-bottom: 0.5em; }



form {overflow:hidden;}

input, textarea {
    width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
    background: #fab8b8;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #fab8b8;
	color: #333;
	border-color: #666;
}

/* ######################################################################################################
** ### Spezielle Formatanweisungen des YAML-Standard-Layouts ############################################
** ######################################################################################################
*/

/* ###  Textformatierungen ################################################################## */

/* Beispieldateien */
p.demo { background-color: #fee; border: 1px #fcc solid; padding: 6px; margin-bottom: 0.5em; }

/* Navigation am Seitenende */
p.navlink { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.navlink a { color: #353;}
p.navlink a:hover { font-weight: bold; background: transparent; }

blockquote { 
	color: #222; 
	background: #f8f8f8; 	
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}

/* Ungeordnete Listen ohne Listenpunkt */ 
/*ul.linklist { list-style-type: none; margin: 0 0 1em 0; }*/
ul.linklist li { margin: 0 0 1em 0; }

/* Auszeichnungen für Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(file.gif) no-repeat left;
}

em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(dir.gif) no-repeat left;
}

pre, code {
	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}

code.css { 
	background-image: url(bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

code.xhtml { 
	background-image: url(bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

code.typoscript { 
	background-image: url(bg_ts.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* ### Tabellen ################################################################## */

table.bugs { margin-bottom: 1em; margin-top: 0.5em; width:100%; }
table.bugs th { 
	background: #fff; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}

table.bugs td {
	background: #f0f0f4; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}

/* ### Download-Box ################################################################## */

.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}

.bluebox p { padding: 0px 8px 0 8px; }

a.dl_link {
	display: block;
	padding: 0;
	margin: 0.5em auto 0 auto;
	background-image: none;
}

a.dl_link:hover { text-decoration: none; background-color: transparent; }

/*******************************
***** Ende Media all !!! *******
*******************************/
}
/*******************************************
* Styles für Typo3 (RTE)
********************************************/
input, textarea {
	margin-left: 1em;
  width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
  background: #fafafa;
	padding: 2px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}
img {
	border: 0;
}
p.csc-linkToTop {
	text-align: right;
}



span.fakultaetsheader {
	/*background-color: #b1c4d1;*/
	margin-top:-0.2em;
	margin-left:-0.4em;
	margin-bottom:0.3em;
	display:block;
	padding:0.25em 0.4em;
	padding-left:2.4em;
	/*background: #b1c4d1 url('cube_bg_color_default.gif') no-repeat 0.7em;*/
}

span.fakultaetsbody {
	background-color: #dce5eb;
	display:block;
	padding:0.4em 0.7em;
}

span.mono { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}
span.file { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 14px;
	color: #000088;
	background: transparent url('file.gif') no-repeat left;
}

span.directory { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 15px;
	color: #000088;
	background: transparent url('dir.gif') no-repeat left;
}
p.smalltext {
	font-size: 0.9em;
}
p.fussnote {
	font-size: 0.9em;
}
p.redbox { color:#000; background-color:#fee; border:1px #fcc solid; padding:6px; margin-bottom: 0.5em; }
p.greenbox { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.greenbox a { color: #353;}
p.greenbox a:hover { background: transparent; }
p.box {
	display: block;
	font-size: 1em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.code {
	display: block;
	margin: 0 0 1em 1em;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}
p.csc-form-label-req {
	font-weight: bold;
}
.csc-caption {
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 2px;
}

ul.linkliste, ul.linkliste li ul {
	border-top:1px #000 solid;
	list-style-type:none;
	margin:0;
	}
	
ul.linkliste li ul {
	border-top:0px #000 solid;
}
	
ul.linkliste li {
	border-bottom:1px #000 solid;
	margin-bottom:0;
	}
	
ul.linkliste a {
	display:block;
	}
	
ul.linkliste a:hover {
	background-color: #dce5eb;
}

ul.kontakt {
	list-style-type:none;
}

ul.inlinestyle li{
	display:inline;
	list-style-type:none;
	
}

/*
ul.inlinestyle li:after {content:" | "; #999;}

*/
/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-style: italic;
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 0;
}



/*******************************************
* Styles für Sprachenauswahl
********************************************/
div.langMenu {
	padding: 0 0 0 0;
}
div.langMenu a:hover {
	background: transparent;
}
div.langMenu img.flag {
	margin-top: 4px;
	padding-right: 7px;
}
div.langMenu img.arrow {
}
/*******************************************
* Styles für Codebox Extension
********************************************/
.tx-jphcodesnippets-pi {
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	border: 1px #ccd solid;
}
.tx-jphcodesnippets-pi .imp { font-weight: bold; color: red; }
.tx-jphcodesnippets-pi .ln-xtra { background: #ffcccc; }
.tx-jphcodesnippets-pi li { background: #f0f0f4; }
.tx-jphcodesnippets-pi li.li2 { background: #ffffff; }
.tx-jphcodesnippets-pi .kw1 { color: #b1b100; }
.tx-jphcodesnippets-pi .kw2 { color: #000000; font-weight: bold;}
.tx-jphcodesnippets-pi .kw3 { color: #000066;}
.tx-jphcodesnippets-pi .co1 { color: #808080; font-style: italic; }
.tx-jphcodesnippets-pi .co2 { color: #808080; font-style: italic; }
.tx-jphcodesnippets-pi .coMULTI { color: #808080; font-style: italic; }
.tx-jphcodesnippets-pi .es0 { color: #000099; font-weight: bold; }
.tx-jphcodesnippets-pi .br0 { color: #00ff00; }
.tx-jphcodesnippets-pi .st0 { color: #ff0000; }
.tx-jphcodesnippets-pi .nu0 { color: #cc66cc; }
.tx-jphcodesnippets-pi .me1 { color: #006600; }
.tx-jphcodesnippets-pi .me2 { color: #006600; }
.tx-jphcodesnippets-pi .re0 { color: #0000ff; }
.tx-jphcodesnippets-pi .download { padding-left:1em; font-style:italic; font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; }
/*******************************************
* Styles für Linklist
********************************************/
.tx_ablinklist_listView_links {
}
.tx_ablinklist_listView_link {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #cccccc;
}
.tx-ablinklist-pi1-browsebox td {
	padding-right: 1em;
}
.tx_ablinklist_viewRateLink {
}
/*******************************************
* Styles barrierefreies Menü
********************************************/
@media screen, print 
{
	#col1_content dfn, #col1_content .hidden {
	position: absolute;
	left: -1000em; 
	width: 20em;
	} 

/*******************************************
* Styles tx_dropdownsitemap
********************************************/
.tx-dropdownsitemap-pi1 A {
	font-weight: bold;
}
.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}
.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}
.tx-dropdownsitemap-pi1 DIV {
	border: solid 1px #ccd;
	background: #F0F0F4;
	padding: 2px;
	margin-bottom: 5px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
	border: solid 1px #ccd;
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 img {
	margin-right:0.5em;
}
.tx-dropdownsitemap-pi1 a:hover {
	background:transparent;
}
/*******************************************
* TYPO3 Mailformular
********************************************/
.csc-mailform-field label {
  color:#369;
  display:block;
  font-size:0.8em;
  margin-top:1em;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}
/** nicht löschen */
}


/* (nh, 0420-2135) Ab hier: alte Styledefinitionen, um die Anordnungen
   der Inhalte im Hauptbereich wieder zu bekommen */
div.boxleft, div.boxright {
    width:44%;
    margin-bottom:-15px;
}

div.boxleft {
    float:left;
    clear:both;
    margin-right:48px;
}

div.boxright {
    float:left;
}

div.boxleft li, div.boxright li {
    width:115%;
    list-style-type:none;
    margin:0px 0px 0px -10px;
    padding:2px 2px 3px 20px;
}

div.floatclear {
    clear:both;
}
