/* CSS Document */
html
{
	overflow-x: auto;
	overflow-y: auto;
}
body {
	background-color: #b5b5b5;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/hint.jpg);
	background-repeat:repeat-x;
}

body, td, th, div {
	font-family: Arial,"Trebuchet MS", Helvetica,  sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
img {border-width:0px;}

h1, h2 , h3, h4, h5, h6{
	color:#085aa5;
	padding-top: 0px;
	padding-bottom: 0.15em;
	border-bottom-color: #ff3207;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top: 0px;
	border-top: 0px;
}

.Caption {
	font-size:16px;
	font-weight:bold;
}

.logo {
	position: absolute;
	left: 0px;
	padding-top:20px;
	padding-left:8px;
}
#element {
	background-image:url(../images/element.gif);
	background-repeat:no-repeat;
	width:640px;
	height:90px;
	/*float:right;*/
	position: absolute;
	right: 0px;
	
}

#element div {
	padding-left:50px;
	font-weight:bold;
	font-style:italic;
	font-size:25px;
	text-align:center;
	margin-top:30px;
	margin-left:100px;
}

.uebersicht{
	background-color:#e2eaf4;
	background-image: url(../images/hint-tabelle.jpg);
	background-repeat:repeat-x;
	border:#568dc2 solid 1px;
	border-collapse:collapse;
}


.COMMANDBUTTON 
{
	height: 18px;
	width: 68px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	list-style-type: none;
	background-image: url(../images/command.gif);
	background-repeat: no-repeat;
}

.COMMANDBUTTON a {
	display: block;
	width: 100%;
	height: 18px;
	text-decoration: none;
	color: #FFFFFF;
}

.COMMANDBUTTON a:link {
    color: #FFFFFF;
	background-image: url(../images/command.gif);
	background-position: 0px 0px;
}

.COMMANDBUTTON a:visited {
    color: white;
	background-image: url(../images/command.gif);
	background-position: 0px 0px;
}
.COMMANDBUTTON a:hover {
    font-weight: bold;
    color: #FFFFFF;
	background-image: url(../images/command.gif);
	background-position: 0px -18px;
}

.COMMANDBUTTON a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/command.gif);
	background-position: 0px -18px;
}

form {	border:0px;
	margin:0px;
	padding:0px;
}


div
{
	padding:0px;
	margin:0px;
}

.mwqlogo
{
	position: absolute;
	bottom: 15px;
	right: 15px;
}