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

@import url(./../../bis2007/layout/screen.css);
@import url(all.css);
@import url(float-box-toc.inc.css);
/*@import url(backend.inc.css);*/


/*

Farben:
blau: #50769d
blau hell: #d7dff2 (Menupoint bg)
orange: #ffaf41

*/

body {
	line-height:2;
	background:#50769d;
}

body#backend {
	background:#50769d;
}

#sitewrapper {
	border-bottom:none;
	max-width:1130px;
}

#borderleft {
	background-image:url(border-left.gif);
}
#borderright {
	margin-left:20px;
	background-image:url(border-right.gif);
	padding-right:20px;
}

#header {
	background:url(bg-header.jpg) repeat-x center top #50769d;
	height:109px;
	overflow:hidden;
	position:relative;
	font-size:1.1em;
}

#header a.title {
	min-height:inherit;
	background-image:none;
	padding-left:0;
	left:15px;
	bottom:5px;
	font-weight:bolder;
	color:#fff;
	width:60%;
	min-width:inherit;
    text-decoration:none;
    line-height:1.5;
}
#header a.title:hover,
#header a.title:focus {
	text-decoration:underline;
}

#header #accessmenu #search {
	bottom:5px;
	right:15px;
	font-size:1em;
	width:35%;
}
#header #accessmenu #search form fieldset {
	line-height:1.5;
	color:#fff;
	font-weight:bolder;
}

#infomenu {
	font-size:0.8em;
	padding:1em 15px;
	line-height:1;
	background:url(line-orange-gradient.gif) no-repeat left top #fff;
}

#navigation .sitemenu, #navigation .usermenu {
	background-color:#50769d;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	border-top-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
}
#navigation .usermenu {
	background-color:#666;
}

#navigation .sitemenu ol, #navigation .usermenu ol {
	background-color:#d7dff2;
}

#navigation .sitemenu ol a,
#navigation .sitemenu ol ol a {
	background-color:#d7dff2;
	color:#000;
}
#navigation .usermenu ol a,
#navigation .usermenu ol ol a {
	background-color:#e4e4e4;
	color:#000;
}

#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;
}

#navigation .sitemenu ol a.active, #navigation .usermenu ol a.active {
	background-color:#ffaf41;
	color:#000;
}
#navigation .usermenu ol a.active {
	background-color:#333;
	color:#fff;
}

