/* CSS Document */

	html, body {
		height: 100%;
		padding: 0;
		margin:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		background-color:#FFFFFF;
	}
	
	a {
		color:blue;
	}

/* Header */
	#header {	
		margin: 0px;
		padding: 0px;
		height: 72px;
		width: 750px;
		/*border-bottom: solid 1px gray;*/
		padding-top:5px;
		padding-bottom:0;
	}
	.info_text a {	
		color: #333333;
		font-weight: bold;
		text-decoration:none;
	}

/* Login-boxen på förstasidan */
	#loginbox {
		width:100%;
		background-color: #f90;
		color: #fff;
		margin-top:10px;
	}
	.roundcont {
		width: 190px;
		background-color: #f90;
		color: #fff;
	}
	.roundcont2 {
		width: 100%;
		background-color: #ffdba5;
		/*background: url(../img/bg3.gif); */
	}
	.roundcont a:link a:visited {
		color: white;
	}
	.roundtop { 
		background: url(../img/tr.gif) no-repeat top right; 
	}
	.roundbottom {
		background: url(../img/br.gif) no-repeat top right; 
	}
	.roundtop2 { 
		background: url(../img/box-top-right.png) no-repeat top right; 
	}
	.roundbottom2 {
		background: url(../img/box-bottom-right.png) no-repeat bottom right; 
		text-align:left;
	}
	img.corner {
	   width: 15px;
	   height: 15px;
	   border: none;
	   display: block !important;
	}
	#login_form .text {
		width: 100px;
		font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #FFE5BF;
		color: #CC0000;
		border: 1px solid #543E1C;
		margin-left:7px;
		margin-top:2px;
		padding:2px;
	}
	#login_form checkbox {
		width: 20px;
		background-color: #FFE5BF;
		color: #FFF;
		border: 0;
	}
	
	#login_form submit {
		font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #D7E5F2;
		color: #102132;
		margin-left: 12px;
		margin-top: 3px;
		margin-bottom: 2px;
		cursor:pointer;
	}
	#login {
		padding-left:20px;
	}
	.white_links a {
		color:white;
	}
	
	.searchbox {
			width: 130px;
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #FFE5BF;
			color: #CC0000;
			border: 1px solid #543E1C;
			margin-left:7px;
			margin-top:2px;
			padding:2px;
	}
	.searchButton {
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #D7E5F2;
			color: #102132;
			margin-left: 12px;
			margin-top: 3px;
			margin-bottom: 2px;
			cursor:pointer;
	}
	
	.sO_textbox {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		color: #000;
		/*color: #990000;*/
		border: 1px solid #000;
		padding:3px;
		background-color: #FFE5BF;
		vertical-align:middle;
	}

/* Body */
	#body_container {	
		margin: 0px;
		padding: 0px;
		padding-left:15px;
		padding-bottom: 30px;
		width: 730px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#f90;
		margin-top:20px;
	}
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#f10;
		padding-top:10px;
		padding-bottom:0px;
	}
	h2 a {
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#f10;
		padding-top:10px;
		padding-bottom:0px;
	}
	h3{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#f40;
		margin:0;
		padding-top:5px;
		padding-bottom:0px;
	}
	h3 a {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#f40;
		margin:0;
		padding-top:5px;
		padding-bottom:0px;
	}	
	.error_box {
		border:solid 4px #DDD;
		color:red; 
		background-color:#EEE; 
		padding:25px; 
		margin-top:20px;
		font-size:14px;
	}
	.success_box {
		border:solid 4px #DDD; 
		color:green; 
		background-color:#EEE; 
		padding:25px; 
		margin-top:20px;
		font-size:14px;
	}
	
	#footer{
		padding-left:15px; 
		padding-top:5px; 
		padding-bottom:15px;
		border-top: solid 1px gray;
		clear:both;
	}
	#footer-text, #footer-text a, #footer-text a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		font-size: 10px;
		color: #555;
	}
	
	/* the navigation bar, below login-form*/
#navbar {
	background: url(../img/br.gif) no-repeat bottom right; 
	position: relative;
	width: 100%;
	height: 37px;
	padding: 0;
	margin: 3px 0 20px 0;
	}

#nav {	
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	display: inline;
	overflow: hidden;
	width: 100%;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -27px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -54px;
	}
	
#nav a.selected:hover {
	background-position: 0 -54px;
	}
		
#nstart a  {
	width: 39px;
	background: url(../img/menu/house.gif) top left no-repeat;
	}
	
#nforum a  {
	width: 77px;
	background: url(../img/menu/forum.gif) top left no-repeat;
	}
	
#nverktyg a  {
	width: 88px;
	background: url(../img/menu/verktyg.gif) top left no-repeat;
	}
	
#nmina_partier a  {
	width: 124px;
	background: url(../img/menu/mina_partier.gif) top left no-repeat;
	}
	
#npartibasen a  {
	width: 109px;
	background: url(../img/menu/partibasen.gif) top left no-repeat;
	}
	
#nturneringar a  {
	width: 115px;
	background: url(../img/menu/turneringar.gif) top left no-repeat;
	}
