﻿
/*<agl.folder "Defaults (globale Settings fuer Schriftarten und -groessen, Farben etc.) ------------------------------------------------ ">*/
body	{
	margin: 0px 0px 0px 0px;
	font-family: "Verdana", "Lucida Grande", "Lucida Sans", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	/*color: #505050; schwarz liefert besseren Kontrast */
	color: #000000;
	/* min-width: 990px; */
	min-width: 990px;
}

body.links	{}
body.home	{}

img { border:none; }

A  {text-decoration: none;} /* Darstellung von Links - NICHT die Farbe */
A:link  {color : #0a3fcd;} /* Linkfarbe */
A:Visited  {color : #0a3fcd;} /* besuchter Link; nicht #051e60 sondern identisch zu Standard */
A:Active  {color : #0a3fcd;} /* aktiver Link */
A:Hover  {color : #0a3fcd; text-decoration: underline;} /* Mouseover */

p, td, th, div, input, textarea, select, h1, h2, h3, h4, h5, h6, ul, ol, li, font, dl, dt, dd, marquee {
	font-family: inherit;
	font-size: inherit;
}

table, form	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {border-collapse: collapse;}
tr {vertical-align: top;}

hr {width: 100%; height: 1px; background-color:black;}

blockquote {margin: 0px 0px 5px 20px; padding: 0px;}

/* -------- LISTEN */
ul {
 margin: 0px 0px 5px 0px;
 padding: 0px;
}

  ul li {
    list-style-image: url(../img/btn_liste.gif); list-style-type: square;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
  }

ol {margin: 0px; padding: 0px;}

  ol li {list-style-type: decimal;
    /* einruecken des listenpunktes */
    /*margin: 2px 0px 0px 25px; 25px war zu wenig für mehrstellige Nummern*/
    margin: 2px 0px 0px 4em;
    padding: 0px 0px 0px -5px;
  }

dt {
	margin-bottom: 2px;
	/** padding-top: 10px; **/
	clear: both;
}

/** dd {margin-bottom: 5px;} **/
dd {margin-bottom: 0px;}
/*</agl.folder>*/

 /*<agl.folder "--- t3 defs / csc ----------------------------------------------------------------------------------------------------------------">*/
H1, H2, H3, H4, H5, H6 {margin: 0px; padding: 0px;}

H1 {font-size: 1.5em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 15px 0px;}
H2 {font-size: 1.3em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 15px 0px;}
/** H3 {font-size: 1.2em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 10px 0px;} **/
H3 {font-size: 1.2em; line-height: 100%; color: #000000; font-weight: bold; margin: 15px 0px 15px 0px;}
/** H4 {font-size: 1.1em; line-height: 100%; color: #000000; font-weight: bold; margin: 10px 0px 5px 0px;} **/
H4 {font-size: 1.0em; line-height: 100%; color: #000000; font-weight: bold; margin: 10px 0px 10px 0px;}
H5 {font-size: 0.91em; line-height: 100%; color: #999999; font-weight: bold; margin: 5px 0px 5px 0px; padding-bottom: 5px; border-bottom: 1px solid #696969;}
H6 {font-size: 0.91em; line-height: 100%; color: #999999; font-weight: bold; margin: 15px 0px 5px 0px;}

/******************/
/* Headers, plain */
/******************/
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {margin-top: 0px; padding-top: 0px;}

/* Header date */
.headerdate, .csc-header-date, p.csc-header-date {font-size: 0.85em;}

/* Subheader, general */
P.csc-subheader {}

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 {font-size: 1.3em; line-height: 100%; color: #696969; font-weight: bold;}
P.csc-subheader-2 {font-size: 1.2em; line-height: 100%; color: #696969; font-weight: bold;}
P.csc-subheader-3 { color: #696969; font-weight: bold;}

.bodytext {line-height: 150%; margin: 5px 0px 10px 0px; padding: 0px;}
blockquote .bodytext {margin: 0px 0px 5px 0px;}
/* -------- LISTEN */
/* Bulletlists, general */
ul.csc-bulletlist-0, ul.csc-bulletlist-1, ul.csc-bulletlist-2, ul.csc-bulletlist-3  {
 margin: 0px;
 padding: 0px;
}

/* Bulletlists, specifically */
  ul.csc-bulletlist-1 li {
  list-style-type: decimal;
  list-style: decimal;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 22px;
    padding: 0px 0px 0px 0px;
  }

  ul.csc-bulletlist-0 li {
    margin: 0px;
    padding: 0px;
    border: 0px;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	display: list-item;
  }
  
  ul.csc-bulletlist-2 li {
    list-style-image: url(../img/btn_liste2.gif); list-style-type: circle;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 18px;
    padding: 0px 0px 0px 0px;
  }
  
  ul.csc-bulletlist-3 li {
    list-style-image: url(../img/btn_liste3.gif); list-style-type: square;
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 18px;
    padding: 0px 0px 0px 0px;
  }

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A {}

.csc-frame-invisible {}

.csc-frame-rulerBefore {
	border-top: 1px solid #696969;
	padding-top: 5px;
}

  .csc-frame-rulerBefore h1, .csc-frame-rulerBefore h2, .csc-frame-rulerBefore h3, .csc-frame-rulerBefore h4, .csc-frame-rulerBefore h5  {margin-top: 5px;}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #696969;
	padding-bottom: 5px;
}

.csc-frame-indent {margin-left: 20px;}
.csc-frame-indent3366 {margin-left: 100px;}
.csc-frame-indent6633 {margin-left: 200px;}

.csc-frame-frame1 {
	border: 1px solid #696969;
	padding: 5px;
	font-size: 0.91em;
}
  .csc-frame-frame1 h1, .csc-frame-frame1 h2, .csc-frame-frame1 h3, .csc-frame-frame1 h4, .csc-frame-frame1 h5  {margin-top: 5px;}


.csc-frame-frame2 {
	background-color: #ebf5ff;
	font-size: 0.91em;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

  .csc-frame-frame2 h1, .csc-frame-frame2 h2, .csc-frame-frame2 h3, .csc-frame-frame2 h4, .csc-frame-frame2 h5  {margin-top: 5px;}
  .csc-frame-frame2 h5 {background-color: #ffffff; margin-top: 0px;}
  
  .csc-frame-frame2 h1, .csc-frame-frame2 h2, .csc-frame-frame2 h3, .csc-frame-frame2 h4, .csc-frame-frame2 h6, .csc-frame-frame2 .bodytext, .csc-frame-frame2 div, .csc-frame-frame2 ul, .csc-frame-frame2 ol {padding-left: 5px; padding-right: 5px;}
/* Ende Frames */

.csi-text h1, .csi-text h2, .csi-text h3, .csi-text h4, .csi-text h4 {margin-top: 0px;}

/* --- EXT: CSC ---------------------------------------------------------------------------------------------------------------- */
/**********/
/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption, .caption {color: #696969;
	font-size: 0.85em;
	line-height: 13px;
	margin: 0px 20px 10px 20px;
	padding: 5px 0px;
	font-style: italic;
}

/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable {margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR {}
TABLE.contenttable TR TD { padding: 0px 2px 1px 0px; vertical-align: top; }
TABLE.contenttable TR TD P.bodytext { font-size: 1em; }
TABLE.contenttable P {margin: 0px;}

/* Tables, specifically */
TABLE.contenttable-0 P {}

TABLE.contenttable-1 P {}
TABLE.contenttable-1 TR TD { padding: 1px 3px 1px 3px;}
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: #ffffff;}
 
TABLE.contenttable-2 {border: 1px solid #696969}
TABLE.contenttable-2 TR TD { padding: 1px 3px 1px 3px;}
TABLE.contenttable-2 TR.tr-0 TD, TABLE.contenttable-2 TR.tr-0 TD.td-0 { background-color: #696969;}
TABLE.contenttable-2 TR TD.td-0 { background-color: #ebf5ff;}
TABLE.contenttable-2 TR.tr-0 TD, TABLE.contenttable-2 TR TD.td-0 P { color: #ffffff; font-weight: bold; }

TABLE.contenttable-3 {border: 1px solid #696969}
TABLE.contenttable-3 TR TD { padding: 1px 3px 1px 3px;}
TABLE.contenttable-3 P { color: #990000; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #f5f5f5;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }

/* Tabellen fuer bestimmte zwecke */
/* Career-Service Allgemeine Erziehungswissenschaften */
table.alew tr td {padding: 2px 3px; text-align: center;}
table.alew tr td:hover {background-color: #063d79; color: #ffffff;}
/* Statistiken Pressestelle */
table.statistik tr td {padding: 2px 3px; text-align: center;}
table.statistik TR.tr-odd { background-color: #c0c0c0;}


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P {margin: 0px;}
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: transparent;}
TABLE.csc-uploads TR.tr-odd { background-color: transparent;}
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-right: 5px; width: 1%; vertical-align: top;}
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {}
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; }

TABLE.csc-uploads-0 TR TD.csc-uploads-fileName { padding-left: 0px; }
TABLE.csc-uploads-0 TR TD.csc-uploads-fileName P.csc-uploads-description { padding-left: 10px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border: 0px; }
TABLE.csc-uploads-1 TR.tr-even { background-color: transparent; border: 0px; }
TABLE.csc-uploads-1 TR.tr-odd { background-color: transparent; border: 0px; }

TABLE.csc-uploads-2 { border: 1px solid #696969; }
TABLE.csc-uploads-2 TR.tr-even { background-color: #f5f5f5;}
TABLE.csc-uploads-2 TR.tr-odd { background-color: #f5f5f5;}
TABLE.csc-uploads-2 TR TD.csc-uploads-icon { text-align: center; padding-left: 5px; padding-right: 5px; vertical-align: middle; }

TABLE.csc-uploads-3 { border: 1px solid #696969; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even { background-color: #f5f5f5;}
TABLE.csc-uploads-3 TR.tr-odd { background-color: #f5f5f5;}
TABLE.csc-uploads-3 TR TD.csc-uploads-icon { text-align: center; padding-left: 5px; padding-right: 5px; vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid #696969; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid #696969; }

/*****************/
/* Various Forms */
/*****************/

/* Login and Search forms generally: */
FORM TABLE TR TD { padding: 0px 2px 2px 0px; }
FORM TABLE TR TD P {margin: 0px;}
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {width: 100px;}
FORM TABLE TR TD.csc-form-fieldcell {}
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #696969; }
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  { }

#mailform fieldset.csc-mailform {
	padding:  5px;
}

#mailform fieldset.csc-mailform .csc-mailform-field {
	padding:  10px 0px 10px 0px; 
}

#mailform fieldset.csc-mailform .csc-mailform-field label {
	float:       left;
	/*font-size:             90%;*/
	font-weight: bold;
	width:       300px;
	clear: left;
}

/* Search form, specifically */
TABLE.csc-searchform P {margin: 0px;}
FORM TABLE.csc-searchform {}
FORM TABLE.csc-searchform TR TD { padding: 0px 2px 2px 0px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {}

/* Login form, specifically */
TABLE.csc-loginform P {margin: 0px;}
FORM TABLE.csc-loginform TD { padding: 0px 2px 2px 0px; }

/*****************/
/* Mailform */
/*****************/

.csc-mailform {border: 0; padding: 0px;}
.csc-mailform label {display: block; float: left; width: 100px;}
.csc-mailform-field {padding: 2px 0px;}
/*.csc-mailform-field textarea {border: 1px solid; }*/
.csc-mailform-label {}
.csc-mailform-radio {border: 0px; background-color: transparent; width: auto;}
.csc-mailform-check {border: 0px; background-color: transparent; width: auto;}
.csc-mailform-submit {margin-left: 100px;}

/*****************/
/* Search result (Stanard Search + EXT sg_search */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo {
	margin-left: 0px; margin-top: 10px;
	table-layout: fixed;
	width: 100%;
}
TABLE.csc-searchResultInfo TR {}
TABLE.csc-searchResultInfo TD { padding: 0px 2px 2px 0px; }
TABLE.csc-searchResultInfo TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TD.csc-searchResultPrevNext { text-align: right; }
TABLE.csc-searchResultInfo P {margin: 0px;}

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A {}
H3.csc-searchResultHeader {}
P.csc-searchResult {}
TD.csc-searchResult, TABLE.csc-searchResultInfo TD.csc-searchResult {padding: 2px 0px 5px 15px;}
td.csc-searchResult_header {padding: 2px 0px 2px 5px;}
/* Search word markup */
SPAN.csc-sword {
	color: #ffffff;
	background-color: #063d79;
	font-weight: bold;
	padding: 0px 1px 0px 1px;
}

/* ----- Sitemaps, Menus etc. ----- */

.csc-sitemap {}
.csc-sitemap ul {}
li.csc-section {}

/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
ul.csc-menu {
  margin: 0px;
  padding: 0px;
}

/* Menu / Sitemap, "Menu of these pages" */
ul.csc-menu-def {}

  ul.csc-menu li {
    list-style-image: url(../img/btn_liste.gif);
    /* einruecken des listenbildes */
    margin: 2px 0px 0px 15px;
    /* abstand listenbild - text */
    padding: 0px 0px 0px 2px;
  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
ul.csc-menu-1 {}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
ul.csc-menu-3 {}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
dl.csc-menu-4 {}

/* Menu / Sitemap, "Recently updated pages" */
ul.csc-menu-5 {}

/* Menu / Sitemap, "Related pages (based on keywords)" */
ul.csc-menu-6 {}

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
ul.csc-menu-7 {}

/* Ende Sitemap */

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid; 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 TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana, sans-serif; font-size: 0.85em; color: #000000; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana, sans-serif; font-size: 0.85em; color: #000000; }			
TABLE.typo3-editPanel { border: 1px solid; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #ebf5ff;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid; }
*/
/*</agl.folder>*/

/*<agl.folder "Menue-Eigenschaften generell (Darstellung als Liste bzw. einzeilig) ------------------------------------------------ ">*/
/* damit man nicht bei jedem Menue diese default-Werte neu setzen muss!
Achtung - Formatierung wird von Haendlerseiten uebernommen!!! */
.menu ul {margin: 0px; padding: 0px;}

	.menu a {text-decoration: none;}
	.menu a:link, .menu a:visited {text-decoration: none; color: inherit;}
/* Horizontale Menues */
#mainnav ul,
#menu_oben ul,
#langmenu ul,
#rootline ul {white-space: nowrap;}

#mainnav li,
#menu_oben li,
#langmenu li,
#rootline li {
		list-style: none;
		list-style-image: none;
		display: inline;
		padding: 0px 10px 0px 0px;
		margin: 0px 10px 0px 0px;
		border-right: 1px solid;
	}

	#mainnav li.firstitem,
	#menu_oben li.firstitem,
	#langmenu li.firstitem,
	#rootline li.firstitem {border-left: 0px; padding-left: 0px; margin-left: 0px;}


	#mainnav li.lastitem,
	#menu_oben li.lastitem,
	#langmenu li.lastitem,
	#rootline li.lastitem {border-right: 0px solid; padding-right: 0px; margin-right: 0px;}

/* Vertikale Menues, aber OHNE Listenbild */
	#menu_links li,
	#menu_rechts li {
		list-style: none;
		list-style-image: none;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
	}
/*</agl.folder>*/

/*<agl.folder "Menues: #mainnav, #menu_links, #menu_oben, #smallnav ------------------------------------------------ ">*/

/* ANPASSEN */

/* Hauptmenue */
#mainnav {
    height: 20px;
    /*background-color: #696969;*/
    text-transform: uppercase;
}

#mainnav ul {padding: 2px 0px 0px 280px; height: 20px;}
#mainnav li {margin: 0px; padding: 0px; border: 0px; display: inline;}
#mainnav a {padding: 0.25em 20px;}

#mainnav a:link, #mainnav a:visited, #mainnav a.active, #mainnav a.active:link, #mainnav a.active:visited  {color: #ffffff;}

/*
#mainnav a:active, #mainnav a:hover,
#mainnav a.current, #mainnav a.current:link, #mainnav a.current:visited {background-color: #063d79; color: #ffffff;}
*/

/* --------------------------------------- */

/* Menue rechts */

#menu_rechts li {
	padding: 2px 0px 2px 0px;
	font-weight: bold;
}

	#menu_rechts .sub li {font-weight: normal; padding-left: 15px;}
	
	#menu_rechts a:link, #menu_rechts a:visited, #menu_rechts a:active, #menu_rechts a:hover {color: #505050;}
	
	#menu_rechts a:active, #menu_rechts a:hover {color : #0a3fcd;}
 #menu_rechts a.active, #menu_rechts a.active:link, #menu_rechts a.active:visited {color: #505050;}

/* --------------------------------------- */

/* Untermenue */

#menu_links {margin: 15px 0px 0px 15px;}
#links {margin: 15px 0px 0px 15px;}
#menu_links ul {margin: 0px; padding: 0px;}

#menu_links li {
        display: block;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #d0d0d0;
    }

#menu_links li.active { background-color: #ebf5ff; border-color: #ffffff;}
#menu_links li.head {display: none;}

/* einzelne Links generell */
    #menu_links a {
        display: block;
        /*padding: 5px 5px 5px 20px;*/
        padding: 4px 5px 4px 20px;
        background-position: 8px 8px;
        background-repeat: no-repeat;
    }

#menu_links .menuhead a {background-color: #e0e0e0;}
#menu_links .lastitem .menuhead a {border-top: 20px solid #ffffff;}
#menu_links li.active .menuhead a {border-bottom: 1px solid #d0d0d0;}
#menu_links a.active, #menu_links a.current {font-weight: bold;}
#menu_links a:hover, #menu_links a.active {background-image: url(../img/btn_liste.gif);}
#menu_links a.current, #menu_links a.current:hover {background-image: url(../img/btn_liste_invert.gif); border-bottom: 1px solid #d0d0d0;}

/* verschiedene Menue-Ebenen ------------- */
#menu_links .sub li {border-color: #ffffff;}
#menu_links .sub li.lastitem {border-bottom: 1px;}

#menu_links .sub a {padding-left: 35px; background-position: 22px 8px;}
#menu_links .sub2 a {padding-left: 55px; background-position: 40px 8px;}
#menu_links .sub3 a {padding-left: 75px; background-position: 60px 8px;}
#menu_links .sub4 a {padding-left: 100px; background-position: 80px 8px;}
#menu_links .sub5 a {padding-left: 120px; background-position: 105px 8px;}

/* Farben der Links im Menue */
#menu_links a:link, #menu_links a:visited, #menu_links a:active, #menu_links a:hover {color: #000000;}
#menu_links a:active, #menu_links a:hover, #menu_links a.active, #menu_links a.active:link, #menu_links a.active:visited {background-color: #ebf5ff;}

/* --------------------------------------- */


/* Rootline */

#rootline {
	position: absolute;

	top: 110px;
	left: 280px;
	font-weight: bold;
	color: #063d79;
}

	#rootline a:link, #rootline a:visited,
	#rootline a:active, #rootline a:hover,
 #rootline a.active, #rootline a.active:link, #rootline a.active:visited    { color: #063d79;}

/* --------------------------------------- */

/* Impressums-Link */

#menu_oben,
#langmenu {
	position: absolute;
	
	z-index: 50;
	top: 15px;
	right: 10px;
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.91em;
}

#langmenu {z-index: 51; right: 380px; left: auto;}

#menu_oben ul {text-align: right;}

	#menu_oben a:link, #menu_oben a:visited,
	#menu_oben a:active, #menu_oben a:hover,
 #menu_oben a.active, #menu_oben a.active:link, #menu_oben a.active:visited,
 	#langmenu a:link, #langmenu a:visited,
	#langmenu a:active, #langmenu a:hover,
 #langmenu a.active, #langmenu a.active:link, #langmenu a.active:visited {color: #ffffff;}
 
 #menu_oben a:active, #menu_oben a:hover,
 #langmenu a:active, #langmenu a:hover {text-decoration: underline;}

/* --------------------------------------- */

#langmenu {}

/*</agl.folder>*/

/*<agl.folder "--- CONTENT: MAINTEMPLATE  ----------------------------------------------------------------------------------------------------------------">*/
/* Positionierung des Inhalts, Seitenlayout */
#head {
	height: 72px;
	/*background-color: #063d79;*/
	border-color: #6f6e6e;
	border-top: 1px;
	border-bottom: 1px;
	/*background-image: url(../img/bg_head.gif);*/
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#container {
	position: relative;
	/* width: 990px; */
	margin-top: 45px;
	width: 99%;
}

#unilogo {
	position: absolute;
	
	min-width: 900px;
	top: 0px;
	left: 0px;
}

#unilogo .csc-textpic-imagewrap {margin: 0px;}

#unilogo .csc-textpic,
#unilogo .csc-textpic-left,
#unilogo .csc-textpic-right,
#unilogo .csc-textpic-above {margin: 0px; padding: 0px; display: inline; text-align: left;}

#unilogo .csc-text,
#unilogo .csc-textpic-caption,
#unilogo .csc-textpic-clear {float: none; clear: none; display: none;}

/* ----------------------- Spalten ----------------------- */

#rechtespalte {
  float: left;
  width: 100%; 
  margin-right: -100%;
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#linkespalte {
  float: left;
  width: 250px;
  margin-left: 0;
   /* the difference to make the left colum appear flush left */
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#rechtespalte {margin-right: -100%;}
* html div#linkespalte {margin-left: 0;}


  #content {	margin: 0px 0px 0px 280px;}

  #servicelinks	  {
  		clear: both;
    margin: 25px 0px 10px 280px;
    font-size: 0.85em;
  }
  
    #printlink, #pdflink {
      padding-right: 5px;
      margin-right: 5px;
      border-right: 1px solid;
      float: left;
    }
/*  #lastupdate {padding-left: 5px;} */
    #lastupdate {padding-left: 0px;}
 
#infoline {
	clear: both;
	border-top: 1px solid #d0d0d0;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.85em;
	margin-left: 280px;
}

#infoline p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 100%;
}

/* --------------- CONTENT: Misc --------------- */
#search          {
    position: absolute;

	top: 110px;
	left: 15px;
	width: 235px;
	color: #696969;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid;
	font-size: 0.85em;
}

  #search form {}
  
    #search input.topsuchfeld {
      border: 1px dashed silver;
      width: 205px;
      height: 15px;
      font-size: 1em;
    }
    
    #search .formsubmit, #search input.formsubmit {
    margin: 0px 0px -2px 2px;
    height: 14px;
    width: 14px;
    }

/*
#banner       {
	margin: 10px 0px 10px 10px;
	width: 478px;
	height: 60px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 468px;
}

html>body #banner {width:468px;} 
*/

#adminpanel {
	margin-top: 50px;
	clear: both;
	z-index: 10;
}
/*</agl.folder>*/

/*<agl.folder "--- CONTENT: SUBTEMPLATE  ----------------------------------------------------------------------------------------------------------------">*/
/* Breiten unterschiedlich bei Standard- u. Popup-Seiten */

/*
.scolwidth {width: 245px;}
.colwidth {width: 370px;}
.lcolwidth {width: 490px;}
.fullwidth {width: 750px;}
.nofloat {float:none;}
*/

.colwidth {width: 48%;}
.fullwidth {width: 100%;}
.nofloat {float:none;}


.indent {
  padding: 0px;
  margin: 0px 0px 0px 20px;
}

/* Positionierung des Inhalts, Formatierung der Inhaltsbereiche des Inhaltstemplates */
#left {float: left; width: 70%;}
#right {float: right; width: 28%;}


#colNormal {}
#colLeft {float: left;}
#colRight {float: right;}
#colBorder {}
#colFusszeile {clear: both;}

#fakultaetslogo img {margin-bottom: 50px;}
/*</agl.folder>*/

/*<agl.folder "--- POPUP OVERWRITES - ----------------------------------------------------------------------------------------------------------------">*/
body.popup	{margin: 20px;}

.popup #container, .popup #content {width: auto; height: auto; margin: 0px; padding: 0px;}
.popup #left {width: 66%;}
.popup #right {width: 33%;}
/*</agl.folder>*/

/*<agl.folder "--- global classes - ----------------------------------------------------------------------------------------------------------------">*/
.menuskip,
#mainnav li.menuskip,
#menu_links li.menuskip,
#langmenu li.menuskip,
#zielgruppennav li.menuskip,
#menu_oben li.menuskip,
#langmenu li.menuskip {display: none;}

.divider { width: 100%; height: 1px; border-top: 1px solid #696969; margin: 10px 0px; }

.pagebrowser         {
	line-height: 18px;
	font-size: 0.91em;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	}

/*  clearer - prevent floated images from overlapping the div-containers they are wrapped in  */
.clearer, .contentclearer, .csc-textpic-clear {
	width: 1px;
	height: 1px;
	clear: both;
	font-size:1px;
	line-height:0px;
}

/* in diversen Extension-Templates vewendete Klassen fuer backlinks, floating images, image captions.... */
.smalltext { font-size: 0.85em; line-height: 110%}
.date { 	font-size: 0.85em; color: #696969;}
.morelink, .category {font-size: 0.91em;}

.header           {
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px 0px 5px 0px;
}

.subheader          {
	font-weight: bold;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}
/*  backlink immer UNTERHALB des contents, inkl. aller floats  */
.backlink         {
    font-weight: normal;
    padding: 20px 0px 0px 0px;
    clear: both;
}
/*</agl.folder>*/

/*<agl.folder "--- SPECIALS / SPECIAL CLASSES ----------------------------------------------------------------------------------------------------------------">*/
/* diverse Farbwerte etc. */
.leftcontent {padding-right: 5px}
.rightcontent {padding-left: 5px}

.bgcolor { background-color: #ffffff }
.linie {background-color: #808080; width: 100%; height: 1px }
.tableheader  {color: #ffffff;  font-weight: bold; background-color: #f5f5f5 }
.noborder {border: 0px;}

.error	 { color: #990000;
	font-weight: bold;
}

.loginerror	 { 
	color: #990000;
	line-height: 100%;
}
/*</agl.folder>*/


/*<agl.folder "--- TABELLEN, LISTEN: DEFAULTS ----------------------------------------------------------------------------------------------------------------">*/
.fulltable  {border: 0px}

.fulltable th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #696969;
	color : #ffffff;
	border: 1px solid #696969;
	padding: 1px 2px 1px 2px;
	border-spacing: 0px;
}

/* hintergrundfarbe ueberschreiben */
.fulltable th.color6 {background-color: #063d79;}

.recordlist_fulltable         {
	table-layout: auto;
	border: 1px solid #696969;
	margin: 10px 0px 10px 0px;
}

.recordlist_fulltable th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	
	background-color: #696969;
	color : #ffffff;
	border: 1px solid #696969;
	padding: 1px 2px 1px 2px;
	border-spacing: 0px;
}

.recordlist_fulltable td {
	border: 1px solid #696969;
	padding: 2px 2px 2px 2px;
	border-spacing: 0px;
}

/* keine Border fuer zellen mit dieser klasse */
.recordlist_fulltable td.noborder {border: 0px;}
/*</agl.folder>*/

/*<agl.folder "--- FORMULARE: DEFAULTS ----------------------------------------------------------------------------------------------------------------">*/
.buttons input {
	background-color: #dcdcdc;
	border: 1px solid;
	margin-right: 5px;
}

.form, .formfull {
	background-color: #ffffff;
	border: 1px solid;
	}

.form_date      {
	background-color: #ffffff;
	border: 1px solid;
	width: 60px;
	}

.form_password      {
	background-color: #ffffff;
	border: 1px solid;
	width: 100px;
	}

.form_xsmall_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 50px;
	}
.form_small_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 110px;
	}
.form_medium_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 180px;
}

.form_medium2_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 250px;
}

.form_large_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 360px;
	}

.form_xlarge_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 500px;
	}

.form_xxlarge_text {
	background-color: #ffffff;
	border: 1px solid;
	width: 700px;
	}

.form_xsmall_select {
	border: 1px solid;
	width: 50px;
	}
.form_small_select {
	border: 1px solid;
	width: 110px;
	}
.form_medium_select {
	border: 1px solid;
	width: 180px;
	}

.form_medium2_select {
	border: 1px solid;
	width: 250px;
}

.form_large_select {
	border: 1px solid;
	width: 360px;
	}

.form_check {	border: 0px;}

.form_radio {	border: 0px;}
/*</agl.folder>*/

/*<agl.folder "--- FORMULARE: TABELLEN ----------------------------------------------------------------------------------------------------------------">*/
.formtable {}

  .formtable th {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color : #999900;
    padding: 4px 3px 4px 0px;
  }

  .formtable td {padding: 0px 5px 5px 0px;}

  .formtable .formfull {
  	width: 450px;
  	overflow: auto;
  }
/*</agl.folder>*/

/*<agl.folder "--- EXT: SUCHE ----------------------------------------------------------------------------------------------------------------">*/
.result_blockheader {
	font-weight: bold;
	background-color: #696969;
	color: #ffffff;
	border: 1px solid #f5f5f5;
	padding: 1px 5px 1px 5px;
	}

.search_prevnext a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
	background-color: #E01D0C;
}

.search_prevnext a:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #E01D0C;
}

.search_prevnext a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #E01D0C;
}

.search_prevnext a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #063d79;
}

.search_prevnext a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #063d79;
}
/* ------------------- Suchform mit Plugin-Code search  --------------------">*/
.csc-form-labelcell {}
.csc-form-fieldcell {}
.csc-form-label {}
.csc-form-comment {}
.csc-form-radio {}
.csc-form-label-req {}
.csc-form-commentcell {}
.csc-searchform {}
/*</agl.folder>*/


/*<agl.folder "--- EXT: TERMINE ----------------------------------------------------------------------------------------------------------------">*/

/*---------------------------------  sg_event LIST view ---------------------------------*/

.event-list-container {margin: 0px 0px 10px 0px;}

  .event-list-container .item  {
    line-height: 140%;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #696969;
  }

   .event-list-container .item p.date {margin: 0px;}

   .event-list-container .item .header {
      font-size: 1.2em;
      margin: 5px 0px 2px 0px;
    }
    
   .event-list-container .item p.category {color: #696969;}

/*---------------------------------  sg_event SINGLE view ---------------------------------*/


.event-single-container {margin: 0px 0px 10px 0px;}

  .event-single-container p.date {margin: 0px;}  
  .event-single-container p.category {color: #696969;}

  .event-single-container .header {
    font-size: 1.2em;
    margin: 15px 0px 10px 0px;
  }

  .event-single-container .img {
    float: right;
    margin: 0px 0px 10px 20px;
    width: 195px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 175px;
  }

html>body .event-single-container .img {width:200px;} 
/*</agl.folder>*/

/*<agl.folder "--- EXT: Photographic Library ----------------------------------------------------------------------------------------------------------------">*/

.photo-list-container {margin: 0px;}

  /* EIN Newsitem in der Liste der Latest News */
  .photo-list-container .item {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 0px 0px 0px 0px;
  }
  
  .photo-list-container .img {float: left; padding-right: 10px;}
  
  .photo-list-container .description {float: left; width: 100px;}
/*</agl.folder>*/


/*<agl.folder "--- EXT: NEWS ----------------------------------------------------------------------------------------------------------------">*/

.news-browse {text-align: center;}

.news-author {}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {margin: 0px;}

  /* EIN Newsitem in der Liste der Latest News */
  .news-latest-container .item {
    width: 48%;
    float: left;
    clear: left;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .news-latest-container .item2 {float: right; clear: right;}
  
  .news-latest-container .img {
    float: right;
    padding-left: 20px;
  }
  
  .news-latest-container .bodytext {margin: 0px;}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container  {
	line-height: 130%;
	margin: 5px 0px 5px 0px; 
} 
.news-list-item {border: none;}
.news-list-item p {margin: 0px 0px 0px 108px; }
.news-list-item img {float: left; width: 100px;}
.news-list-morelink a {margin: 0px 8px;}

  .news-list-container .item { margin: 0px 0px 0px 0px;}
  
  .news-list-container .category IMG {
    float: none; 
    border: none;
    margin:0px; 
  }
/*--------------------------------- tt_news SEARCH view  -----------------------------------*/


.news-search-form {margin: 10px 0px 10px 0px;}
.news-search-form FORM {margin:0px;}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox td p {margin: 0px; padding: 0px;}
.tx-ttnews-browsebox TD { font-size: 0.85em; padding: 2px 5px; }
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-ttnews-browsebox-SCell, .tx-ttnews-browsebox-SCell p { font-weight: bold; }

.news-search-emptyMsg {margin-left: 10px;}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-container {font-size: 1em;}

  .news-single-content {}
  
  .news-single-container .img {
    float: right;
    margin: 0px 0px 10px 20px;
    width: 240px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 220px;
  }

html>body .news-single-container .img {width: 220px;}
  
  .news-single-container .date {font-style: italic;}
/* block mit links, related news, files */

.news-additional-info {margin: 0px;}

	.news-additional-info h4 {margin: 20px 0px 5px 0px; font-size: 1.2em;}
	.news-additional-info .news-list-container  {margin: 0px;}
	.news-additional-info .bodytext {margin: 0px 0px 5px 0px;}
	.news-additional-info .item {margin: 0px 0px 5px 0px;}
	.news-additional-info .news-list-container .item {margin: 0px 0px 5px 0px;}

.news-related, .news-files, .news-links  {margin: 0px 0px 10px 0px;}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
#news-amenu-container {margin: 0px 0px 10px 0px;}

  #news-amenu-container UL {margin: 0px;}

  #news-amenu-container LI {
		list-style: none;
		list-style-image: none;
		padding: 0px 0px 1px 0px;
		margin: 0px;
  }
  
  #news-amenu-container LI.news-amenu-item-year {
    font-weight: bold;
    list-style-image: none;
    list-style: none;
    margin: 10px 0px 2px 0px;
  }

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #696969;
	background-color:#f5f5f5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#f5f5f5;
	border-left:1px solid #696969;
	border-top:1px solid #696969;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#e0e0e0;
	border-left:1px solid #696969;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#f5f5f5;
	border-left:1px solid #696969;
	border-top:1px solid #696969;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#f5f5f5;
	border-left:1px solid #696969;
}

