* {
	font-family: 'Arial';
	font-size: 14px;
}

body {
	min-width: 1260px;
	min-height: 1024px;
	margin: 0px;
	position: relative;
	background-color: #000000;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
	font-variant: small-caps;
}

a {
	color: #673502;
}

	a img {
		border: none;
	}

audio {
	width: 400px;
	height: 40px;
}

.background {
	position: static;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

	.background .top-left {
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url("../grafics/background_top-left.png");
		background-repeat: no-repeat;
		background-position: top left;
	}

	.background .bottom-right {
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url("../grafics/background_bottom-right.png");
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	.background .bottom-left {
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url("../grafics/background_bottom-left.png");
		background-repeat: no-repeat;
		background-position: bottom left;
	}

.content_box {
	border: 1px solid gray;
	padding: 8px;
	z-index: 2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	top: 0px;
	min-height: 50px;
	left: 0px;
	right: 0px;
	position: relative;
	color: black;
	background-image: url("../grafics/silver_80.png");
}

.categorytable td {
	height: 80px;
}

.categorytable td:first-child {
	text-align: center;
  width: 80px;
}

.newsentry {
	margin-left: 10px;
}

	.newsentry h4 {
		border-bottom: 1px solid #fb7d00;
		margin-bottom: 8px;
	}

	.newsentry > div {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    background-color: silver;
    border: 1px solid black;
    margin: 4px 0;
    padding: 8px;
	}

	.newsentry span {
		font-size: 12px;
		font-style: italic;
	}

.main {
	position: relative;
	left: 200px;
	width: 980px;
	margin-top: 18px;
	background: none;
}

.main_wrap {
	left: 50%;
	margin-left: -590px;
	width: 1180px;
	position: absolute;
}

.navi {
	background-color: #000000;
	height: 110px;
}

	.navi a img {
		border: none;
	}

	.navi a {
		text-decoration: none;
	}

	.navi a:active {
		outline: none;
	}

	.navi a:focus {
		outline-color: gray;
	}

	.navi .logo {
		position: absolute;
		left: 35px;
		top: 0px;
		height: 101px;
		width: 439px;
		background-image: url("../grafics/menu_logo.png");
		background-repeat: no-repeat;
	}

	.navi .middle {
		position: absolute;
		left: 474px;
		right: 56px;
		top: 0px;
		height: 101px;
		background-image: url("../grafics/menu_bg.png");
		background-repeat: repeat-x;
	}

	.navi .right {
		position: absolute;
		right: 35px;
		top: 0px;
		height: 101px;
		width: 21px;
		background-image: url("../grafics/menu_right.png");
		background-repeat: no-repeat;
	}

	.navi .layer {
		position: absolute;
		left: 476px;
		right: 70px;
		top: 0px;
		height: 101px;
		background-color: tansparent;
	}

		.navi .layer .menu {
			width: 732px;
			height: 101px;
			background-color: tansparent;
			margin: 0 auto;
			position: relative;
			border-left: 1px solid #000000;
		}

			.navi .layer .menu .item {
				width: 121px;
				height: 101px;
				float: left;
				position: relative;
				text-align: center;
				border-right: 1px solid #000000;
				cursor: pointer;
			}

				.navi .layer .menu .item img {
					position: absolute;
					opacity: 0;
				}

				.navi .layer .menu .item .over {
					left: -4px;
				}

				.navi .layer .menu .item .sel {
					display: none;
					left: -6px;
				}

				.navi .layer .menu .item .icon {
					opacity: 0.8;
					left: 36px;
					top: 12px;
				}

				.navi .layer .menu .item span {
					position: relative;
					font-variant: small-caps;
					font-family: 'Verdana';
					font-size: 16px;
					color: #ffd42b;
					top: 70px;
					z-index: 1;
				}

				.navi .layer .menu .item .helper {
					position: absolute;
					background-color: transparent;
					width: 100%;
					height: 100%;
					top: 0px;
					z-index: 2;
				}

.navi2 {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 190px;
	min-height: 100px;
	margin-top: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid gray;
	padding: 8px 0px;
	z-index: 1;
	background-image: url("../grafics/silver_80.png");
}

	.navi2 .item {
		position: relative;
		padding: 5px;
		border: 1px solid black;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 1px;
		color: rgb(255, 212, 43);
		background-image: url("../grafics/menu_bg.png");
		background-position: center 36px;
	}

	.navi2 img {
		border: none;
	}

	.navi2 span {
		position: relative;
		font-variant: small-caps;
		z-index: 1;
	}

	.navi2 > a {
		text-decoration: none;
	}

	.navi2 .over {
		position: absolute;
		opacity: 0;
		top: -5px;
		left: -5px;
	}

	.navi2 .sel {
		position: absolute;
		top: -7px;
		left: -7px;
		display: none;
	}

.footer {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 20px;
}

	.footer a {
		text-decoration: none;
	}

	.footer img {
		padding: 5px;
	}