/* CSS Document */
body {
        background-color: #FFCC66;
        color:#410040;
	text-decoration : none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
  	font-family: Arial, Helvetica, sans-serif;		
}
/* Farbe und Schriftart fuer die Links */
A {
	text-decoration : none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:LINK {
        color: #800080;
}
A:VISITED {
        color: #800080;
        /* color: #336699; */
}
A:ACTIVE {
        background-color:transparent;
}
A:HOVER {
        color: #ffffff;
        background : #410040;
}


/* Farbe und Schriftart fuer die Navigations-Links */
.page_nav {
	text-decoration : none;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;

}
.page_nav:LINK {
        color: #DE3939;
}
.page_nav:VISITED {
        color: #DE3939;
        /* color: #336699; */
}
.page_nav:ACTIVE {
        background-color:transparent;
}
.page_nav:HOVER {
        color: #ffffff;
        background : #410040;
}


/* Farbe und Schriftart fuer die subnavigation links */
.sub_nav_not_active {
	text-decoration : none;
	font-size: 13px;

}
.sub_nav_not_active:LINK {
        color: #800080;
}
.sub_nav_not_active:VISITED {
        color: #800080;
        /* color: #336699; */
}
.sub_nav_not_active:ACTIVE {
        background-color:transparent;
}
.sub_nav_not_active:HOVER {
        color: #ffffff;
        background : #410040;
}

.sub_nav_not_active {
	text-decoration : none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800080;



}
.sub_nav_active:LINK {
        color: #DF3D3B;
}
.sub_nav_active:VISITED {
        color: #DF3D3B;
        /* color: #336699; */
}
.sub_nav_active:ACTIVE {
	background-color:transparent;
	color: #DF3D3B;
	font-family: Arial, Helvetica, sans-serif;


}
.sub_nav_active:HOVER {
        color: #DF3D3B;
        background : #410040;
}

/* Farbe und Schriftart fuer die Hauptnavigation links */
.haupt_nav_not_active {
	text-decoration : none;
	font-size: 13px;

}
.haupt_nav_not_active:LINK {
        color: #800080;
}
.haupt_nav_not_active:VISITED {
        color: #800080;
        /* color: #336699; */
}
.haupt_nav_not_active:ACTIVE {
        background-color:transparent;
}
.haupt_nav_not_active:HOVER {
        color: #ffffff;
        background : #410040;
}

.haupt_nav_not_active {
	text-decoration : none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #800080;


}
.haupt_nav_active:LINK {
	color: #DF3D3B;
	font-size: 12px;

}
.haupt_nav_active:VISITED {
	color: #DF3D3B;
	font-size: 12px;

        /* color: #336699; */
}
.haupt_nav_active:ACTIVE {
	background-color:transparent;
	color: #DF3D3B;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;




}
.haupt_nav_active:HOVER {
	color: #DF3D3B;
	background : #410040;
	font-size: 13px;

}

/* Titel */
.titel_gross {
        color:#410040;
		font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
		font-weight: bold;
}

.titel_seite {
        color:#410040;
		font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
		font-weight: normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #410040;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #410040;
}
.simpleborder {
	border: 1px solid #990066;
	border-collapse: collapse;
}
.simplebordertitel {
	border: 1px solid #990066;
	background-color: #FFC959;
	border-collapse: collapse;	
}
