/* ----------------------------------------------------------- */
/* CSS EisPortal Style: Yves Schumann 13.12.2006               */
/* based on fli4l Style                                        */
/* Last Update:  $Id: main.css 11889 2006-08-24 16:10:35Z hh $ */
/* ----------------------------------------------------------- */

/* body and html definitions for fixed header                  */
body {
	background:#EEF;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	top:0; left:0; right:0;
	min-height:100%;
	margin:0;
	padding:0;
	width:100%;
}
a:link, a:visited {
	color: #125;
}

/* header style for non-IE browsers                            */
#header_container {
	position: fixed;
	top: 0; left: 0; right: 0;
	margin: 0;
	height: 100px;
	z-index: 4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	position: absolute;
	top:0; left:0; right:0; bottom:0;
	height:100%;
	z-index:3;
	margin:0;
	padding:0 0.5em 0 0.5em;
	background-color: #fff;
	background-image: url(../img/bigblws.gif);
	background-repeat: repeat-y;
	border: solid #244E7E;
	border-width: 0 0 2px 0;
	white-space: nowrap;
}
#header #logo {
	margin-top: 0.5em;
	float: right;
	background: url(../img/eisfair_logo_klein.gif);
	width: 211px;
	height: 78px;
}
#header h1 {
	position: absolute;
	padding: 0;
	margin: 0.5em 0 0 0;
	font-size: 2em;
}
#header h2 {
	position: absolute;
	padding: 0;
	margin: 4.5em 0 0 0;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}

/* menu styles for non-IE browsers                        */
#menu {
	position:fixed;
	top: 102px; left: 0;
	width: 160px;
	z-index: 3;
	background-color: #C1D2EC;

	border-color: #244E7E;
	border-style: solid;
	border-width: 0 1px 0 0;

}
#menu ul {
	margin: 6px;
	padding: 6px 5px 0 0;
	white-space: nowrap;
}
#menu li {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 0.5em;
}

#menu ul ul.submenu {
	padding: 0;
}
#menu ul ul.submenu li{
	font-size: 13px;
	font-weight: normal;
	padding-left: 1em;
}
#menu li#active {
	color: #125;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
/*	border-color: #244E7E;
	border-style: double;
	border-width: 3px 3px 3px 3px; */
}
form { 
/*	background-image:url(background.gif); */
/*	padding:20px; */
/*	border:6px solid #ddd; */
}
input.loginfield { 
/*	font-size:10px; */
/*	font-family:Verdana,sans-serif; */
/*	font-style:italic; */
	background-color:#ffa; 
	width:132px; 
	padding: 2px 2px 2px 2px;
	margin: 0 0 2px 0; 
}
input.loginbutton { 
	background-color: #4080B0;
	width:132px; 
	color:#fff; 
	font-weight:bold;
	border:4px ridge #125; 
/*	padding: 20px 20px 20px 20px; */
	margin: 10px 0 0 0;
}
.logintext {
	font-size:12px; 
}

.loginerrortitle {
	font-size:12px;
	color:#f00;
}

.loginerrorspec {
	font-size:10px;
	color:#f00;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	color: #125;
	text-decoration: underline overline;
}

#copy {
	border-top: 1px solid #BBF;
	border-bottom: 1px solid #244E7E;
	margin: 2em 0 0 0;
	padding: 0.8em;
	font-size: 0.8em;
	font-style: italic;
	color: #244E7E;
}

/* content styles for non-IE browsers                      */
#content {
	margin: 0;
	padding-top: 115px;
	padding-left: 170px;
	padding-bottom: 3em;
	z-index: 2;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

}

/* main content-formats*/
input {
	color: #244E7E;
	border: 1px solid;
	background: #C1D2EC;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

#content h1 {
	color: #125;
	font-size: 1.7em;
	line-height: 17px;
	margin: 5px 0px;
}

#content h2 {
	color: #125;
	font-size: 1.4em;
	font-style: oblique;
	line-height: 17px;
	margin: 7px 0px;
}

