body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px
}
        
body, td, p, th, b, i, textarea, input, select {
	color: #002675;
	font-size: x-small;
	font-family: Arial;
}

/*Links*/
a:link, .link {
	color: #003399;
	text-decoration: underline;
	font-family: arial;
}

a:visited {
/*, a.grau:visited*/
	color: #22296C;
	text-decoration: underline;
	font-family: arial
}

a:active, a.grau:active, a:hover, a.grau:hover {
	color: #FF0000;
	font-family: arial;
	text-decoration: underline;
}

a.hell:link, a.hell:visited {
	color: #E0FAFF;
	text-decoration: underline;
}

a.hell:active, a.hell:hover {
	color: #FF0000;
	text-decoration: underline;
}



/*Texte*/

h1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: 600;
	text-align: left;
}

h2 {
	font-size: 10pt;
}
        
small, .klein {
	font-size: 8pt;
}

.mini {
	font-size: 6pt;
}

big, .gross {
	font-size: 12pt;
        }
        
.grau, a.grau:visited, a.grau:link {
	color: #B4B4B4;
}

/*Formulare*/
input, select {
	font-size: 9pt;
}
        

input.form_input_pflichtfeld {
	background-color: #FFDBD0;
	width: 350px;
}
	
textarea.formular, select.formular, input.formular {
	width: 350px;
}


textarea.formular_klein, select.formular_klein, input.formular_klein {
	width: 210px;
}

textarea.formular_gross {
	width: 420px;
}

input.feld_unkenntlich {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 350px;
}

.bg_farbe_hell {
	background-color: #FBFCE8;
}

.bg_farbe_mittel {
	background-color: #FCF8DD;
}

.bg_farbe_dunkel {
	background-color: #F7EDB2;
}

.bg_farbe_wichtig {
	background-color: #FFDBD0;
}

.nav_kategorie {
	background-color: #003399;
	color: #E0FAFF;
	font-weight: 600;
	padding:5;
}
