html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body    { background-color: #fce1b7 }

body, td {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
}

td.gray {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	color: gray;
}

li {
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	color: gray;
}

/* Kontakt-Textfelder */
.kontakt {
	font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	color: gray;
	border: 1px solid gray;
	background-color: white;
}

.menuitem {
    padding-right: 25px;
    height: 24px;
    width: 205px;
    background-image: url(media/site/menuitem.gif);
    background-repeat: repeat-x;
    cursor: pointer;
}

a {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}

a:link, a:visited {
	color: white;
}

a:hover, a:active {
	color: #FFA000;
	text-decoration: underline;
}

.kontaktlink {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: underline;
}

.vipmenulink {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: underline;
}

.vipmenulink:link,
.vipmenulink:visited,
.kontaktlink:link,
.kontaktlink:visited {
    color: #808080;
}

.vipmenulink:hover,
.vipmenulink:active,
.kontaktlink:hover,
.kontaktlink:active {
    color: #FFA000;
}

.menulink, .menulinkactive {
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}

.menulink:link, .menulink:visited, .menulink:hover, .menulink:active {
    color: #808080;
    text-decoration: none;
}

.menulinkactive:link, .menulinkactive:visited, .menulinkactive:hover, .menulinkactive:active {
    color: white;
    text-decoration: none;
}

.graylink:link, .graylink:visited {
	color: gray;
	font-size: 13px;
	text-decoration: underline;
}

.graylink:hover, .graylink:active {
	color: #FFA000;
	font-size: 13px;
	text-decoration: underline;
}

/* Styles fuer 3D & Animationen */
.thumbnail {
	border: 1px solid white;
	margin: 3px;
}

.thumbnail:hover {
	border: 1px solid #FFA000;
}


.countercell {
	border: 1px solid white;
	border-bottom: none;
	background-color: #2F3F61;
	color: white;
	width: 30px;
	height: 18px;
	font-weight: normal;
}

.imagecell {
	border: 1px solid white;
	background-color: #2F3F61;
	color: white;
	padding: 0px;
	width: 136px;
	height: 108px;
}

.desccell {
	border: 1px solid white;
	border-top: none;
	background-color: #5B6B82;
	color: white;
	width: auto;
	height: 18px;
	padding-left: 3px;
}

.descedit {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	border: none;
	background-color: #5B6B82;
	color: white;
	width: 130px;
}