/* CSS-Formular-Formatierungen
   --------------------------- */

body {
	background: #FFFFFF;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        color: #666666;
        line-height: 17px;
	}

table, tr, td {
	background: #FFF;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        color: #666666;
        line-height: 17px;
	}

.seite table, tr, td {
	background: #EEE;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        color: #666666;
        line-height: 17px;
	}

.mailer table, tr, td, fieldset {
	background: #FFFFFF;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        color: #666666;
        line-height: 17px;
	}

.mailer legend {
	background: #EEEFFF;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        line-height: 17px;
	}

.infothek table, tr, td, fieldset {
	background: #FFFFFF;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        color: #666666;
        line-height: 17px;
	}

.infothek legend {
	background: #FFFFFF;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        line-height: 17px;
	}

#table.aussen, tr.aussen, td.aussen, form.aussen {
	background-color: #3250C8;
	font-family: arial, verdana, sans-serif;
        font-size: 12px;
	}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
        color: #666666;
        text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: 2px solid #BBBBBB;
	}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
        color: #666666;
        text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom: 2px solid #BBBBBB;
	}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
        color: #666666;
        text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid #BBBBBB;
	}

h4 {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
        color: #666666;
        text-align: left;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid #BBBBBB;
	}

hr {
	margin-top: 17px;
	border: none;
	border-top: 1px solid #CCCCCC;
	height: 1px;
        width: 775px;
	}

a:link, a:visited, a:active {
	color: #3250C8;
	background: transparent;
	text-decoration: none;	
}

a:hover {
	color: #0099FF;
	background: transparent;
        text-decoration: underline;
	}

/* EoF */