/* CSS Document */


body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #777777;
}
body {
	background-color: #222222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#playworld {
}
a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #777777;
}
#playworld h1 {
	font-family: Tahoma;
	font-size: 16px;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	padding-bottom: 5px;
}
.Stil1 {
	font-size: 10px
}
#webdesign-internetagentur {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	background-color: #FFFFFF;
	display: none;
}
#navigation-seo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	display: none;
	background-color: #100000;
}
textarea, input, button, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #444444;
	background-color: #DDDDDD;
	width: 99%;
	border: 1px solid #000000;
	margin: 3px;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
/* BEGIN style1 */
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }

