body {
	background-color: #FFCD99;
}

table {
	border-collapse: collapse;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

table.menu td, th, h1, h2, h3, h4 {
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table td.menu {
	background-color: #FF6C39;
}

td {
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.small td {
    font-size: 7pt;
    color: gray;
}

table.top img {
	vertical-align: top;
}

table td.menu a:link {
	color: #8E1C00;
	text-decoration: none;
}

table td.menu a:visited {
	color: #8E1C00;
	text-decoration: none;
}

table td.menu a:hover {
	color: #8E1C00;
	text-decoration: underline;
}

table td.topcontent a:link {
	color: #8E1C00;
	text-decoration: none;
}

table td.topcontent a:visited {
	color: #8E1C00;
	text-decoration: none;
}

table td.topcontent a:hover {
	color: #8E1C00;
	text-decoration: underline;
}

table .icon {
	vertical-align: middle;
}


td.content {
	padding: 10px;
}

input.loginMaske {
	border: 1px solid #8E1C00;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100px;
}

form {
	margin: 0px;
	padding: 0px;
}

div.system { 
	font-family: Verdana; 
	font-size: 9pt; 
	background-color: silver;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid gray;
}


table.liste {
    border: 1px solid black;
}

table.liste td {
    border-bottom: 1px solid black;
}

table.liste td.newMessage {
    font-weight: bold;
}

table.liste td.oldMessage {
}

table.liste tr.evenrow td {
	background-color: #EEBC88;
}

table.liste tr.oddrow td {
}

table.liste tr.head td {
	background-color: #FF6C39;
}

table.profil tr.foot td {
    border-top: 1px solid black;
}

td.borderRight {
    border-right: 1px dotted silver;
}

table.statistiken {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #F8C592;
}

table.profileActions td.btn {
    width: 70px;
    background-color: silver;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

table.profileActions td.btnInactive {
    width: 70px;
    background-color: silver;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: gray;
}

hr.gray {
    height: 1px;
    border-top:1px solid gray;
    border-bottom-style: none;
}

table.breadcrumb {
    width: 100%;
    border-bottom: 1px dotted silver;
}

table.breadcrumb td {
    color: gray;
	font-size: 7pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.breadcrumb td a:link, table.breadcrumb td a:visited, table.breadcrumb td a:hover {
    color: blue;
}

select, option, input, textarea {
    font-size: 9pt;
    color: darkblue;
}

table.error tr {
    border: 1px solid black;
}

table.error tr.evenrow td {
    background-color: #EEBC88;
}

table.error tr.oddrow td {
}

table.editForm {
    width: 100%;
}

table.editForm td {
	border: 1px solid #DDAB77;
}

table.editForm tr.head td {
	background-color: #FF6C39;
}

table.editForm tr td.label {
	background-color: #EEBC88;
	text-align: right;
	width: 125px;
}

table.editForm tr td.desc {
	background-color: #EEBC88;
	text-align: left;
	width: 175px;
	font-size: 7pt;
}

td.samstag {
    background-color: #EEBC88;
}

td.sonntag {
    background-color: #DDAB77;
}

td.kalenderwoche {
    background-color: #F5C595;
}

select.selectedValue {
    background: silver;
    color: black;
}

input.shoutText {
    background: #FFCD99;
    font-size: 7pt;
    border: 1px solid #8E1C00;
}

td.forumImage {
    background: #EEBC88;
    border-right: 1px solid black;
}

td.forumPost {
    border-left: 1px solid black;
    padding: 5px;
}

table.noBorders td {
    border-width: 0px;
    border-style: none;
}

div.gray {
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:gray;
}

table.forumNav {
	margin:2px; 
	padding: 2px;
	border-collapse: collapse;
}

table.forumNav td.bg {
	border: 1px solid black;
	width: 30px;
	text-align: center;
	font-size: 12px;
}

table.forumNav td.noLabel {
	border: 0px none transparent;
}

h1.styleSub {
	display: none;
}