/*</agl.folder>*/


/*<agl.folder "--- EXT: GSTTOPCONTENT ----------------------------------------------------------------------------------------------------------------">*/
  .gsttopcontent-container .item {
    margin: 5px 0px 15px 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #696969;
    clear: both;
  }
/*</agl.folder>*/

/*<agl.folder "--- EXT: Indexed Search ----------------------------------------------------------------------------------------------------------------">*/
.tx-macinasearchbox-pi1 {margin: 0px; font-size: 1.2em;}

/* rules */
.tx-indexedsearch-rules {margin: 20px 0 0;}
.tx-indexedsearch-rules p  {line-height: 140% }

/* searchbox */
.smallsearchbox   {
	font-size: 0.85em;
	background-color: #ffffff;
	width: 80px;
	height: 14px;
	border: solid 1px #696969;
}

.tx-indexedsearch-searchbox {margin: 5px 0px;}
.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:250px; }

/* whatis */
.tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold;}

/* noresult */
P.tx-indexedsearch-noresults { font-weight:bold; color: black;}

/* result */
.tx-indexedsearch-res .tx-indexedsearch-title td { background:#e0e0e0; }
.tx-indexedsearch-res .tx-indexedsearch-title P { margin: 0px; }
.tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { font-weight:bold; color: #063d79;}
.tx-indexedsearch-res .tx-indexedsearch-info { background:transparent; }
.tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:transparent; }
.tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align: middle; }

