* {
  font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

#canvas {
	margin: auto;
	width: 1000px;
	height: 601px;
	margin-top: 50px;
	vertical-align: bottom;
	background-image: url(Background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: visible;
}

#header a {
	color: #9b112a;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#header ul {
	float: left;
	vertical-align: top;
	margin-top: -3px;
}

#header ul li {
	list-style-type: none;
	display: inline;
}

#header ul li ul {
	display: none;
	position: absolute;
	background-color: white;
	width: 200px;
	z-index: 999;
}

#header ul li ul li {
	list-style-type: none;
	display: block;
	text-transform: uppercase;
	line-height: 1.4em;
	border-bottom: 1px solid #9b112a;
	padding: 5px;
}

#header ul li ul li span a {
	display: block;
}

#header ul li ul li span a:hover {
	color: #9b112a !important;
	background-color: white !important;
	font-style: italic;
}

.block {
	float: right;
}

#main {
	width: 1020px;
	height: 586px;
	margin-top: -3px;
	display: block;
	vertical-align: bottom;
	overflow: auto;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#content {
	width: 335px;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 75px;
	float: left;
}

#content h1, #content .post-title a, #content .post-short a, #content a {
	color: #a8a7a7;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}

#content .post-title span {
  font-size: 11px;
  font-weight: normal;
}

#content .post-short {
  text-align:left !important;
  padding-bottom: 30px;
}

#content h1 {
	text-transform: uppercase;
}

#content p, #content td, #content div{
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}

#content img {
  margin: 10px;
  margin-top: 0px;
  border: 0;
}

#sub_nav {
  position: absolute;
	width: 122px;
	height: 586px;
	font-size: 14px;
	margin-left: 490px;
}

#sub_nav ul {
	vertical-align: middle;
	background-image: url(zettel.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 10px;
	z-index: 998;
}

#sub_nav ul li {
	display: block;
	list-style-type: none;
	text-align: center;
}

#sub_nav ul li div {
	height: 115px;
	width: 100px;
/*	display: table-cell; */
	display: none;
	vertical-align: middle;
	font-weight: bold;
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
}

#sub_nav ul li div a {
	display: block;
	text-transform: uppercase;
	color: #ccc;	
}

#sub_nav ul li div a:hover {
	color: #fff;	
}

#sub_nav ul li div a.menu_current {
	color: #fff;	
}

.alternate_1 div {
	padding-left: 20px;
}

.alternate_3 div {
	padding-left: 17px;
}

.alternate_4 div {
	padding-left: 18px;
}

.shown {
	display: block !important;
}

.hidden {
	display: none !important;
}

#stopper {
	position: absolute;
	top: 520px;
	display: block;
	width: 179px;
	height: 94px;
	background-image: url(Stopper-CD.png);
	background-repeat: no-repeat;
}
