/* CSS Document */
/* @media print { */

/* ------------------------------- formatting ----------------------------- */
form {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	}
body {
	margin: 0px;
	font:  80% Arial, Verdana, sans-serif;
	}
li {
	font:  100% Arial, Verdana, sans-serif;
	}
td.top_image{display:none;}
td p {
	margin: 0;
	font-family: Arial, Verdana, sans-serif; font-size: 100%;
	}
div.csc-header img.header1 {
	margin-left: -22px;
	text-align:right;
	vertical-align:bottom;
	display: inline;
	}
div.csc-header h1 { 
	margin-left:5px;
	display: inline;
	}
.csc-section {
	padding: 0px 0px 0px 10px;
	}
.csc-linkToTop {
	text-align: center;
	}
h1 {
	font: bold x-large Arial, Verdana, sans-serif;
	color: #43616B;
	margin-top: 0;
	}
h2 {
	font: bold large Arial, Verdana,sans-serif;
	}
h3 {
	font: large Arial, Verdana,sans-serif;
	color: #9C1A1E;
        margin-top: 5px;
        margin-bottom: 5px;
        }
h4 {
	font: bold small Arial, Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}
h5 {
	font: italic bold small Arial,Verdana, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}
p {
	font: 100% Arial, Verdana, sans-serif;
	}
#center p {
	font: 100% Arial, Verdana, sans-serif;
	}
a {            font:  100% Arial, Verdana, sans-serif;
	color: #34339B;
	}
a:hover {
	color: #9C191E;
	}
hr {
	color: #A5B5C6;
	height: 1px;
	}
a img {
	border: 0 none;
	display: inline;			/* removes extra space underneath caused by default text-alignment */
	}
div#sitepath {
	z-index: 10;
	position: absolute;
	left: 176px; top: 116px; /* für topmenu */
	margin: 0px 0px 5px 0;
	font-size: small;
	border-bottom: 1px solid #990033;
	margin: 2px 5px 0 5px;
	display: none;
}
div#sitepath a {
	text-decoration: none;
}

/*
------------------------------- layout -----------------------------

Notes:

Do not mix px widths with % widths for margins, borders or padding because
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   |
 ------------------------------------------
 |   0    |          25%         |   0    |

Center Margins:
 |  marg  |         width        |  marg  |
 ------------------------------------------
 |   25%  |        (auto)        |  0%  |

Right Col Widths:
 |  pad   |         width        |  pad   |
 ------------------------------------------
 |  0%    |          0%         |  0%    |				total width= 0%
*/

#left { display: none;}
#top  { display: none;}
#center {
        margin: 35px 25% 0 0px;
	padding: 3% 2%;
	color: #000;
	}

#otherleftstuff {
	width: 100%;
	padding: 20px 1% 5px 1%;
        background-image: url(/uploads/tf/streifen_unten.gif);
        background-repeat: no-repeat;
	}
#news {
	display: none;
        position: absolute;
        top: 130px;
        width: 202px;
	right: 2px;
	padding: 2px 2px;
        background: #FFF;
        }
