* {
	margin: 0; 
	padding: 0;
	background: transparent;
}

body {
	background: #fff;
	color:#000;
	font-size:80%;
	font-family:Tahoma, Verdana, Arial, sans-serif;

}

/*-----------------------------------------------------------------------------------------------
  Allgemeine Elemente
-----------------------------------------------------------------------------------------------*/
a {
	color:#F00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #F00;
}

p {padding-bottom: 10px;}

hr { text-align: right; width: 100%; height: 1px; color: #CCC; border: none; } /* Internet Explorer */
	html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #CCC; border: none; } /* Gecko-based Browser */
	html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #CCC; border: 0px solid #FFF; } /* Opera und Gecko-based Browser */

.left { float:left; }
.right { float:right; }
.hide { display:none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
hr.clear {visibility: hidden}

small {
	font-size: 0.85em;
	color: #808A75;
}

acronym, abbr {
	border-bottom:1px dotted #3e3e3e;
	cursor: hand;
}

blockquote {
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0 0; }
li, dd { margin-left:5%; }
fieldset, fieldset legend { padding: .5em; }
fieldset {border: 1px solid #a4a4a4;}
fieldset legend {font-weight: bold;}

form input, form textarea, form select {
    border: 1px solid #a4a4a4;
    font-size: 1em;
    line-height: 1em;
    font-family: inherit;
    margin: 0.2em 0;
    background-color: #fff;
}

form input {
    width: 10em;
    padding: 2px;
    background-color: #fff;
}

form input:active, form input:focus, form textarea:active, form textarea:focus {
    border: 1px solid #F00;
}

label {
    float: left;
    display: block;
    width: 5.5em;
    position: relative;
    top: 0.5em;
    margin: 0 0.5em 0 0;
}

form input #submit {margin-left: 6em;}
table {border: none;}
tr, td {padding: 0;}

#header {
	width: 950px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
	height: 200px;
	background: transparent url(/img/header_bg.png) no-repeat top right; 
	position: relative;
}

#header h1 {
	background: transparent url(/img/logo.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	left: 50px;
	padding: 0; margin: 0;
	width: 280px; height: 168px;
}

#header h1 a {display: none;}
#claim {
	position: relative;
	left: 400px;
	top: -90px;
	width: 400px;
}

#inside {
	position: relative;
	width: 950px;
	margin: 0;
}

ul#menu {
	position: absolute;
	top: -160px;
	right: 0px;
}

* html #menu {width: 250px; position: absolute; left: 747px !important;}

ul#menu li {
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	padding: 0; margin: 0 0 0 1px;
	width: 100px;
	height: 30px;
	color: #FFF;
	background: #FFF url(/img/menu.gif) no-repeat 0% 0%;
	-moz-opacity: 0.7;
}

ul#menu li a {
	color: #FFF;
	display: block;
	padding: 5px;
}

ul#menu li:hover {
	-moz-opacity: 1.0;
}

ul#menu a:hover {color: #000;border: none;}

#wrapper { 
	width: 950px;
	margin: 0; 
	padding: 0 20px 25px 0;
	background: #f4f7d4 url(/img/wrapper_bg.png) repeat-y top right;
}

#wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#left {
	float: left;
	width: 180px;
	padding-left: 20px;
}

#center {
	padding-left: 20px;
}

#center .textbox {
	width: 415px;
	padding-right: 20px;
	float: right;
}

#game table {
	padding: 1px;
	margin: 0;
	border: 8px solid red;
	height: 378px;
	width: 378px;
}

#game .field {
	border: 1px solid #afafaf;
	width: 40px;
	height: 40px;
}

#game table td {
	padding: 1px;
	margin: 0;
	line-height: 1px;
	height: 40px;
	width: 40px;
}

#game table .vline {
	background: #000;
	border: none;
	height: 100%;
	width: 2px;
}

#game table .hline {
	background: #000;
	border: none;
	height: 2px;
	width: 100%;
}

#gamefinish {
	opacity: 0.85;
	filter: alpha(opacity=85);
	position: absolute;
	padding: 8px;
	top: 220px;
	left: 133px;
	width: 470px;
	height: 300px;
	border: 8px solid red;
	background: #f4f7d4;
	display: none;
}

#sidebar {
	float: right;
	width: 300px;
	margin-right: 15px;
	background: #f4f7d4; 
	color: #444;
}

#sidebar h3 {
	font-weight: bold;
}

li#login {
	background: #FFF url(/img/login.gif) no-repeat 0% 0%;
	color: #000;
}

li#login a {color: #000;}
li#login a:hover {color: #F00;}

#footer {
	clear: both;
	display: block;
	width: 950px;
	padding: 25px 20px 10px 0;
	background: transparent url(/img/footer_bg.png) no-repeat top right;
	color: #666;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------------
  Ueberschriften
-----------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1 {
	font: bold 1.75em/1.3 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	color: #242424;
	letter-spacing: -1px;
}

h2 {color:#FF0000; font-size:1.3em;}
h3 {color:#FF0000; font-size:1.2em;}
h4 {color:#333; font-size: 1em; }
h5 {color:#333; font-size: .83em; line-height: 1.17em; margin: 1.67em 0}

/*-----------------------------------------------------------------------------------------------
  Listen
-----------------------------------------------------------------------------------------------*/
ul, ol {list-style-type: none;}
dl {margin: 1px 0px; padding-bottom: 3px;}
dt, dt a {padding-top: 1px;	padding-bottom: 2px;}
dd {margin: 1px 0px;}
	
/*-----------------------------------------------------------------------------------------------
  Ads
-----------------------------------------------------------------------------------------------*/
/*
#widead {
	position: relative;
	padding-top: 15px; padding-left: 50px;
}

#skyad {
	position: absolute;
	top: 220px; left: 975px;
}
*/

#ADNETwallBanner1 {
	position: relative; 
	left: 245px; top: 10px; 
}

#ADNETwallBanner2 {
	position: absolute; 
	top: 9px; left: 975px;

}
