body
{
	margin: 0px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}



a:link {color: #3399ff; text-decoration: none;}
a:visited{color: #3399ff; text-decoration: none;}
a:hover { text-decoration: underline; color: #3399ff;}
a:active { text-decoration: underline; color: #red;}



/* Makes link white with ( class="white" ) */
a.white:link {color: #FFFFFF; text-decoration: none;}
a.white:visited{color: #FFFFFF; text-decoration: none;}
a.white:hover { text-decoration: underline; color: #FFFFFF;}
a.white:active { text-decoration: underline; color: #000000;}

a.underline:link {color: #3399ff; text-decoration: underline;}
a.underline:visited{color: #3399ff; text-decoration: underline;}
a.underline:hover { text-decoration: underline; color: #3399ff;}
a.underline:active { text-decoration: underline; color: #3399ff;}

a.toplinks:link {color: #FFFFFF; text-decoration: none;}
a.toplinks:visited{color: #FFFFFF; text-decoration: none;}
a.toplinks:active{ text-decoration: none; color: #CC3333}
a.toplinks:hover { text-decoration: underline; color: #3399ff;}

a.faq:link {color: #FFFFFF; text-decoration: none;}
a.faq:visited{color: #FFFFFF; text-decoration: none;}
a.faq:active{ text-decoration: none; color: #CC3333}
a.faq:hover { text-decoration: underline; color: #3399ff;}

.paymenttitle{background-color: #111823;}
.paymentcolor1{}
.paymentcolor2{}

.colorlisttitle
{
	background-color: #090d13;
}

/* Färg på list nummmer 1 som finns på t.ex Medlemmar */
.colorlist1
{
	background-color: #0c1017;
}

/* Färg på list nummmer 2 som finns på t.ex Medlemmar */
.colorlist2
{
	background-color: 0f131a;
}

/* Detta är färger samt massa inställningar för menyn på vänster sida */
#menycontainer{float: left; margin: 1em 0 0 1em; padding: 0;}
#meny{margin: 0; padding: 0; list-style-type: none;	font: 100% Verdana, Helvetica, sans-serif; }
#meny a{width: 150px;	text-decoration: none; display: block; padding: 0.3em 2em; margin-bottom: 0em; 	border: 1px solid #0d121a;}

#meny a:link{color: #cccccc;background: #0d121a;}
#meny a:visited{color: #cccccc; background: #0d121a;}
#meny a:hover{background: #2b2e34;}
#meny a#current{font-weight: bold;}

.menu
{
	background-color: #0d121a; 
	height: 100%;
}


trans
{
	background-color: transparent;
}

bluetext
{
	color: #3399ff;
}

img
{
	border: none;
}

font, table, td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #transparent;
	text-decoration: none;

}

offer
{
	

}

table
{
	margin: 0px;
	border: 0px;
}
table.banner
{
    margin-left: 0px;
    width: 100%;
}

tr.hoverlink {
  cursor:pointer;}
  
tr.hoverlink:hover {
  background-color:#3399ff;}


#topmidinfo
{
	font-family: Arial;
	font-size: 11px;
}

#topmenu
{
	font-family: Arial;
	font-size: 14px;
}

#live
{
	font-family: Arial;
	font-size: 11px;
}

#loginmenu
{
	font-family: Arial;
	font-size: 10px;
}

#topic
{
	font-family: Arial;
	font-size: 18px;
}

/* Makes td in main window 450px (written by Rikard) */
td.main_td
{
	width: 480px;
}

.blue { color: #3399ff}
.green { color: green}
.red { color: red}
.gray { color: #CCCCCC}

trans
{
	background-color: transperant;
}
.punktlista {list-style-type: circle}


 #Login {width: 500px; float: center;}
 #Banner {width: 200px; padding: 10px; margin-right: auto; margin-left: auto; text-align: left;}
 #MainLinks {width: 400px; padding: 10px; margin-right: auto; margin-left: auto; text-align: left;} 

 

input[type=text], input[type=password], input[type=file], textarea, input[type=checkbox]
{ /* Firefox */
	font-family: Verdana, Tahoma, sans-serif;
	background-color: transparent;	
	font-size: 10px;
	border: 1px #FFFFFF dotted;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 3px; 
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 1px;
}

input[type=submit] {
border: 2px #3399ff solid;
background-color: #525252; }



input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, input[type=submit]:focus, textarea:focus, input[type=checkbox]:focus 
{
	border: 1px #999999 dotted;
}



.input /* IE */
{
	font-family: Verdana, Tahoma, sans-serif;
	background-color: transparent;
	font-size: 10px;
	border: 1px #666666 dotted;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 3px; 
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 1px;
}
select
{ /* Firefox */
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #333333;
	font-size: 10px;
	border: 1px #666666 dotted;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 3px; 
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 1px;
}

.select /* IE */
{
	font-family: Verdana, Tahoma, sans-serif;
	background-color: #333333;
	font-size: 10px;
	border: 1px #666666 dotted;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 3px; 
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 1px;
}

inputt[type=text], input[type=password]
{ /* Firefox */
	font-family: Verdana, Tahoma, sans-serif;
	background-color: transparent;	
	height: 20;
	font-size: 10px;
	border: 1px #FFFFFF dotted;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 3px; 
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 1px;
}
.inputt /* IE */
{
	font-family: Verdana, Tahoma, sans-serif;
	background-color: transparent;
	height: 20;
	font-size: 10px;
	border: 1px #666666 dotted;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 3px; 
	margin-top: 3px;
	margin-bottom: 0px; 
	padding: 1px;
}

.punktlista {list-style-image: url(images/design/arrow.gif)}

ol { list-style-type: decimal}


