body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
}
H1 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 14px;
	color : #7a1711;
}
H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 13px;
	color : #7a1711;
}
H3 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 12px;
	color : #7a1711;
}
H4 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 11px;
	color : #7a1711;
}
H5 {
	font-family: Verdana, Arial, Helvetica;
	font-size : 16px;
	color : #7a1711;
}
.header {
	font-family : Verdana, Arial;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	border-left-style: solid;
	border-left-color: cfcfcf;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
}

/* Logo */
.logo {
	border-left-style: solid;
	border-left-color: cfcfcf;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: cfcfcf;
	border-right-width: 1px;
}

/* Navigation Header */
.navH {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
	border-right-style: solid;
	border-right-color: cfcfcf;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
	padding: 0px 5px 0px 10px;
}
.navH a {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : none;
}
.navH a:active {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : none;
}
.navH a:visited {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : none;
}
.navH a:hover {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}
/* Hauptinhalt */
.contentMain {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
	padding: 15px 10px 10px 10px;
	border-right-style: solid;
	border-right-color: cfcfcf;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
}
.contentMain a:link {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : none;
}
.contentMain a:visited {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}
.contentMain a:hover {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}
.contentMain a:active {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}

/* Fusszeile */
.footer {
	font-size : 9px;
	font : 9px Verdana, Arial;
	color : #cfcfcf;
	padding: 0px 10px 0px 10px;
	border-right-style: solid;
	border-right-color: cfcfcf;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
}
.footer a, a:visited, a:active {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #7a1711;
	text-decoration : none;
}
.footer a:hover {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #000000;
	text-decoration : underline;
}

/* Fusszeile Links */
.footerL {
	font-size : 9px;
	font : 9px Verdana, Arial;
	color : #cfcfcf;
	padding: 2px 10px 2px 10px;
	border-left-style: solid;
	border-left-color: cfcfcf;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: cfcfcf;
	border-right-width: 1px;
}
.footerL a:link {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #7a1711;
	text-decoration : none;
}
.footerL a:hover {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #000000;
	text-decoration : underline;
}
.footerL a:active {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #7a1711;
	text-decoration : none;
}
.footerL a:visited {
	font-family : Verdana, Arial;
	font-size : 9px;
	color : #7a1711;
	text-decoration : none;
}

/* ToolTip */
.tooltiptitle{COLOR: #FFFFFF; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-weight: bold; font-size: 8pt}
.tooltipcontent{COLOR: #000000; TEXT-DECORATION: none; CURSOR: Default; font-family: arial; font-size: 8pt}

#ToolTip{position:absolute; width: 100px; top: 0px; left: 0px; z-index:4; visibility:hidden;
}
/* Formulare */
/*input {
	font-size:8pt;
	font-color:#000000;
	background-color:#edf1f1;
	border-left-style: solid;
	border-left-color: cfcfcf;
	border-left-width: 1px;
	border-right: none;
	border-top: none;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
} */
/* Fehlermeldung */
.txtsmallred {
	font-size : 10px;
	color : #ff0000;
}
/* Webdesign Block */
.ContentForm {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}
/* navL */
.navL {
	padding: 15px 10px 10px 10px;
	font-size: 12px;
	border-left-style: solid;
	border-left-color: cfcfcf;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cfcfcf;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: cfcfcf;
	border-right-width: 1px;
	background-color: #efefef;
}
.navL a:link {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : none;
}
.navL a:visited {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #000000;
	text-decoration : none;
}
.navL a:hover {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : underline;
}
.navL a:active {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #7a1711;
	text-decoration : none;
	font-weight: bold;

}

/* List */
ul 
{
list-style-image:  url(_img/k-list.gif)}
