body {
    background:#202020 url(/img/background.png) repeat-x;
	font: 13px Arial;
	color:#FFFFFF;
	line-height:1.5em;
}

img {
	border:0px;
}

a {
	color: #CCFF00;
	
}

h1 {
	margin-top:0px;
	font-weight:normal;
	margin-top:10px;
	font-size:160%;;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1em;
}
h2 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h3 {
	margin:0px;
	font-size:120%;
	font-weight:normal;
}
hr {
	color:#CCCCCC;
	margin-bottom:15px;
}
.menu {
	float:right;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	margin-top:8px;
}

.menu a:link, .menu a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:10px;
	margin-left:20x;
}
.menu a:hover {
	text-decoration:none;
	background-color:#333333;
	margin-left:20x;
}


.embed {
	margin:0px;
	padding:0 0 0 20px;
}

.embed li {
	margin-bottom:10px;
	font-size:16px;
}
.embed p {
	padding:0px;
	margin:10px 0px;
}
.embed input {
	margin:0px;
	font-size:16px;
	width:350px;
	padding:5px;
	background:#4D4D4D;
	color:#FFFFFF;
	border-width:0px;	
}

#logo {
	width:940px;	
	margin:30px auto 20px auto;
}

#main {
	width:900px;
	border:2px solid #525252;
	margin:0 auto;
	background:#525252 url(/img/background_main.png) repeat-x;
	padding:20px;
}

#intro {
	margin:0 0 20px 0;
}

#intro h3 {
	color:#ccc;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:;
	font-size:15px;
}

ol.list {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

ol.list li {
	display:inline;
	list-style:none;
	float:left;
	line-height:23px;
	margin-right:30px;
}

ol.list li span {
	background:url(/img/list_circle.png) no-repeat;
	display:block;
	float:left;
	height:21px;
	width:21px;
	line-height:21px;
	text-align:center;
	margin-right:6px;
	color:#000000;
	font-weight:bold;
}

#left {
	float:left;
	width:440px;
}

#field {
	background:url(/img/bane.gif);
	width:440px;
	height:500px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

#fixed {
	position:relative;
	top:0px;
	left:0px;
}

.player {
}

#template {
	text-align:center;
	cursor:pointer;
}

.playername {
	font:12px Arial;
	font-weight:bold;
	color:#000000;
	text-align:center;
	white-space:nowrap;
}

#right {
	float:right;
	position:relative;
	z-index:1;
}

#playerfield {
	background:url(/img/arrow.png) no-repeat;
	width:480px;
	height:83px;
	padding:15px 0 0 65px;
	position:absolute;
	left:-35px;
	z-index:2;
}

#options {
	width:420px;
	border:2px solid black;
	background:#333333;	
	padding:10px 10px 20px 10px ;
	margin-top:80px;
	margin-bottom:20px;
	font-size:90%;
}

#options.info {
	font-size:70%;
}

#newsletter {
	font-size:10px;
	color:#666666;
}

label {
	display:block;
	font-size:13px;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.fields {
	margin:0 0 10px 0;
	font-size:14px;
	width:400px;
	padding:5px;
	background:#4D4D4D;
	color:#FFFFFF;
	border-width:0px;
}

#spiller #name {
	font-size:24px;
	width:340px;
	padding:10px 10px;
	background:#FFFFFF;
	font-weight:bold;
}

#spiller #add {
	font-size:48px;
	line-height:60px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align:top;
}

#spiller #add:hover {
	color:#B2B2B2;
}

.thumb {
	width:150px;
	height:170px;
}

#shadow {
	width:100%;
	height:40px;
	background-image:url(/img/shadow.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 0 20px 0;
}

.footer {
	font-size:11px;
}

#status {
	margin:10px;
    border:1px solid black;
    width:400px;
    height:250px;
}
.dropping {
    border:2px solid green;
}

#paginationControl {
	float:right;
	width:400px;
	text-align:right;
}
#paginationControl a {
	padding:4px;
	background-color:;
	color:#fff;
	text-decoration: underline;
}

.Comment {
	border-top:1px solid #555;
	padding-top:10px;
	height:inherit;
	font-size:110%;
}
.CommentDate {
	font-size:11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0px;
}