body {
	margin: 0;
	padding: 0;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #474747;
	font-size: 11px;
	font-family: verdana;
}

a, a:visited, a:link {
	color: #559955;
	text-decoration: none;
}

a:hover {
	color: #77BB77;
	text-decoration: underline;
}

a.red, a:visited.red, a:link.red {
	color: #995555;
	text-decoration: none;
}

a:hover.red {
	color: #BB7777;
	text-decoration: underline;
}

#wrapper {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul#nav {
	margin: 0;
	margin-top: -2px;
	padding: 0;
	list-style: none;
}

ul#nav li {
	float:left;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

div.content {
	float:left;
	width: 915px;
	margin:0;
	padding:5px;
	padding-left: 15px;
	background-image: url('images/content_bg.jpg');
}

div.left {
	float:left;
	width: 255px;
}

div.bottom {
	clear:left;
	padding: 5px;
	height: 40px;
	width: 923px;
	background-image: url('images/bottom.png');
	background-color: #395712;
	border: 1px solid #ffffff;
	color: #ffffff;
}

div.right {
	float:left;
	width: 650px;
}

.login {
	width: 236px;
	padding: 5px;
	background-image: url('images/login_content.jpg');
	color: #C3C3C3;
}

.left .text {
	width: 236px;
	padding: 5px;
	background-image: url('images/login_content.jpg');
	color: #000000;
}

.left .latest {
	background-image: url('images/login_content.jpg');
	width: 238px;
	padding-left: 8px;
	padding-top: 4px;
}

.right .text {
	width: 647px;
	padding: 5px;
	background-image: url('images/login_content.jpg');
	color: #000000;
}

.crumb {
	float:left;
	width: 600px;
	height: 23px;
	padding-top: 11px;
	background-image: url('images/crumb.jpg');
	color: #000000;
}

.login input {
	background-image: url('images/input.jpg');
	background-repeat: repeat-y;
	border: 0px;
	height: 12px;
	width: 140px;
	color: #ffffff;
	padding: 8px;
	margin-top: 5px;
	font-family: verdana;
	font-size: 10px;
}

div.sponsors {
	float:left;
	background-image: url('images/sponsors.gif');
	width:  659px;
	height: 105px;
}

.mcontent h1 {
	display:block;
	background-image: url('images/news_head.jpg');
	width: 646px;
	height: 36px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-size: 13px;
}
.mcontent h2 {
	display:block;
	font-size: 13px;
	border-bottom: 2px solid #339955;
	color: #003300;
}
.mcontent .ctext {
	display:block;
	margin-top: 0px;
	background-image: url('images/news_bg.jpg');
	width:631px;
	padding: 15px;
	padding-top: 2px;
}

.zitat {
	display:block;
	width: 98%;
	background-color: #F9F9F9;
	border: 1px dotted #333333;
	padding: 3px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #00DD00;
  padding: 4px 10px;
  z-index: 100;
}

.quote {
	padding: 3px;
	border: 1px solid #dddddd;
	background-color: #efefef;
}
