body {
	background: #ffffde;
	font-family: sans-serif;
	color: #800000;
	margin-top: 4;
	}

table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	background: #fff8dc;
	}

form {
	margin: 0px;
}

img.linked {
	border: solid 1px #800000;
}

input {
	}

select {
	border: 0;
	background: #e4e4c4;
	}

textarea {
	background: #ffffff;
	}

td {
	background: #ffffde;
	vertical-align: top;
	font-size: 14px;
	}

td.article_title {
	text-align: left;
	background: #eedabc;
	vertical-align: top;
	border-bottom: solid;
	border-width: 1px;
	border-color: #800000;
	font-size: 12px;
	}

td.barmenu {
	background: #eedabc;
	vertical-align: middle;
	border-top: ridge;
	border-bottom: ridge;
	font-size: 11px;
	}

td.box_content {
	padding-left: 4px; 
	background: #fdf5e6; /* #fdf5e6  */
	vertical-align: top;
	border-bottom: solid;
	border-right: solid;
	border-left: solid;
	border-width: 2px;
	border-color: #8b0000;
	font-size: 11px;
	}

td.box_title {
	text-align: center;
	background: #eedabc;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #800000;
	font-weight: bold;
	font-size: 13px;
	}

td.box_ulined {
	padding-left: 4px; 
	background: #fdf5e6;
	vertical-align: top;
	border-bottom: solid 1px #8b0000;
	border-right: solid 1px #8b0000;
	font-size: 11px;
	}

td.forum_title {
	vertical-align: middle;
	background: #eedabc;
	border-bottom: solid 2px #800000;
	padding: 0px;
	font-size: 11px;
	}

td.formlabel {
	text-align: right;
	padding-right: 8px;
	}

td.pad {
	padding: 3px;
	}

td.small {
	font-size: 9px;
	}

td.list1 {
	background: #ffffde;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

td.list2 {
	background: #e4e4c4;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

div.pager {
	font-size: 10;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #600000;
	}

a:hover {
	background: #600000;
	color: #eedabc;
	}

a.menu {
	text-decoration: none;
	font-weight: bold;
  border: 1px solid #fdf5e6;
	color: #000000;
	}

a.menu:hover {
	background: #600000;
  border: 1px solid #fdf5e6;
	color: #eedabc;
	}

a.simple {
	text-decoration: none;
	font-weight: normal;
	color: #600000;
	}

a.simple:hover {
	background: #600000;
	color: #eedabc;
	}
a.barmenu {
	color: #f0f0c0;
}
a.barmenu:hover {
	color: #a00000;
	background: #f0f0c0;
}

/* Innen a menü-stílus */

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

div.menuBar {
  background-color: #ffffde;
/*  border: 2px outset #e0e0e0; */
  padding: 0px 0px 0px 0px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: #ffffde;
  border: 1px solid #fdf5e6;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #eedabc;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #600000;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  text-align: left;
  background-color: #fdf5e6;
  border: 2px solid #600000;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 2px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #600000;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

