@charset "utf-8";
/* CSS Document */
a, a:visited, a:hover{
	text-decoration:none;
	color:#ecd35d;
}
a:hover{
	font-weight:bold;
}
body{
	background-color:#000;
	color:#FFF;
	overflow:auto;
	overflow-y:auto;
	overflow-y:scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Comments{
	position:relative;
	text-align:left;
	padding-top:30px;
}

#Content{
	position:relative;
	top:-40px;
	left:7px;
	width:450px;
	text-align:left;
	letter-spacing:0.1em;
	line-height:1.2em;
}

#Eintragen{
	position:relative;
	text-align:left;
}

#Gaestebuch{
	position:relative;
	width:450px;
	left:7px;
}

#HeaderBild{
	position:relative;
	top:0px;
	width:700px;
	height:320px;
	text-align:center;
	background-image:url(/_grafics/as_klein.jpg);
	background-position:center;
}

#Link{
	position:relative;
	width:700px;
	height:320px;
	text-align:center;
	padding-top:20px;
}

#PageBody{
	width:700px;
	overflow:hidden;
}

#PlayerMenu{
	position:absolute;
	width:225px;
	height:25px;
	top:0px;
	right:0px;
	padding-top:5px;
}
#Player{
	position:absolute;
	top:0px;
	left:80px;
	width:120px;
	height:300px;
	
}

#PlayerMenu a{
	color:#FFF;
	text-decoration:none;
}

.name{
	position:relative;
	width:65px;
	height:15px;
	float:left;
	text-align:right;
	padding:2px 5px 0px 0px;
}

.eintrag{
	position:relative;
	margin-bottom:30px;
}

.gb_datum{
	position:relative;
	width:100px;
	height:18px;
	float:right;
	text-align:right;
	padding:1px 5px 0px 0px;
}

.gb_inhalt{
	position:relative;
	padding:5px 15px 0px 0px;
	width:450px;	
}

.gb_name{
	position:relative;
	width:200px;
	height:18px;
	float:left;
	padding:1px 0px 0px 5px;
}

.head{
	position:relative;
	left:-15px;
	width:465px;
	height:18px;
	background-image:url(../_grafics/gb_465.png);
}

.input{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	border:solid #999999 1px;
	background-color:#333;
}