/* DATEI: gendb.css */

div.logo-big {
	position: absolute;
	top: 100px; left: 100px;
}

div.login {
	position: absolute;
	top: 320px; left: 200px;
	color: #f4f3e8;
	font-weight: bold;
}

input.login {
	width: 125px;
}

div.note {
	position: absolute;
	top: 155px; left: 400px;
	font-size: 7pt;
	color: #fff000;
}

div.nologin {
	position: absolute;
	top: 420px; left: 190px;
	color: #ff0000;
}

div.links {
	position: absolute;
	top: 358px; left: 420px;
	font-size: 9pt;
}

div.links2 {
	position: absolute;
	top: 405px; left: 200px;
	font-size: 9pt;
}

div.requirements {
	position: absolute;
	top: 430px; left: 190px;
	font-size: 10pt;
}

a.login {
	color: #ababfc;
	text-decoration: none;
}

a.login:hover {
	color: #ababfc;
	text-decoration: underline;
}

a.logintop {
	color: black;
	font-size: 9pt;
	text-decoration: none;
}

a.logintop:hover {
	color: black;
	font-size: 9pt;
	text-decoration: underline;
}


a:link {color: #000000}

a:active {color: #000000; background-color: #EEEEFF}

a:visited {color: #006699}

a:hover {color: #CC9900; background-color: #EFEFFF}

/* body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #DDDDFF} */

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #C6DBEF}


th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #DDDDDD}

td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}

highlight1 {background-color: #D6E3F7}
highlight2 {background-color: #BED7E9}

tr.highlight1 {background-color: #D6E3F7}
tr.highlight2 {background-color: #BED7E9}

td.highlight1 {background-color: #D6E3F7}
td.highlight2 {background-color: #BED7E9}

.nicetable { border-spacing:1px; background-color: #AAAAAA; }
td.nicetable { background-color: #BED7E9 }
tr.nicetable { background-color: #BED7E9 }

li {color: #000000; list-style-type: square}
ul {color: #000000; list-style-type: square}

ol {color: #339966}

.error { font-weight:bold; color: #FF0000}

/* .mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #666699} */

.mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #437AA6}

a.mytext:link {color: #333333; text-decoration: none; background-color: #EEEEFF}

a.mytext:visited {color: #666666; text-decoration: none}

a.mytext:active {color: #333333; text-decoration: none; background-color: #EEEEFF}

a.mytext:hover {color: #999933; text-decoration: none; background-color: #EEEEFF}


th.cgi_bar {
	background-color: #D6E3F7;
}

td.cgi_bar {
	background-color: #D6E3F7;
}


html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