.tx-indexedsearch-sectionlinks  { list-style-image: url("../img/btn_liste.gif") }
.tx-indexedsearch-browsebox {margin: 20px 0px 20px 0px;}
/*</agl.folder>*/

/*<agl.folder "--- EXT: RTE ----------------------------------------------------------------------------------------------------------------">*/
span.highlight { color: #990000; }
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

htmlarea-content-body {
	background-color: #f5f5f5;
	color: #000000;
}
/*</agl.folder>*/

/*************************************************************************************************/
/*                 Stylesheet fuer Calendear Base Extension 					                 */
/*************************************************************************************************/

/* Styled by TYPO3 Content Rendering Group - ben@netcreators.com 2007 */
    /* START new classes and  id's */
    #month-header {
        width: 735px;
        margin-bottom: 7px;
        }

    #month-header-prevnext {
       float: left;
       }

    #month-header-icons {
       float: right;
       text-align: right;
       }

    #month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
        border: 0px solid;
        }

    #month-footer {
        width: 735px;
        margin-bottom: 7px;
        }

    #month-footer-header {
        text-align: center;
        }

    table.month-small {
        border: 1px solid #A1A5A9;
        border-collapse: collapse;
        }
	.month-small th,
    .month-small td {
        padding: 0;
        width: 22px;
        font-size: 10px;
        }

    .month-large {
        border: 1px solid #A1A5A9;
        border-collapse: collapse;
        }

    .month-large th,
    .month-large td {
        border: 1px solid #A1A5A9;
        }

    .month-large .weekday {
        background-color: #EEE;
        height: 12px;
        }

    .month-large .weeknum {
        background-color: #A1A5A9;
        width: 22px;
        }

    .month-large .day {
        height: 100px;
        width: 100px;
        vertical-align: top;
        text-align: left;
        }

    .month-large .day div {
        text-align: right;
        padding-right: 3px;
        }

    /*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
    #calendar-nav {

        }

    #calendar-nav td {
        vertical-align: top;
        }

    #calendar-nav td#previous {
        width: 175px;
        }

    #calendar-nav td#list {
        width: 188px;
    }

    #calendar-nav td#legend {
        width: 188px;
        }

    #calendar-nav td#next {
        width: 175px;
        }

    #link-ics,
    #link-admin {
        width: 100%;
        text-align: center;
        }

    /* END new classes and  id's */

