.menu {
	background: #0F8880;
	cellspacing: 0;
	height:	30px;
	width:	100%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}

.menu tr {
	text-decoration: none
}

.menu td {
	text-decoration: none
}

.menu td:hover {
	background: #25D0C0;
}

.menu a {
	color: yellow
}

.menu a:active {
	color: yellow;
	text-decoration: none
}

.menu a:link {
	color: yellow;
	text-decoration: none
}

.menu a:visited {
	color: yellow;
	text-decoration: none
}

.menu a:hover {
	background: #25D0C0;
	text-decoration: none
}

.submenu {
	background: #05B0A0;
	cellspacing: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0;
	position: absolute;
	text-align: left;
	text-decoration: none;
	visibility: hidden;
	width: 100px
}

.submenu tr {
	text-align: left
}

.submenu td {
	text-decoration: none
}

.submenu a:active {
	text-decoration: none
}

.submenu a:visited {
	text-decoration: none
}

.submenu a:link {
	text-decoration: none
}

.submenu a:hover {
	text-decoration: none;
	background: #25D0C0
}

body {
	color: #251200;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

a:link {
	color: #0d0d0d;
	text-decoration: underline
}

a:visited {
	color: #0d0d0d;
	text-decoration: underline
}

a:hover {
	color: #222;
	text-decoration: underline
}

.main {
        font-size: 14px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        text-align: justify;
        margin-right: 24px;
        margin-left: 24px;
        padding: 0px 0px 5px;
}

.smalltext {
	font-size: 10px
}

.footer {
	text-align: center;
	color: #242424;
	font-size: 11px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.title {
        color: #af5021;
        font-size: 30px;
        text-align: center;
        padding-bottom: 10px
}

.subtitle {
        color: #8e5433;
        font-size: 19px;
        text-align: center;
        padding: 10px
}

.simpleinfobox {
        color: #1e0e41;
        font-size: 12px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        background-color:#f1ece3;
        text-align: left;
        margin: 10px;
        padding: 5px;
        border: line 1px #ba9a7b
}

.infobox {
        color: #1e0e41;
        font-size: 14px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        background-color: #f1ece3;
        text-align: left;
        margin: 10px;
        padding: 5px;
        border: dotted 1px #ba9a7b
}

.infotext {
        color: #1e0e41;
        font-size: 12px
}

.infotitle {
	color: #460101;
	font-size: 14px;
	text-align: center
}

.infotitle2 {
	color: #460101;
	font-size: 18px;
	text-align: left
}

.infosubtitle {
	color: #301e13;
	border-bottom: 1px dotted #301e13
}

.infoinfo {
	padding: 9px
}

.list {
	text-align: left;
	text-indent: -9px;
	margin-left: 9px
}