h3 {
	font-size: 1.2em;
	margin: 5px 0px;
}

h4 {
	font-size: 1.1em;
	margin: 5px 0px;
}

img {
	border: none;
	vertical-align:middle;
}

/* Tabs */
.tabmain {
	clear: both;
	float: left;
}
.tabmain ul.tab {
	font-size: 11px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: 1em;
}
ul.tab li {
	float: left;
	background: url(/img/tabgl.gif) no-repeat top left;
	padding: 0 0 0 6px;
	margin: 0;
	border-bottom: 1px solid #BBF;
	border-bottom: none;
}
ul.tab li a, ul.tab li a:link, ul.tab li a:visited, ul.tab span.nolink {
	float: left;
	display: block;
	color: #eee;
	background: transparent;
	background: url(/img/tabgr.gif) no-repeat top right;
	padding: 5px 14px 3px 8px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
}
/* Commented Backslash Hack   hides rule from IE5-Mac \*/
ul.tab li a, ul.tab span.nolink {
	float: none;
}
/* End IE5-Mac hack */
ul.tab li a:hover {
	color: #fff;
	background-color: transparent;
}
ul.tab li.selected {
	background-image: url(/img/tabbl.gif);
}
ul.tab li.selected span.nolink {
	color: #fff;
	background-image:  url(/img/tabbr.gif);
	font-weight: bold;
}

.clear {
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
}

.tabcont {
	clear: both;
	text-align: left;
	border: 1px solid #0A3498;
	background: #FFF;
	margin-right: auto;
	margin-top: -1px;
}
a:visited,a:link {color: #244E7E; text-decoration: none;}
a:hover {color: #999; text-decoration: overline underline;}

#content .tabcont h2 {
	clear: both;
	color: #000;
	font-size: 12px;
	margin: 5px 0px;
	height: 17px;
}

.tabcont td, .tabcont th {
	font-size: 11px;
}

.tabmain .tabmain {
	margin: 4px;
}

.tabmain .tabcont .tabmain {
	text-align: center;
}

/* Normal Table in Tab-Window */

.normtable {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	padding: 0px;
	border: 1px solid #BBF;
}

.normtable td {
	border: 1px solid #BBF;
	padding: 2px;
	vertical-align:top;
}

.normtable th {
	border: 1px solid #BBF;
	background-image: none;
	background-color: #C1D2EC;
	color: #244E7E;
	padding: 1px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.normtable th a:visited,.normtable th a:link {text-decoration: underline;}

/* Error-Box */
.err ul.tab li,.err ul.tab li a,.err  ul.tab li a:visited,.err  ul.tab span.nolink,.err ul.tab li.selected,.err ul.tab li.selected span.nolink {
	background: none;
	background-color: #F55;
	color: white;
}

.err .tabmain .tabcont {
	border: 1px solid #FF0000;
	background: #FEE;
	padding: 8px;
	font-size: 12px;
	color: #990000;
}

/* Info-Box */
.info ul.tab li,.info ul.tab li a,.info  ul.tab li a:visited,.info  ul.tab span.nolink,.info ul.tab li.selected,.info ul.tab li.selected span.nolink {
	background: none;
	background-color: #090;
	color: white;
}

.info .tabmain .tabcont {
	text-align: center;
	border: 1px solid #009900;
	background: #EFE;
	padding: 8px;
	font-size: 12px;
	color: #009900;
}


/*iframe for legacy opts*/
#iframe {
	position : absolute;
	top: 115px;
	left: 170px;
	right: 0.3em;
	bottom: 0.3em;
	border: 0px;
}


/* for MSIE only*/
* html, * html body {
	overflow:hidden;
	bottom: 0;
	height: 100%;
}
* html #header_container {
	position: absolute;
	width: 100%;
	padding-right: 16px;
}
* html #menu {
	position:absolute;
}
* html #header {
	height: 100%;
	position: static;
}
* html #header_container {
	height: 105px;
}
* html #content {
	position:absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0;
}

* html #iframe {
	width: 100%;
	height: 80%;
}