td.news_table_lo {background: #B5B8B6;;}
td.news_table_ro {background: #990033;}
td.news_table_lu {background: #D3D3D3;}
td.news_table_ru {background: #E5E5E5;}

#sponsor {
        padding: 10px;
	color:	#808080;
        font-size: 125%;
        }

/*
-------------------------------- Navigation ------------------------------
Barrierefrei by Alexander Maringer 
-------------------------------- Navigation ------------------------------
*/
/******************************************/
/*          MENUE                                                   */
/******************************************/
span.hidden, dfn {
	position:absolute; 
	left:-1000px; 
	top:-1000px; 
	width:0px; 
	height:0px; 
	overflow:hidden; 
	display:inline;
}

div#left {
	display:none;
/*	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 100px;
        width: 176px;
	background: #F1F1F1;
	color: #000;
	z-index: 1;
	font-size: 100%;
	margin: 5px 0 0 0;*/
}
.mainnav a {
	text-decoration: none;
	display: block;
}
* html .mainnav a {
	display: list-item;
}
.mainnav a:hover, .mainnav a.cur {
	background-color: #fff;
	display: block;
}
* html .mainnav a:hover, * html .mainnav a.cur {}
* html .mainnav ul a:hover, * html .mainnav ul a.cur {
	display: list-item;
	width: 178px;
	min-width: 178px;
}
* html .mainnav ul ul a:hover, * html .mainnav ul ul a.cur {
	display: list-item;
	width: 172px;
	min-width: 172px;
}
* html .mainnav ul ul ul a:hover, * html .mainnav ul ul ul a.cur {
	display: list-item;
	padding-bottom:3px;
	width: 166px;
	min-width: 166px;
}
* html .mainnav ul ul ul ul a:hover, * html .mainnav ul ul ul ul a.cur {
	display: list-item;
	width: 160px;
	min-width: 160px;
}
* html .mainnav ul ul ul ul ul a:hover, * html .mainnav ul ul ul ul ul a.cur {
	display: list-item;
	width: 154px;
	min-width: 154px;
}
* html .mainnav ul ul ul ul ul ul a:hover, * html .mainnav ul ul ul ul ul ul a.cur {
	display: list-item;
	width: 148px;
	min-width: 148px;
}
.mainnav li {
	list-style-type: none;
}
.mainnav ul {
	display: none;
	margin:0px;
	padding:0px;
	height:1%;
}
.mainnav ul li {
	margin:0px;
	padding:0px 0px 5px 0px;
	background: #E7E7E7 url(/fileadmin/template/main/images/menu-bckg.gif) repeat-x left bottom;
}
.mainnav ul ul {
	margin:0px;
	padding:0px;
	height:1%;
}
.mainnav ul ul li {
	margin:0px;
	padding:5px 0px 0px 0px;
	background: #E7E7E7 url(/fileadmin/template/main/images/menu-bckg.gif) repeat-x left top;
	height:1%;
}
.mainnav ul ul ul {
	margin:0px;
	padding:0px;
	height:1%;
}
.mainnav ul ul ul li {
	margin:0px;
	padding:5px 0px 0px 0px;
	background: #E7E7E7 url(/fileadmin/template/main/images/menu-bckg.gif) repeat-x left top;
}
.mainnav ul ul ul ul {
	margin:0px;
	padding:0px;
	height:1%;
}
.mainnav ul ul ul ul li {
	margin:0px;
	padding:5px 0px 0px 0px;
	background: #E7E7E7 url(/fileadmin/template/main/images/menu-bckg.gif) repeat-x left top;
}
.mainnav ul ul ul ul ul {
	margin:0px;
	padding:0px;
	height:1%;
}
.mainnav ul ul ul ul ul li {
	margin:0px;
	padding:5px 0px 0px 0px;
	background: #E7E7E7 url(/fileadmin/template/main/images/menu-bckg.gif) repeat-x left top;
}
.mainnav ul ul ul ul ul ul {
	margin:0px;
	padding:0px;
	height:1%;
}
.mainnav ul ul ul ul ul ul li {
	margin:0px;
	padding:5px 0px 0px 0px;
	background: #E7E7E7 url(/fileadmin/template/main/images/menu-bckg.gif) repeat-x left top;
}

/* Menu Level 1 */
.menu1-lev1-no a:link, .menu1-lev1-no a:visited, 
.menu1-lev1-cur a:link, .menu1-lev1-cur a:visited, 
.menu1-lev1-act a:link, .menu1-lev1-act a:visited,
.menu1-lev1-ifsub a:link, .menu1-lev1-ifsub a:visited,
.menu1-lev1-curifsub a:link, .menu1-lev1-curifsub a:visited,
.menu1-lev1-actifsub a:link, .menu1-lev1-actactifsub a:visited {
	padding: 0px 0px 0px 2px;
}
/* Menu Level 2 */
.menu1-lev2-no a:link, .menu1-lev2-no a:visited, 
.menu1-lev2-cur a:link, .menu1-lev2-cur a:visited, 
.menu1-lev2-act a:link, .menu1-lev2-act a:visited,
.menu1-lev2-ifsub a:link, .menu1-lev2-ifsub a:visited,
.menu1-lev2-curifsub a:link, .menu1-lev2-curifsub a:visited,
.menu1-lev2-actifsub a:link, .menu1-lev2-actactifsub a:visited {
	padding: 0px 0px 0px 8px;
}
/* Menu Level 3 */
.menu1-lev3-no a:link, .menu1-lev3-no a:visited, 
.menu1-lev3-cur a:link, .menu1-lev3-cur a:visited, 
.menu1-lev3-act a:link, .menu1-lev3-act a:visited,
.menu1-lev3-ifsub a:link, .menu1-lev3-ifsub a:visited,
.menu1-lev3-curifsub a:link, .menu1-lev3-curifsub a:visited,
.menu1-lev3-actifsub a:link, .menu1-lev3-actactifsub a:visited {
	padding: 0px 0px 0px 14px;
}
/* Menu Level 4 */
.menu1-lev4-no a:link, .menu1-lev4-no a:visited, 
.menu1-lev4-cur a:link, .menu1-lev4-cur a:visited, 
.menu1-lev4-act a:link, .menu1-lev4-act a:visited,
.menu1-lev4-ifsub a:link, .menu1-lev4-ifsub a:visited,
.menu1-lev4-curifsub a:link, .menu1-lev4-curifsub a:visited,
.menu1-lev4-actifsub a:link, .menu1-lev4-actactifsub a:visited {
	padding: 0px 0px 0px 20px;
}
/* Menu Level 5 */
.menu1-lev5-no a:link, .menu1-lev5-no a:visited, 
.menu1-lev5-cur a:link, .menu1-lev5-cur a:visited, 
.menu1-lev5-act a:link, .menu1-lev5-act a:visited,
.menu1-lev5-ifsub a:link, .menu1-lev5-ifsub a:visited,
.menu1-lev5-curifsub a:link, .menu1-lev5-curifsub a:visited,
.menu1-lev5-actifsub a:link, .menu1-lev5-actactifsub a:visited {
	padding: 0px 0px 0px 26px;
}
/* Menu Level 6 */
.menu1-lev6-no a:link, .menu1-lev6-no a:visited, 
.menu1-lev6-cur a:link, .menu1-lev6-cur a:visited, 
.menu1-lev6-act a:link, .menu1-lev6-act a:visited,
.menu1-lev6-ifsub a:link, .menu1-lev6-ifsub a:visited,
.menu1-lev6-curifsub a:link, .menu1-lev6-curifsub a:visited,
.menu1-lev6-actifsub a:link, .menu1-lev6-actactifsub a:visited {
	padding: 0px 0px 0px 32px;
}

#topmenu {
	font-weight: bolder;
	color: #fff;
}
div#topcontent-div {
	display: none;
	top: 5px;
	display: inline;
	}
