body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
     font-size: 1.5em;
     margin-top: 1em;
     margin-bottom: 0.75em;
}

h2 {
     font-size: 12pt;
     margin-top: 1em;
     margin-bottom: 0.75em;
}

h3 {
     font-size: 9pt;
     margin-top: 1em;
     margin-bottom: 0.75em;
}

a:link {
    color: #3333CC;
}

a:visited {
    color: #3333CC;
}

a:hover {
    color: #3300FF;
}

a.link_back:link {
     color: #FF0000;
}

a.link_back:visited {
     color: #FF0000;
}

a.link_back:hover {
     color: #FF0000;
}

span.label {
    color: #3333CC;
}

div#main {
    position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

div#header {
    background-color: #336699;
	width: 100%;
    height: 8%;
	font-size: 20pt;
	font-familiy: arial;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
} 

div#content {
    position: relative;
	left: 0px;
	width: 100%;
}

div.tab_title_panel {
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 9pt;
	margin-top: 10px;
}

div.current_tab_title {
    position: relative;
	width: 180px;
    background-color: #FFFFFF;
	font-weight: normal;	
	margin-right: 1px;
	float: left;
	z-index: 2;
}

div.no_current_tab_title {
    position: relative;
	width: 180px;
	background-color: #669999;
	font-weight: normal;
	margin-right: 1px;
	float: left;
	z-index: 2;
}

div#leer {
    position: absolute;
	left: 0px;
	width: 100%;
	background-color: #FFFFCC;
	font-weight: normal;
	z-index: 1;
}

div.current_tab_title a {
	text-decoration: none;
}

div.no_current_tab_title a {
    text-decoration: none;
}

div.tab_content_panel {
    position: relative;
	left: 0px;
	top: 15px;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

div.tab_content {
	background-color: #FFFFFF;
	clear: left;
}

div.tab_content a {
    color: #000000;
}

ul#subtitle {
    list-style-type: none;
	margin-left: 20px;
    margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

div#eeng_tool {
     position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
     background-color: #EBEEF4;
	 color: #071050;
	 text-align: center;
	 font-size: 10pt;
	 font-family: arial, sans-serif;
}

div#eeng_tool input.anzeige {
     background-color:#FFFFF4;
	 width: 300px;
	 text-align: center;
}

div#eeng_form {
     position: absolute;
	 top: 50px;
	 left: 50%;
     width: 680px;
     background-color: #99CCCC;
     text-align: center;
	 margin-left: -340px;
	 margin-top: 10px;
	 border: 1px solid 666666;
}