/*
Theme: BIS2007
Author: Michael Haschke, http://eye48.com/
*/

@import url(all.css);
@import url(float-box-toc.inc.css);
@import url(backend.inc.css);


* {
	padding:0;
	margin:0;
}

body {
	font-family:sans-serif;
	font-size:0.9em;
	line-height:1.5;
	background:url(bg-site.png) repeat-x left top #f6f6f6;
	min-width:800px;
	position:relative;
}

body#backend {
	background:url(bg-site.png) repeat-x left 25px #f6f6f6;
}

#body, #sitewrapper, #borderleft, #borderright, #site, #content {
	min-height:100%;
}

#sitewrapper {
	max-width:80em;
	min-width:600px;
	margin:0 auto;
	position:relative;
	border-bottom:solid 1px #eee;
}

#borderleft {
	background:url(border-left.png) repeat-y left top transparent;
}
#borderright {
	margin-left:20px;
	background:url(border-right.png) repeat-y right top transparent;
	padding-right:20px;
}

#site {
	background-color:#fff;
	color:#333;
	position:relative;
	padding-bottom:3em;
}

#header {
	background:url(bg-header2.jpg) no-repeat left top #fff;
	height:100px;
	overflow:hidden;
	position:relative;
}

#header a.title {
	display:block;
	min-height:50px;
	background:url(bislogo-darker2.png) no-repeat left bottom transparent;
	padding-left:65px;
	position:absolute;
	left:25px;
	bottom:25px;
	font-weight:normal;
	color:#000;
	width:50px;
	cursor:pointer;
	min-width:30%;
}
#header a.title:hover span, #header a.title:focus span, #header a.title:active span  {
	text-decoration:underline;
	cursor:pointer;
}

#header a.title span.position {
	display:block;
	position:absolute;
	left:65px;
	bottom:0px;
}

#header a.title span.position span {
	display:block;
	font-size:1.5em;
	line-height:1;
}

#header #accessmenu {
	list-style:none;
}
#header #accessmenu li {
	position:absolute;
	left:-5000em;
}
#header #accessmenu a:focus, #header #accessmenu a:hover, #header #accessmenu a:active {
	position:absolute;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	left:5000em;
	top:0;
	padding:5px;
	text-decoration:underline;
}

#header #accessmenu #search {
	bottom:25px;
	right:25px;
	left:auto;
	font-size:1.1em;
	display: none;
}
#header #accessmenu #search form fieldset {
	text-align:right;
	line-height:1;
	margin:0;
	padding-bottom:0;
}
#header #accessmenu #search form fieldset {
	border-style:none;
	background-color:transparent;
}
#header #accessmenu #search form input.textinput {
	border:solid 1px #555;
	background-color:#eee;
	font-size:1em;
	font-weight:normal;
	color:#000;
}
#header #accessmenu #search form input.textinput:hover {
	border:solid 1px #000;
	background-color:#f6f6f6;
}
#header #accessmenu #search form input.textinput:focus, #header #accessmenu #search form input.textinput:active {
	border:solid 1px #000;
	background-color:#fff;
}
#header #accessmenu #search form input.submitinput {
	border-style:none;
	background-color:transparent;
	color:#000;
	font-weight:bold;
	padding:0;
	font-size:1em;
}

#infomenu {
	font-size:0.8em;
	padding:1em 25px;
	line-height:1;
}

#infomenu a {
	font-weight:normal;
}

#infomenu #languages {
	width:15%;
	float:right;
	text-align:right;
}

#infomenu #breadcrumb {
	width:75%;
	float:left;
	text-align:left;
}

#infomenu #breadcrumb abbr {
	border-style:none;
}

#content {
	float:right;
	width:74%;
	padding-right:3%;
	clear:both;
	margin-top:1em;
}

#navigation {
	width:20%;
	float:left;
	position:relative;
	margin-top:1em;
}

#navigation #userinfo {
	font-size:0.9em;
}

#navigation .sitemenu, #navigation .usermenu {
	border-style:none;
	background-color:#234286;
	padding:10px 0px;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;
	border-top-right-radius:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
	border-bottom-right-radius:1em;
	width:100%;
	margin-bottom:1em;
	line-height:1;
}
#navigation .usermenu {
	margin-top:1em;
	background-color:#333;
}

#navigation .sitemenu ol, #navigation .usermenu ol {
	background-color:#e4e4e4;
	list-style:none;
	border-top:solid 1px #fff;
	width:100%;
}
#navigation .sitemenu ol span, #navigation .usermenu ol span {
	position:absolute;
	left:-5000em;
}

#navigation .sitemenu ol ol, #navigation .usermenu ol ol {
	border-style:none;
}
#navigation .sitemenu ol a, #navigation .usermenu ol a {
	display:block;
	border-bottom:solid 1px #fff;
	padding:0.4em 0.6em;
	padding-left:30px;
	background:url(menupoint-black.png) no-repeat 15px 0.6em #e4e4e4;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	overflow:hidden;
}
#navigation .sitemenu ol ol a, #navigation .usermenu ol ol a {
	color:#333;
	padding-left:45px;
	background:url(menupoint-black.png) no-repeat 30px 0.6em #e4e4e4;
}

#navigation .sitemenu ol a:hover,#navigation .sitemenu ol a:focus, #navigation .sitemenu ol a:active,
#navigation .usermenu ol a:hover, #navigation .usermenu ol a:focus, #navigation .usermenu ol a:active {
	background-color:#cbcbcb;
	color:#000;
	text-decoration:underline;
	/* overflow:visible; */ /* Opera baut Scroll-Balken ein */
}

#navigation .sitemenu ol a.active, #navigation .usermenu ol a.active {
	background-color:#234286;
	color:#fff;
	background-image:url(menupoint-white.png);
}
#navigation .usermenu ol a.active {
	background-color:#333;
}

#sitesuffix {
	clear:both;
	margin-top:5em;
	background:url(line.png) no-repeat left top #fff;
	padding-top:10px;
	font-size:0.8em;
	color:#555;
	width:75%;
}

#sitesuffix div {
	clear:both;
}

#sitesuffix h2 { color:#555; margin:0.5em 0;}

#sitesuffix a {
	font-weight:normal;
}

#sitesuffix ul, #sitesuffix p {
	margin:0;padding:0;
	list-style:none;
}

#sitesuffix ul li {
	display:inline;
	margin-right:0.5em;
	white-space:nowrap;
}
/*
#sitesuffix ul li:before {
	content:"\2192";
	padding-right:0.1em;
}
*/

#footer {
	clear:both;
	margin:3em 3% 0 3%;
	border-top:dotted 1px #efefef;
	padding-top:1em;
}

#footer ul {
	list-style:none;
	font-size:0.8em;
	line-height:1;
	text-align:right;
}

#footer ul li {
	display:inline;
	padding-left:1em;
}

#footer ul li a {
	font-weight:normal;
}

#unibutton {
	background:url(logo-uni-leipzig.png) no-repeat right top transparent;
	width:200px;
	height:28px;
	position:absolute;
	right:0px;
	top:0px;
}
#footer #ifibutton {
	background:url(logo-ifi.png) no-repeat right top transparent;
	width:200px;
	height:28px;
	position:absolute;
	right:0px;
	top:0px;
}
#footer #unibutton span, #footer #ifibutton span {
	position:absolute;
	left:-5000em;
}

.onlyAural {
	position:absolute;
	left:-5000em;
}


