/* http://www.jimmyhamburg.de
----------------------------------------*/

body {
	color: white;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	background-color: black;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#friends {
	position: absolute;
	top: 0;
	left: 200px;
	padding: 10px;
	z-index: 20;
	border-right: 1px dashed #f0f;
	border-bottom: 1px dashed #f0f;
	border-left: 1px dashed #f0f;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	opacity: .80;
	background-color: black;
}

#field {
	margin-top: -210px;
	margin-left: -410px;
	padding: 10px;
	position: absolute;
	top: 249px;
	left: 443px;
	width: 799px;
	height: 404px;
	border: dashed 1px #f0f;
	background: url(images/bg.jpg) no-repeat 10px 10px;
}

#top {
	margin: 0 0 1px;
	padding: 0;
	width: 800px;
	height: 345px;
	float: left;
}

#left {
	margin: 0 1px 0 0;
	padding: 0;
	width: 600px;
	height: 345px;
	float: left;
}

#right {
	margin: 0;
	padding: 0;
	width: 199px;
	height: 345px;
	float: left;
}

#images {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 345px;
}

.content {
	margin: 0 0 1px 0;
	padding: 5px;
	width: 189px;
	float: left;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	opacity: .80;
	background-color: black;
}

#navi {
	text-align: right;
	width: 800px;
	height: 54px;
	float: left;
	background: url(images/navi.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	margin-left: 1px;
	padding: 1px 2px;
	background-color: #f0f;
}

a:hover {
	background-color: black;
}

span {
	color: #f0f;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

