/* Hauptseite */
.mainstyle {
	color: #402820;
	background-color: #E0D8D0;
	margin: 0;
	}

/* Standardschrift, wenn nichts anderes definiert */
.table_default {
	font-family:"TimesNewRoman";
	font-size: 10pt;
	font-weight: normal;
	text-shadow: none;
	border-collapse:	collapse;
	border-width: 0px;
	border-style: solid;
	}

.table_default A:link {color: #402820;}
.table_default A:visited {color: #402820;}
.table_default A:active {color: #402820;}
.table_default A:hover {color: #402820;}

.image_border {
	border-width: 1px;
	border-style: solid;
	border-top-color: #FE9115;
	border-left-color: #FE9115;
	border-bottom-color: #EE2F12;
	border-right-color: #EE2F12;
	}

.table_menu {
	font-family:"TimesNewRoman";
	font-size: 10pt;
	font-weight: bold;
	border-collapse:	collapse;
	border-width: 0px;
	border-style: solid;
	}

.table_menu A:link {color: #402820;text-decoration: none;}
.table_menu A:visited {color: #402820;text-decoration: none;}
.table_menu A:active {color: #402820;text-decoration: none;}
.table_menu A:hover {color: #402820;text-decoration: none;}

/* Schriften fuer Titel, Untertitel und den Haupttitel */
.title         {font-size: 20pt; font-weight: bold;}
.bold          {font-size: 10pt; font-weight: bold;}

.menustyle {
	color: #402820;
	background-color: #E0D8D0;
	background-image: url("pic_index/background00.gif");
	background-repeat: no-repeat;
	}

.pagebottomstyle {
	color: #402820;
	background-color: #E0D8D0;
	background-image: url("pic_index/background01.gif");
	background-repeat: no-repeat;
	}


