﻿BODY, html {
	background-color: #504533;
	text-align: center;
	margin: 0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a.nahled {
	position: relative;
	z-index: 10;
	display: block;
	color: #000
}
a.nahled span {
	display: none;
}
a.nahled:hover {
	font-size: 100%;
}
a.nahled:hover span {
	width: 320px;
	display: block;
	position: absolute;
	top: -150px;
	left: 140px;
	text-decoration: none;
	z-index: 11;
	font-size: 90%;
	border: 3px solid #e59843;
}
a.nahled:hover span img {
	border: 3px double #e5b93c;
}
a.nahled span.text {
	padding: 10px;
}
a.nahled:hover span.text {
	border: 3px double #e5b93c;
	top: -100px;
	left: 100px;
	background: #f8eaca;
}
a.nahled img {
	display: block;
	position: relative;
	z-index: 10;
	border: 6px solid #cecece;
}
#container {
	width: 800px;
	height: auto;
	margin: auto;
	border: none;
}
#header {
	background-image: url(img/header.jpg);
	height: 190px;
	width: 800px;
	text-align: center;
	margin: 0;
}
#header h1 {
	font-size: 24px;
	color: #ff9900;
	margin: 0;
}
#header h2 {
	color: #ff9900;
	margin: 0;
}
#content {
	background: transparent url(img/contentbg.jpg) repeat-x scroll center top;
	color: #fff9e3;
	padding: 10px;
	text-align: justify;
}
#content hr {
	color: #ffe8b7;
	height: 1px;
	width: auto;
	text-align: center;
}
#content h2 {
	font-size: 20px;
	color: #ff9900;
	margin: 0;
}
#content h3 {
	color: #ff9900;
	margin: 0;
}
#content p {
	font-size: 13px;
}
#content a:hover {
	color: #70a1eb;
	text-decoration: underline;
}
#content a {
	color: #ababab;
	font-weight: bold;
	text-decoration: none;
}
#news {
	background-color: #45290b;
	color: white;
	border: 1px dashed yellow;
	width: 160px;
	padding: 4px;
	clear: right;
	float: right;
	text-align: left;
}
#news .header {
	color: yellow;
	font-weight: bolder;
	font-size: 14px;
	border-bottom: thin dotted white;
}
#news p {
	font-size: 11px;
	margin: 2px 0 2px 0;
}
#news .link {
	text-align: center;
}
#news a {
	color: #ababab;
	text-decoration: none;
}
#news a:hover {
	color: #70a1eb;
}
.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}
#footer {
	border: none;
	clear: both;
	width: 800px;
	height: 20px;
	clear: both;
	text-align: center;
	color: #ff9900;
	background-color: #504533;
	font-size: 10px;
	border-top: 1px solid #a1a1a1;
}
#footer a {
	color: #ababab;
	text-decoration: none;
}
#footer a:hover {
	color: #70a1eb;
	text-decoration: underline;
}
#navigation {
	border-bottom: 1px solid #a1a1a1;
	font-size: 14px;
	font-weight: bold;
	margin-top: -30px;
	padding: 0;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	padding: 5px 0 5px;
	text-align: center;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	background: url(img/tableft.gif) no-repeat left top;
	color: #000;
	text-decoration: none;
	padding: 5px 0;
}
#navigation ul li span {
	background: url(img/tabright.gif) no-repeat right top;
	padding: 5px 7px 5px 3px;
	margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
	text-decoration: none;
	background-position: 100% -150px;
}
#navigation ul li a:hover {
	background-position: 0 -150px;
}
#navigation #current a {
	background-position: 0 -75px;
}
#navigation #current a span {
	background-position: 100% -75px;
}
/*- Internet Explorer...It's Hacktastic!--------------------------- */
/*\*/
/*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/
/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/