.calborder {
        background-color: #fff;
        border: 1px solid #A1A5A9;
        }

    .tbll {
        background: url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;
        width: 8px
        }

    .tblbot {
        background: url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;
        width: 100%
        }

    .tblr {
        background: url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;
        width: 8px
        }

    .rowOn {
        background-color: #cfc;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        }

    .rowOn2 {
        background-color: #cfc;
        border-top: 1px solid #fff;
        }

    .rowOff {
        background-color: #E1E8F1;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        }

    .rowOff2 {
        background-color: #E1E8F1;
        border-top: 1px solid #fff;
        }

    .rowToday {
        background-color: #cff;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        }

    .padd {
        /*XXXpadding: 2px;*/
        }

    .eventbg_1 {
        background-color: #557CA3;
        padding: 2px;
        }

    .eventbg_2 {
        background-color: #53A062;
        padding: 2px;
        }

    .eventbg_3 {
        background-color: #E84F25;
        padding: 2px;
        }

    .eventbg_4 {
        background-color: #B257A2;
        padding: 2px;
        }

    .eventbg_5 {
        background-color: #D42020;
        padding: 2px;
        }

    .eventbg_6 {
        background-color: #B88F0B;
 padding: 2px;
        }

    .eventbg_7 {
        background-color: #73738C;
        padding: 2px;
        }

    #allday a {
        font-size: 9px;
        color: #fff;
        font-weight: 900;
        text-decoration: none;
        }

    #allday a:hover {
        text-decoration: underline;
        }

    .eventbg2_1 {
        background-color: #6699CC;
        border: 1px solid #557CA3;
        }

    .eventbg2_2 {
        background-color: #4FC464;
        border: 1px solid #53A062;
        }

    .eventbg2_3 {
        background-color: #FF6D3B;
        border: 1px solid #E84F25;
        }

    .eventbg2_4 {
        background-color: #EA62D4;
        border: 1px solid #B257A2;
        }

    .eventbg2_5 {
        background-color: #FF5E56;
        border: 1px solid #D42020;
        }

    .eventbg2_6 {
        background-color: #CCB21F;
        border: 1px solid #B88F0B;
        }

    .eventbg2_7 {
        background-color: #9292A1;
        border: 1px solid #73738C;
        }

    .dayborder {
        background-color: #fff;
        border-top: 1px solid #A1A5A9;
        }

    .dayborder2 {
        background-color: #fff;
        border-top: 1px dashed #ccc;
        }

    .title {
        background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
        padding: 5px;
        }

    .title h1 {
        font-family: Helvetica,sans-serif;
        font-size: 18px;
        color: #000;
        margin: 0;
        }

    .monthback {
        background-color: #A1A5A9;
        }

.monthsmallbasic {
        text-align: left;
        vertical-align: top;
        }

    .monthmediumbasic {
        height: 20px;
        width: 20px;
        text-align: left;
        vertical-align: top;
        }

    .monthoff {
        background-color: #F2F2F2 ! important;
        }

    .monthtoday {
        background-color: #F2F9FF ! important;
        }

    .monthWeekend {
        background-color: #FFFFEF;
        }

    .monthselected {
        border: solid 1px red !important;
        }

    .montheventtop {
        background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
        border-top: 1px solid #A1A5A9;
        }

    .montheventline {
        border-right: 1px dotted #A1A5A9;
        }

    .medtitle {
        background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
        height: 20px;
        margin-top: 3px;
        font-weight: 900;
        }

    .yearreg {
        background-color: #fff;
        height: 30px;
        width: 30px;
        text-align: right;
        vertical-align: top;
        font-size: 9px;
        }

    .yearoff {
        background-color: #F2F2F2;
        height: 30px;
        width: 30px;
        text-align: right;
        vertical-align: top;
        font-size: 9px;
        }

    .yearon {
        background-color: #F2F9FF;
        height: 30px;
        width: 30px;
        text-align: right;
        vertical-align: top;
        font-size: 9px;
        }

    .yearmonth {
        background-color: #ccc;
            }

    .yearweek {
        background-color: #eee;
        width: 30px;
        font-size: 9px;
		font-weight: 900;
        text-align: center;
        height: 15px;
        }

    .eventborder {
        background-image: url(../typo3conf/ext/cal/template/img/day_title.gif);
        border: 1px #006699 solid;
        }

    .dateback {
        background-color: #eee;
        }

    .weekborder {
        border-top: 1px dashed #A1A5A9;
        border-right: 1px solid #A1A5A9;
        }

    .weekborder2 {
        border-right: 1px solid #A1A5A9;
        }

    .timeborder {
        border-right: 2px solid #A1A5A9;
        border-top: 1px dashed #A1A5A9;
        background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
        }

    .timeborder2 {
        border-right: 2px solid #A1A5A9;
        border-top: 1px solid #A1A5A9;
        background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
        }

    .navback {
        background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
        }

    .sideback {
        background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
        }

    a.psf {
        text-decoration: none;
        }

    a.psf:link {
        color: #0066FF;
        }

    a.psf:visited {
        color: #0066FF;
        }

    a.psf:active {
        color: #3366CC;
        }

    a.psf:hover {
        color: #000099;
        text-decoration: underline;
        }

    a.ps2 {
        text-decoration: underline;
        }

    a.ps2:link {
        color: #0066FF;
        }

    a.ps2:visited {
        color: #0066FF;
        }

    a.ps2:active {
        color: #3366CC;
        }
	
	a.ps2:hover {
        color: #000099;
        }

    a.ps3 {
        text-decoration: none;
        }

    a.ps3:link {
        color: #000;
        }

    a.ps3:visited {
        color: #000;
        }

    a.ps3:active {
        color: #000;
        }

    a.ps3:hover {
        color: #000;
        text-decoration: underline;
        }

    a.ps {
        text-decoration: none;
        }

    a.ps:link {
        color: #fff;
        }

    a.ps:visited {
        color: #fff;
        }

    a.ps:active {
        color: #fff;
        }

    a.ps:hover {
        color: #fff;
        text-decoration: underline;
        }
    .legend_calendar {
        font-size: 9px;
        color: #000000;
        margin-top: 1em;
        margin-left: 1em;
    }

    .V9 {
        font-size: 9px;
        color: #000000;
        }
    .V9 ul {
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-left: 20px;
        padding-left: 0px;
        }
    .V9 li {
        margin-bottom: 0px;
        padding-bottom: 0px;
        }

    .V10W {
        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
        }

    .V9W {
        font-size: 9px;
        color: #FFFFFF;
        text-decoration: none;
        }

	.V10WB {
        font-size: 10px;
        color: #FFFFFF;
        font-weight: 900;
        }

    .V9G {
        font-size: 100%;
        color: #666666;
        }

    .V10 {
        font-size: 10px;
        color: #000000;
        }

    .V9BOLD {
        font-size: 9px;
        font-weight: 900;
        }

    .G10 {
        font-size: 11px;
        color: #0066FF;
        }

    .G10B {
        font-size: 11px;
        color: #000000;
        }

    .G10BOLD {
        font-size: 11px;
        font-weight: 900;
        }
    .G10G {
        font-size: 11px;
        color: #A1A5A9;
        }

    .V12 {
        font-size: 12px;
        color: #000000;
        }

    .eventfont {
        font-size: 11px;
        color: #FFFFFF;
        }

    .query_style {
        font-size: 11px;
        width: 156px;
        margin-bottom: 0;
        }

    .search_style {
        font-size: 12px;
        width: 134px;
        margin-bottom: 0;
        }

    .login_style {
        font-size: 11px;
        width: 80px;
        margin-bottom: 0;
            }

    .bold a:link {
        font-weight: bold;
        }

    .bold a:active {
        font-weight: bold;
        }

    .bold a:visited {
        font-weight: bold;
        }

	/* Pagebrowser */
    .pagebrowser span {
        padding: 0 2px;
        }

    /*------------ Category style package: default (blue) - start ------------*/

    .default_categoryheader {
        background-color: #557CA3;
        }

    .default_categoryheader_bullet {
        color: #557CA3;
        font-size: 13px;
        }

    .default_categoryheader_text {
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .default_categoryheader_legend_bullet {
        margin-left: 3px;
        }

    .default_categoryheader_legend_text {
        }

    .default_categoryheader_allday {
        text-align: center;
        }

    .default_categorybody {
        background-color: #6699CC;
        border: 1px solid #557CA3;
        color: #fff;
        }

/*    .default_categorybody a: link {
        color: #fff;
        }*/

    /*------------ Category style package: default (blue) - end ------------*/
    /*------------ Category style package: green - start ------------*/

    .green_catheader, .green_catheader_allday {
        background-color: #53A062;
        }

    .green_catheader_bullet {
        color: #4FC464;
        font-size: 13px;
        }

    .green_catheader_text {
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .green_catheader_legend_bullet {
        margin-left: 3px;
        }

    .green_catheader_bullet_text {
        }

    .green_catheader_allday {
        text-align: center;
        }

    .green_catbody {
        background-color: #4FC464;
        border: 1px solid #53A062;
        color: #fff;
        }

    .green_catbody a:link {
		     color: #fff;
        }

    /*------------ Category style package: green - end ------------*/
    /*------------ Category style package: orange - start ------------*/

    .orange_catheader {
        background-color: #E84F25;
        }

    .orange_catheader_bullet {
        color: #FF6D3B;
        font-size: 13px;
        }

    .orange_catheader_text {
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .orange_catheader_legend_bullet {
        margin-left: 3px;
        }

    .orange_catheader_bullet_text {
        }

    .orange_catheader_allday {
        text-align: center;
        }

    .orange_catbody {
        background-color: #FF6D3B;
        border: 1px solid #E84F25;
        color: #fff;
        }

    .orange_catbody a:link {
            color: #fff;
        }

    /*------------ Category style package: orange - end ------------*/
    /*------------ Category style package: pink - start ------------*/

    .pink_catheader {
        background-color: #B257A2;
        }

    .pink_catheader_bullet {
        color: #EA62D4;
        font-size: 13px;
        }

    .pink_catheader_text {
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .pink_catheader_legend_bullet {
        margin-left: 3px;
        }

    .pink_catheader_bullet_text {
        }

    .pink_catheader_allday {
        text-align: center;
        }

    .pink_catbody {
        background-color: #EA62D4;
        border: 1px solid #B257A2;
        color: #fff;
        }

    .pink_catbody a:link {
        color: #fff;
	 }

    /*------------ Category style package: pink - end ------------*/
    /*------------ Category style package: red - start ------------*/

    .red_catheader {
        background-color: #D42020;
        }

    .red_catheader_bullet {
        color: #FF5E56;
        font-size: 13px;
        }

    .red_catheader_text {
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .red_catheader_legend_bullet {
        margin-left: 3px;
        }

    .red_catheader_bullet_text {
        }

    .red_catheader_allday {
        text-align: center;
        }

    .red_catbody {
        background-color: #FF5E56;
        border: 1px solid #D42020;
        color: #fff;
        }

    .red_catbody a:link {
        color: #fff;
        }

    /*------------ Category style package: red - end ------------*/
    /*------------ Category style package: yellow - start ------------*/

    .yellow_catheader {
        background-color: #B88F0B;
        }

    .yellow_catheader_bullet {
        color: #CCB21F;
        font-size: 13px;
        }

    .yellow_catheader_text{
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .yellow_catheader_legend_bullet {
        margin-left: 3px;
        }

    .yellow_catheader_bullet_text {

        }

    .yellow_catheader_allday {
        text-align: center;
        }

    .yellow_catbody {
        background-color: #CCB21F;
        border: 1px solid #B88F0B;
        color: #fff;
        }

    .yellow_catbody a:link {
        color: #fff;
		}
		/*------------ Category style package: yellow - end ------------*/
    /*------------ Category style package: grey - start ------------*/

    .grey_catheader {
        background-color: #73738C;
        }

    .grey_catheader_bullet {
        color: #9292A1;
        font-size: 13px;
        }

    .grey_catheader_text {
        color: #000000;
        font-size: 11px;
        margin-left: 3px;
        }

    .grey_catheader_legend_bullet {
        margin-left: 3px;
        }

    .grey_catheader_bullet_text {
        }

    .grey_catheader_allday {
        text-align: center;
        }

    .grey_catbody {
        background-color: #9292A1;
        border: 1px solid #73738C;
        color: #fff;
        }

    .grey_catbody a:link {
        color: #fff;
        }

    /*------------ Category style package: grey - end ------------*/
    .bold {
        /*font-weight: bold;*/
        }

    .refresh_calendar {
        margin-right: 5px;
        }

    /*  Start of moving stuff from the templat into this file */

    .tx-cal-controller .weekview {
        margin: 0 auto;
        }

    .tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow {
        width: 16px;
        height: 20px;
        border: 0px;
        text-align: left;
        }

    .previsousweek_arrow {
        text-align: right;
        }

    /*------------- free & busy styles ----------*/
    .fnb_header {
        background-color: #444444;
        }

    .fnb_body {
        background-color: #888888;
        border: 1px solid #999999;
        color: #fff;
        }

    /*------------- list styles ------------*/
	 .listdiv{
        min-height: 100px;
		clear: both;
        padding: 2px;
        }
    .even {
        background-color: #ebf5ff;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
        min-height: 100px;
        padding: 2px;
		clear: both;
    }
    .listimage{
        float: right;
        }
    .listtext{
        clear: left;
        width: 78%;
        font-size: 130%;
        font-weight: 300;
        }
    /*------------- single event style -------*/
    #event_image{
        text-align: center;
        padding: 5px;
	border: 1px solid red;
        }
    #calendar-event-backlink{
        padding: 5px;
        font-size: 120%;
        font-weight: 600;
        }

    .treelevel0 {
    }

    .treelevel1 {
        margin-left:20px;
    }
    .treelevel2 {
        margin-left:30px;
    }

    label {
        display:block;
        float:left;
        margin:2px 0pt;
        padding-right:1em;
        text-align:right;
/*         horizontal-align:top; */
        width:120px;
        font-weight: bold;
    }
    fieldset{
        border: none;
        border: 1px dashed #063d79;
        }
    fieldset div {
        clear:left;
    }

/***************Eigene Cal-Styles**************************/
    #cal_title {text-align: center; font-weight: bold; font-size: 15px; margin: 15px 0 10px 0;}
    #cal-single-img {text-align: center; padding: 5px 0 0 0;}
    #cal_event_description {margin: 2px 0pt 0pt 125px; padding-right: 1em; text-align: left;}
	#submit {text-align: right;}
/*************************************************************************************/
/*                 Ende Stylesheet Calendar Base Extenstion                          */
/*************************************************************************************/

/*************************************************************************************/
/*					Stylesheet pbsurvey - Umfrage-Extension							 */
/*************************************************************************************/
	.tx-pbsurvey-pi1 div {margin-bottom: 10px;}
	.tx-pbsurvey-pi1 .pagenumbering {font-size: 60%; position: relative; height: 15px;}
	.tx-pbsurvey-pi1 .barcontainer {background-color: #FFFFFF; border: 1px solid #000000; width: 100px; height: 15px; position: absolute; z-index: 6; right: 0px;}
	.tx-pbsurvey-pi1 .bar {background-color: #CCCCFF; height: 15px; z-index: 4; position: absolute; left: 0px;}
	.tx-pbsurvey-pi1 .bartext {z-index: 5; text-align: center; position: absolute; left: 0px; width: 100px; height: 15px;}
	.tx-pbsurvey-pi1 .pageHeader {font-size: 150%; font-weight: bold; color: #003399;}
	.tx-pbsurvey-pi1 .pageIntroduction {}
	.tx-pbsurvey-pi1 .survey_item {margin-top: 20px; margin-bottom: 20px; border: 1px dashed #063d79;}
	.tx-pbsurvey-pi1 .itemform {}
	.tx-pbsurvey-pi1 .question {font-size: 120%; font-weight: bold;}
	.tx-pbsurvey-pi1 .questionNumber {}
	.tx-pbsurvey-pi1 .questionSubtext {}
	.tx-pbsurvey-pi1 .required {color: #FF0000; vertical-align: super;}
	.tx-pbsurvey-pi1 .survey_error {color: #FF0000;}
	.tx-pbsurvey-pi1 .additional_ver {margin-left: 20px;}
	.tx-pbsurvey-pi1 .matrix {width: 100%;}
	.tx-pbsurvey-pi1 .matrix .surveyrow_even {background-color: #CCCCFF;}
	.tx-pbsurvey-pi1 .matrix .columnFirst {font-weight: bold; text-align: left;}
	.tx-pbsurvey-pi1 .matrix .columnNext {text-align: center;}

/*************************************************************************************/
/*                 Ende Stylesheet Umfrage Extenstion  		                         */
/*************************************************************************************/

/*************************************************************************************/
/*					Stylesheet fdfx_2cols_pi1 - Zweispaltiger Text   				 */
/*************************************************************************************/

.c2l1-left {
	border-right-width: 2px;
	border-right-color: #ebf5ff;
}

/*************************************************************************************/
/*					Ende Stylesheet fdfx_2cols_pi1 - Zweispaltiger Text 			 */
/*************************************************************************************/

/*************************************************************************************/
/*					Stylesheet kj_imagelightbox2 - Klick vergroessern 				 */
/*************************************************************************************/

/**
  *
  * kj_imagelightbox2 
  * Presentationmode CSS
  *
  */

.presentationmode a:link, .presentationmode a:visited {							
  font-family:Verdana;
  size:11px;
  text-decoration:none;
  color:#999999;
  width:100%;						
}

									
.presentationmodeAct a:link {
/*  color:#000000; font-weight:bold; text-decoration:none; width:100%;	           */
}	                  
                  				
.presentationmodeSpan {	
  padding-right:20px;	
  font-family:Verdana;
  size:11px;
  text-decoration:none;
  color:#999999;	
  width:100%;													
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	/*background: transparent url(/icons/blank.gif) no-repeat;*/ /* Trick IE into showing hover */
	display: block;
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	/*background: url(../images/prevlabel.gif) left 15% no-repeat; */
}

#nextLink:hover, #nextLink:visited:hover { 
	/*background: url(../images/nextlabel.gif) right 15% no-repeat; */
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
}

#imageData #imageDetails { 
	font: 11px Verdana, Lucida Grande, Lucida Sans;
	color:#7a7a7a;
	width: 70%; 
	float: left; 
	text-align: left;
}	

#imageData #caption { 
	font-weight: bold;	
}
#imageData #bottomNavClose { 
	float: right;  
	padding-bottom: 0.7em;	
}
#imageData #numberDisplay {
 	display: block; 
 	clear: left; 
 	padding-bottom: 1.0em;	
} 

#imageData #bottomNavClose { 
	float: right;  
	padding-bottom: 0.7em;
	padding-right: 40px;
}	
	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*background-color: #ff0000;*/
	/*filter:alpha(opacity=50);*/
/* 	filter:alpha(opacity=80); */
	/*-moz-opacity: 0.6;*/
	-moz-opacity: 0.1;
	/*opacity: 0.6;*/
	opacity: 0.6;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/*************************************************************************************/
/*					Ende Stylesheet kj_imagelightbox2  - Klick vergroessern			 */
/*************************************************************************************/

/*************************************************************************************/
/*					Beginn Stylesheet uniwue_tagcloud									 */
/*************************************************************************************/
#div.tagcloud {background-color: #f3f3f3; padding: 7px; border: 1px solid #eeeeee}
div.tagcloud {background-color: #ebf5ff; padding: 7px;}
div.tagcloud a {font-family: "Verdana","Lucida Grande","Lucida Sans"; color: #063d79; text-decoration: none}
/*************************************************************************************/
/*					Ende Stylesheet uniwue_tagcloud									 */
/*************************************************************************************/
/*************************************************************************************/
/*					Beginn Stylesheet quickpoll
/*************************************************************************************/
.tx-quickpoll-pi1 { background-color: #ebf5ff; margin-top: 10px; border-top: 1px solid #696969; }
.pollquestion { font-weight: bold; text-align: center; padding: 2px 0 2px 0;} 
.pollbar { color: #063d79; }
.pollsubmit { text-align: right; }
.pollresulttext {padding: 0 0 0 5px;}
.polltotal {padding: 0 0 0 5px;}
.pollimg {margin: 0 125px;}
/*************************************************************************************/
/*					Ende Stylesheet quickpoll
/*************************************************************************************/
/*************************************************************************************/
/*               Beginn Formular Studentenkanzlei									 */
/*************************************************************************************/
#usbutton {background-color: red; border: 1px solid black; font-size: 14px; font-weight: bold; padding: 10px; color: white;}
#uscheck {color: red; font-size: 14px; font-weight: bold; padding-bottom: 10px;}
#usmiddle {text-align: center;}
/*************************************************************************************/
/*               Beginn Eigene Formate                                               */
/*************************************************************************************/
#strich {border-top: 1px solid #d0d0d0;}
li.elmut-liste {padding-bottom: 5px;}
b.zweitnennung {color: gray;} /* fuer elMuT */

/* Mailform alumni */

.alumni-mailform {border: 0; padding: 0px;}
.alumni-mailform label {display: block; float: left; width: 400px; text-align: left; font-weight: normal; padding-right: 3em;}
.alumni-mailform-field {padding: 2px 0px;}
.alumni-mailform-label { border: 1px solid red; }
.alumni-mailform-submit {margin-left: 100px;}

/* Tabellen Chemie */
.tblborder, .tblborder td { border: 3px solid red; border-collapse:collapse; }
/*************************************************************************************/
/*               Ende Eigene Formate                                                 */
/*************************************************************************************/
