body {
	background: #797979 url(/grafik/bg.png) repeat-x scroll 0 0;
	font-size: .9em;
}

h1 {
	margin: 5px 0 5px 0;
}

img {
	border: 0px;
}

span {
	background-color: yellow;
}

#container {
	margin: 0 auto;
	width: 950px;
}

/* Links */
a {
	color: #50555C;
	font-weight: normal;
}

a:hover {
	color: #0066ff;
	text-decoration: none;
}

/* Round corner */
#header {
	/* optional rounded corners for browsers that support it */
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
}

#menu,#member,#adsense,#toplist,#links,.commentbox,.search_input,.search_submit {
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Header */

#header  {
	background-color: #000000;
	height: 46px;
}

#logo {
	float: left;
	border: none;
	padding-left: 5px;
}

#searchbox {
	color: #ffffff;
	background: url(/grafik/minisearch.png) no-repeat;
	float: right;
	padding: 15px 10px 10px 20px;
}

/* Content */
#content {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	width: 930px;
}

#text {
	float: left;
	width: 575px;
}

/* Sidebar */
#sidebar {
	width: 350px;
	float: right;
}

#menu {
	background-color: #FBFBFB;
	border: 1px solid #9c9c9c;
	float: right;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

#member {
	background-color: #FBFBFB;
	border: 1px solid #9c9c9c;
	float: left;
	padding: 10px;
	margin-bottom: 5px;
	width: 140px;
}

#member label {
	font-size: .8em;
}

.login_form {
	width: 135px;
}

#toplist {
	background-color: #FBFBFB;
	border: 1px solid #9c9c9c;
	float: left;
	padding: 10px;
	margin-bottom: 5px;
	width: 140px;
}

#links {
	background-color: #FBFBFB;
	border: 1px solid #9c9c9c;
	float: left;
	padding: 10px;
	margin-bottom: 5px;
	width: 140px;
}

#adsense {
	background-color: #FBFBFB;
	border: 1px solid #9c9c9c;
	float: right;
	padding: 10px;
}

#vspalt {
	float: left;
	width: 165px;
}

#hspalt {
	float: right;
}

/* Footer */
#footer {
	background-color: #676767;
	color: #ffffff;
	padding: 5px 0 5px 10px;
}

/* Search */
.search_input {
	border: 1px solid #969696;
	width: 150px;
	background-color: #464646;
	color: #ffffff;
	opacity: 0.7; filter: alpha(opacity=70)
}

.search_submit {
	border: 1px solid #969696;
	background-color: #464646;
	color: #ffffff;
	opacity: 0.7; filter: alpha(opacity=70)
}

.search {
	float: left;
	padding-left: 3px;
}

/* Gamelist */
.gamepic {
	float: left; 
	margin: 0 5px 5px 0;
}

.headline {
	margin: 0px; 
	background-color: #E0E4EA;
}

.headline a {
        text-decoration: none;
        color: #000000;
}

.headline a:hover {
        color: #000000;
}

.beskrivning {
	width: 485px; 
	margin: 0px;
	min-height: 55px;
}

.gamelink {
	margin: 0 0 5px 0;
}

.game_text {
	margin-left: 90px;
	min-height: 95px;
}

.game_text i {
        font-size: .75em;
}

#ad_between_games {
	margin: 0 auto;
	width: 468px;
}

.selected {
	background-color: #0066ff; 
	color: #ffffff; 
	padding: 0 3px 0 3px;
}

/* Comments */
.spam {
	float: left;
}

.radbrytare {
	clear: both;
}
	
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
background-color: #ececec;
width: 555px;
padding: 10px;
}

.commentfooter{
background: url(http://www.webbspel.eu/grafik/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

/* Bli medlem */
#text form {
        width: 411px;
}

.form_member {
        float: left;
        width: 170px;
        border-bottom: 1px solid #0066ff;
        margin-right: 15px;
        text-transform: uppercase;
}

.form_input {
        float: left;
        margin-bottom: 20px;
}

.form_input input {
        width: 220px;
}

.form_submit  {
	float: right;
}

/* Glömt lösenord */
.forgot_password_input {
	float: left;
}

.forgot_password_submit {
	padding-left: 5px;
}

/* Kollar anvnamn */
#validateUsername {
        background-color: #ffffff;
}
