* {
	margin: 0;
	padding: 0;
}

a
{
	color: #336699;
	text-decoration: none;
}

#menu {
	background-image: url(img/headline.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 800px;
	margin: 0px;
}

#navcontainer {
	margin: 0px 0 0 30px;
	padding: 0;
	height: 20px;
	top: 115px;
	position: relative;
	left: 143px;
}

a:hover
{
	text-decoration:underline;
}

.navigation {
	float: left;
	width: 162px;
	background-color: #E9E2C6;
	background-image: url(img/nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.navigation ul {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}

.content {
	float: right;
	width: 628px;
	padding-left: 10px;
}
.content h1 {
	color: #666;
	font-size: 1.1em;
	line-height: 30px;
	padding-left: 12px;
	background-color: #E9E2C6;
	background-image: url(img/contentheadline.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.content ul {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
	padding-left: 12px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #888;
}

body {
	margin: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#SpieleMenuContainer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 124px;
	height: 160px;
	z-index: 200;
	visibility: hidden;
}

#SpieleMenuContent {
	position: relative;
	left: 0px;
	top: 0px;
	width: 124px;
	height: 160px;
	z-index: 201;
}

#button {
	width: 124px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size: 10px;
	background-color: #90bade;
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#button li #active {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

.container {
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	width: 800px;
}

input {
	width: 130px;
	background-color: #FFFFee;
	border: 1px solid #f5d7b4;
	color: #888;
}

.input {
	width: 130px;
	background-color: #FFFFee;
	border: 1px solid #f5d7b4;
	color: #888;
}

select {
	width: 230px;
	background-color: #FFFFee;
	border: 1px solid #f5d7b4;
	color: #888;
}

.input:hover {
	width: 130px;
	background-color: #f5d7b4;
	border: 1px solid #f5d7b4;
	color: #888;
}

.button {
	background: #fff;
	width: 103px;
	height: 18px;
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: 1px solid #f5d7b4;
	padding: 0;
	margin: 0 0 10px 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/ 18px "Lucida Grande", "Lucida Sans Unicode", verdana,
		lucida, sans-serif;
}

.button:hover {
	color: #930;
	background: #f5d7b4;
}

.error {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

#MainMenu 
{
	width:100%;
	height:26px;
	background:url(img/bmid_036.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(img/bright_036.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(img/bleft_036.gif) no-repeat left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888;
	line-height:26px;
	padding:0 18px 0 16px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#3D3D3D;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 #306;
	background:url(img/bmid_036.gif);
	color:#888;
	z-index:100;
	text-decoration:none;
	padding:0;
	left: 0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0 #000;
	color:#888;
	background:url(img/bleft_036.gif) no-repeat left top;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:26px;
	background:url(img/bright_036.gif) no-repeat right top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888;
	float:none;
	padding:0 18px 0 16px;
}
.dropmenudiv a:hover 
{
	border:0 #000;
	background-position:left bottom;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	color:#3D3D3D;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#3D3D3D;
}
