/* GENERAL FORMATTING */

body,table,tr,td,br,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
}

textarea,input,select {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none
}

/* LINK FORMATTING */

a:link { color:#B4000B; ; text-decoration: underline}
a:visited { color:#333333; ; text-decoration: underline}
a:active { color:#B4000B; ; text-decoration: underline}
a:hover {  color: #B4000B; text-decoration: underline}

a:link.neutral { color:#000000; ; text-decoration: none}
a:visited.neutral { color:#333333; ; text-decoration: none}
a:active.neutral { color:#B4000B; ; text-decoration: none}
a:hover.neutral {  color:#B4000B; text-decoration: none}

a:link.navigation { color:#000000; text-decoration: none}
a:visited.navigation { color:#000000; text-decoration: none}
a:active.navigation { color:#000000; text-decoration: none}
a:hover.navigation {  color:#B4000B; text-decoration: none}

/* HTML ELEMENTS (hr, li, ul, ...) FORMATTING */

ul {  list-style-image: url(grafik/ul.gif); list-style-type: square}
ul * ul {  list-style-image: url(grafik/ul_02.gif); list-style-type: square}

hr {
	color:#999999;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	height:1px;
}

/* TEXT FORMATTING */

/*	OPTIONS:

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: __px;
	color:#______;
	background-color:#______;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
	line-height:__px;
*/

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#B4000B;
	text-decoration:none;
}

.headerkl {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color:#B4000B;
 	text-decoration:none;
}

.lead {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color:#333333;
 	text-decoration:none;
}

.footer {
	font-family: Verdana;
	font-size:12px;
}
.navigation {
	font-family: Verdana;
	font-size:12px;
}

h1 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 22px;
 	font-weight: bolder;
 	color:#333333;
 	text-decoration:none;
}

.img {
	border:1px solid #B4000B;
}
