/* CSS Document */

#sidebar, #quicknav, #teaser {
	display:none;
}

body, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:98%;
}

h2 {
	color:#00006F;
	font-size:16px;
}

input, select {
	font-size:12px;
}

/* normale Links */
a, a:active, a:visited {
	font-size:11px;
	text-decoration:none;
	color:#00006F;
}

a:hover {
	font-size:11px;
	text-decoration:underline;
    color:#00006F;
}

/* Haupttabelle */
.mainBox {
        width:640px;
        margin-top:0px; 
		background: #FFFFFF;
}

.mainbox h1 {
        font-size:14px;
		color: #00006F;
        padding:3px;
        margin:0px;
}

/* Bezeichnung der Formularfelder */
.formTitel {
        font-weight:bold;
}

/* Titelspalte der Ergebnistabelle */
.ergebnisTitel {
        font-weight:bold;
}

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


