@charset "utf-8";

/* Common */
body{
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
/*	background-image: url(img/mainbg.png);
*/
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table{
	font-size:10pt;
}

img{
	border: 0px;
}

span.title{
	font-size: 13pt;
	font-weight: bold;
	color: #00C;
	letter-spacing: 1px;
}

span.intro{
	font-size: 8pt;
	color: #555;
	line-height: 14px;
}

span.about{
	font-size: 7pt;
	color: #AAB;
	font-style: italic;
	line-height: 22px;
}

/* Layers */

.logo{
	position:fixed;
	left:0px;
	top:0px;
	width:114px;
	height:64px;
	margin: 2px 9px 2px 9px;
	float:left;
}
.logostr{
	position:absolute;
	left:190px;
	top:0px;
	margin: 2px 9px 2px 9px;
	float:left;
}
.kozepe{
	position:absolute;
	left:200px;
	top:100px;
	padding:0px 0px 150px 0px;
}
.alja{
	position:absolute;
	left:800px;
	top:500px;
	padding:0px 0px 150px 0px;
}
.menu{
	position:fixed;
	left:0px;
	top:150px;
	width:130px;
}

/* Menu links */
.menu a:link,.menu a:active,.menu a:visited{
	font-weight:normal;
	display:block;
	color:#000;
	font-size:10px;
	padding-left:12px;
	padding-bottom:3px;
	padding-top:3px;
}
.menu a:hover{
	color:	#808080;
	cursor:pointer;
	background-image:url(img/n.gif);
	background-repeat:no-repeat;
	font-style:normal;
	text-decoration:none;
}

/* Links */
a:link, a:visited, a:active{
	color: #0000cd; /*6495ed;*/
	text-decoration: none;
}
a:hover{
	color: #6495ed;
	text-decoration:none;
}

input.button_mod {
    background-image: url(img/b_edit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    vertical-align: middle; /* align the text vertically centered */
}

/* Tables */

td{
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
}

.itable{
	background-color: #C0C0C0;
	text-align: center;
}

.itable tr:hover{
	background-color: #ffff99;
}

.btable{
	background-color: #C0C0C0;
	text-align: center;
}

.btable td:hover{
	background-color: #ffff99;
}

.header1
	{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 5px;
	line-height: 20px;
	}
.header1a
	{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 2px;
	line-height: 20px;
	}
.header1b
	{
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/tablebg.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 7pt;
	letter-spacing: 1px;
	line-height: 12px;
	}
.header2
	{
	background-color: #F5F5F5;
	font-size: 8pt;
	}
.t100
	{
	width: 100px;
	}
.null
	{
	color: #D6D6D6;
	}
.grey
	{
	color: #CCC;
	}
.infbox
	{
	cursor: help;
	}
.zeile1
	{
	background-color: #ffffff;
	}
.zeile2
	{
	background-color: #f8f8ff;
	}
.small
	{
	font-size: 7pt;
	}
.footer
	{
	background-color: #F5F5F5;
	}
.red
	{
	color: red;
	}
.green
	{
	color: green;
	}

	/* Forms */
form {
	margin: 0px;
}

.ibox
	{
	margin: 0px;
	border: 1px #808080 dashed;
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 19px;
	}
.submit
	{
	margin: 2px 2px 2px 2px;
	border: 2px #777 outset;
	background-color: #333;
	color: #f8f8ff;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 1px;
	}
.f250
	{
	width: 250px;
	}
.f200
	{
	width: 200px;
	}
.f80
	{
	width: 80px;
	}
.f50
	{
	width: 50px;
	}
.f100
	{
	width: 100px;
	}
.f150
	{
	width: 150px;
	}
.f30
	{
	width: 30px;
	}
.f25
	{
	width: 25px;
	}
.formular
	{
	position:absolute;
	left:60px;
	top:40px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-style:outset;
	border-color:#777;
	}
.formular2
	{
	position:absolute;
	left:400px;
	top:60px;
	}
.fieldLabel
	{
	font-weight: bold;
	}
.fieldValue
	{
	color: #333;
	font-size: 8pt;
	}
input.radio
	{
	width: 17px;
	height:17px;
	}
input.checkbox
	{
	width: 15px;
	height:15px;
	}