div#topcontent-div a {
	text-decoration: none;
	}
div#topcontent {
	margin: 10px 0 10px 10px;
	}
div#topcontent-div a img {
	border: 0 none;
	display: inline;
    	}
div#topcontent a img {
	border: 0 none;
	display: inline;
	background-color:#E7E7E7;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid silver;
	}

div.topmenu-div {
	display: none;
	z-index: 10;
	position: absolute;
	top: 90px;
	right: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 99.8%;
	background-color: #990033;
	text-align: center;
	}

div#topmenu-div ul {
        white-space: nowrap;
	list-style: none;
	margin: 1px 0 1px 0;
	font-size: 110%;
	}
div#topmenu-div ul li {
	display: inline;
	padding: 0 0.5em;
/*        border-right: 1px solid black;*/
	font-weight: bold;
	}
div#topmenu-div ul li.first {
	border-left: 1px solid black;
	}
div#topmenu-div ul li a{
	color: white;
	 }
div#topmenu-div ul li.top-activ a{
	color: yellow;
	 background-color: #CE7C86;
	}
/* Schnellsuche und Direktzugriff */


#suchen {
	display: inline;
	width: 100px;
	padding: 0px 0px;
	margin: 0px;
	color:#990033;
	}
#suchfeld {
	color:#990033;
}

#direkt form select#direktwahl {
	width: 112px;
	display: inline;
	border: 0 none;
	padding: 0 0px;
	margin: 0px 0 0 0px;
	color:#990033;
	}

/* ---------------------------------------------------------------------*/
.lastupdate {
	font-size: 90%;
	text-align:left;
}
.Intranet {
	font-size: 100%;
	text-align: left;
	margin: 10px 0 0 10px;
	}

div.Intranet a {
	color: #E58415;
}

/****************************/
/***** Typo3 Sitemap    ********/
/****************************/
div.csc-menu-1 ul {
	list-style-type: circle;
}
div.csc-menu-2 {
	border: 1px solid navy;
}
p.csc-sitemap-level1 { margin: 0;  background-color: #F1F1F1; color:gray; padding-left: 10px}
p.csc-sitemap-level2 {  margin: 0; color:gray; padding-left: 30px}
p.csc-sitemap-level3 { margin: 0; color:gray; padding-left: 50px}
p.csc-sitemap-level4 { margin: 0; color:gray; padding-left: 70px}



/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:0px solid #333;
	background-color:#E5E5E5;
}
.news-latest-container H3 a {
	font: bold small Arial, Verdana, sans-serif;
	font-size: 85%;
	color: #9C1A1E;
}
.news-latest-container H4,.news-latest-gotoarchive {
	color:#000;
	padding:1px;
	margin:1px;
	border:0px solid #666;
	background-color:#E5E5E5;
}
.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:3px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#000;
}
.news-latest-gotoarchive A {
	color:#000;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:1px;
	margin:1px 5px;
	border:1px solid #666;
	background-color: #FFF;
}
.news-latest-item h5 {
	margin: 0 0; padding: 0 0;
}
.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:75%;
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0px solid #000;
        background-color:#FFF;
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:1px;
	margin:1px;
	border:1px solid #666;
	}
.news-search-form {
	padding:1px;
	margin-bottom:5px;
	border:0px solid #666;
	background-color:#F1F1F1;
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #F9FFE5;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#000;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#000;
}
.news-list-container P {
	padding-left:3px;
	}
.news-list-date {
	float: right;
	color: #3E551C;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 75%;
	font-weight: normal;
	background-color: #F9FFE5;
	}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 75%;
	}
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,.news-list-category {
	font-size:75%;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color: #F1F1F1;
}
.tx-ttnews-browsebox TD {
	font-size: 85%;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 90%;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #666;
	}
.news-single-item H2 {
	font-size: 130%;
	font-weight:bold;
	color: #000;
	margin-bottom: 0px;
	}
.news-single-item H3 {
	margin-bottom: 15px;
	}
.news-single-img {
        float: right; 
	margin-left:5px;
	}
.news-single-imgcaption {
	padding:3px; 
	width: 50%;
	clear:both;
	}

.news-single-category {
	float: right;
	}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 85%;
	margin-bottom: 15px;
	margin-top: 10px;
	}
.news-single-timedata {
	float: right;
	}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 75%;
	}
.news-single-author {
	padding-bottom: 3px;
	}
.news-single-additional-info {
	background-color: #BBE53A;
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;
	}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color: #F1F1F1;
	}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
	}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 90%;
	margin-left:5px;
	width:90%;
	}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
/*	margin-top:10px;*/
	margin: 0px;
	padding:3px;
	border:0px solid #333;
	background-color: #F1F1F1;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin: 0px;
	border:1px solid #666;
	background-color: #F1F1F1;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#000;
	padding:3px;
	margin: 0px;
/*	border:1px solid #666;
	background-color:#990033;*/
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color:#990033;
	color:#000;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:90%;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:85%;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}

/***************************************************/
/* Styles for am_doctorade_uni extension */
/***************************************************/
.tx-amdoctoradeuni-pi1-listrow-header {
	background-color: #ddd;
}
.tx-amdoctoradeuni-pi1-listrow-header a {
	font-weight: bold;
}
#center .tx-amdoctoradeuni-pi1-listrow-header td p {
	font-weight: bold;
}
tx-amdoctoradeuni-pi1-listrow-even {
	background-color: #eee;
}
.tx-amdoctoradeuni-pi1-listrow-odd {
	background-color: #ddd;
}
.tx-amdoctoradeuni-pi1-searchbox {
	padding: 15px 0px;
}

/***************************************************/
/* Styles for am_staff_uni extension */
/***************************************************/
.tx-amstaffuni-pi1 {
	padding: 10px 0px 0px 0px;
}
.tx-amstaffuni-pi1-listrow {
	padding: 0px 0px 0px 0px;
}
.tx-amstaffuni-pi1-listrow-item {
	padding: 0px 0px 20px 0px;
}
.staff_desc {
	font-weight: bold;
}
.staff_value {}

/***************************************************/
/* Styles for am_lectures_uni extension */
/***************************************************/
.tx-amlectureuni-pi1-listrow-header {
	background-color: #ddd;
}
.tx-amlectureuni-pi1-listrow-header a {
	font-weight: bold;
}
#center .tx-amlectureuni-pi1-listrow-header td p {
	font-weight: bold;
}
tx-amlectureuni-pi1-listrow-even {
	background-color: #eee;
}
.tx-amlectureuni-pi1-listrow-odd {
	background-color: #ddd;
}
/* Close media print tag*/
/* } */

