/*
Design by Ernesto Rios 
www.krop.com/ernesto
*/

body {
	background-color:#0d2c03;	
  background-image: url(../images/bakgrund-stripe.jpg);
  background-repeat: repeat-x;    	
	margin: 0;
	padding: 0;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #88b549;
}

h1 {
	font-size: 2.0em;
	letter-spacing:0.7px;
}

h2 {
	letter-spacing: 0px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;	
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #757575;
	text-decoration:none;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}


/* Header */

#wrapper {

}

#header {
	width: 954px;
	height: 103px;
	margin: 0 auto;
}

#logo {
	float: left;
	width:460px;
	height:80px;
	margin-top:15px;
}

/* Columns */

#left-column{
	float:left;
	width:190px;
	margin-top:9px;
}

#right-column{
	float:left;
	width:190px;
	margin-top:9px;
}

#main-column{
	float:left;
	width:564px;
	margin-left:10px;
	margin-right: 6px;
	margin-bottom:50px;
}

#mainpic{
	width:564px;
	height:268px;
	float:left;
}


/* Search */

#flags {	
	float: right;
	width:120px;
	height:20px;
	margin-top:10px;		
	
}

#search {
	float: right;
	width: 288px;
	height: 54px;
	background: #FFFFFF url(../images/search-bg.gif) no-repeat;
	margin-top:0px;		
}

#search #x {
	display: none;
}

#search #searchbar {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #8F8F8F;
    font: italic 1em Arial,Helvetica,sans-serif;    
    height: 20px;
    margin-top:12px;
    
    width: 250px;
	font-weight:normal;
}

#search br {
	display: none;
}


/* fieldsend */

#fieldsend {
	float: left;
	width: 288px;
	height: 70px;
	background: #FFFFFF url(../images/input-bg.gif) no-repeat;
	background-position: 0px 15px;
	margin-top: 0px;
}

#fieldsend #sendemail {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #8F8F8F;
    font: italic 1em Arial,Helvetica,sans-serif;
    height: auto;
    padding: 19px 5px 5px 15px;
    width: 250px;
	font-weight:normal;
}

#fieldsend #sendlabel {	
  color: #8F8F8F;
  font: italic 1em Arial,Helvetica,sans-serif;     
	font-weight:normal;
	padding-left:10px;
}


/* textareasend */

#textareasend {
	float: left;
	width: 288px;
	height: 160px;
	background: #FFFFFF url(../images/textarea-bg.gif) no-repeat;
	background-position: 0px 15px;
	margin-top: 0px;
}

#textareasend #sendmessage {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #8F8F8F;
    font: italic 1em Arial,Helvetica,sans-serif;
    height: 105px;
    padding: 19px 5px 5px 15px;
    width: 265px;
	font-weight:normal;
}

#textareasend #sendlabel {	
  color: #8F8F8F;
  font: italic 1em Arial,Helvetica,sans-serif;     
	font-weight:normal;
	padding-left:10px;
}

/* imagesend */

#imagesend {
	float: left;
	width: 288px;
	height: 50px;		
	margin-top: 0px;
}

/* Menu */

#menu {
	width: 970px;
	height: 66px;
	margin: 0 auto;
	/*background: url(../images/meny-bg.png);*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#menu li {
	display: inline;
	text-transform: uppercase;
	
}

#menu a{
	  color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top:20px;
    text-decoration: none;
}

#meny1{	
		width:88px;
		height:46px;
    background: url(../images/meny-1.png);
}

#meny1:hover{
    background: url(../images/meny-1-selected.png);
}


#meny2{
		width:149px;
		height:46px;
    background: url(../images/meny-2.png);
}

#meny2:hover{
    background: url(../images/meny-2-selected.png);
}

#meny3{
		width:199px;
		height:46px;
    background: url(../images/meny-3.png);
}

#meny3:hover{
    background: url(../images/meny-3-selected.png);
}

#meny4{
		width:113px;
		height:46px;
    background: url(../images/meny-4.png);
}

#meny4:hover{
    background: url(../images/meny-4-selected.png);
}

#meny5{
		width:120px;
		height:46px;
    background: url(../images/meny-5.png);
}

#meny5:hover{
    background: url(../images/meny-5-selected.png);
}

#meny6{
		width:164px;
		height:46px;
    background: url(../images/meny-6.png);
}

#meny6:hover{
    background: url(../images/meny-6-selected.png);
}

#meny7{
		width:137px;
		height:46px;
    background: url(../images/meny-7.png);
}

#meny7:hover{
    background: url(../images/meny-7-selected.png);
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width: 430px;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(../images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(../images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(../images/img10.gif) no-repeat;
}

/* Sidebar */




/* Sidebars*/

.menu-box{
	width:190px;
	float:left;
	margin-bottom:17px;
	
}

.menu-header{
	width:190px;
	float:left;
	background-image:url(../images/top-header.png);
	height:41px;
}


.menu-box-bg{
	background-image:url(../images/menu-box-bg.png);
	background-repeat:repeat-y;
	float: left;
	width: 190px;
	text-align:left;
}

.menu-box-bg img{
	margin-left: 24px;
    margin-top: 10px;
}

.menu-box-bottom{
	width:190px;
	height:27px;
	background-image:url(../images/menu-box-bottom.png);
	background-repeat:no-repeat;
	float:left;
}


.custom{
	color: #757575;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: 22px;
	width: 150px;
	margin-top:7px;
	margin-bottom:-23px;
	text-align:left;
}



.custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.4em;
		}
 
	.custom li, .custom-gen li {
		list-style-image: url(../images/arrow.gif);
		list-style-type: none;
		}
	
 
	.custom-gen ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}
 
	.custom-gen ul li:before {
		content: "\00BB \0020";
		}

.header{
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: normal;
	margin-top: 18px;
	text-transform: uppercase;
}

/* Main content */

.main-content-holder{
	width:544px;
	float:left;
	margin-left:9px;
	padding-bottom:20px;
	min-height:300px;
	background-color:#fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 0 11px #000000;
	-webkit-box-shadow: 0 0 11px #000000;
	box-shadow: 0 0 11px #000000;
}

.empty{
	width:544px;
	float:left;
	margin-left:9px;
	min-height:10px;
	
	
}

#inner-holder{
	width:520px;
	float:left;
	min-height:172px;
	margin-left: 12px;
	margin-top: 12px;
	background-image: url(../images/main-info-bg.png);
	background-repeat: no-repeat;
	text-align:left;
}

#inner-holder h2{
	font-size:16px;	
	font-family: Arial, Helvetica, sans-serif;	
  margin-top: 10px;
  margin-left: 10px;
}


#inner-holder p{
	color: #757575;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	margin: 8px 10px ;
	float: left;
}


.match-holder{
	width:520px;
	float:left;
	min-height:61px;
	margin-left: 12px;
	margin-top: 20px;
	background-image:url(../images/matcher-top.png);
	background-repeat: no-repeat;
	text-align:left;
}

.match-holder h3{
	color:#000;
	background-image: url(../images/match-header-arrow.png);
	background-repeat:no-repeat;
	height: 36px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
}



.product-holder{
	width:494px;
	float:left;
	margin-left: 14px;
	height:23px;
	margin-bottom:10px;
}

.company{
	width:145px;
	float:left;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.company a{	
	color:#000;	
}

.type{
	font-size:12px;
	float:left;	
}

.btn{
	background-image:url(../images/btn-bg.png);
	height:20px;
	width:79px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	padding-top: 3px;
}

.btn a{
	color:#fff;
}

.infobtn{	
	height:20px;
	width:20px;
	float:left;	
	padding-left: 5px;
	padding-bottom: 5px;
}


/* Footer */

#grass{
	background-image:url(../images/grass.png);
	height:55px;
	width:100%;
	background-repeat:repeat-x;
	float: left;
}

#copyright{
	width:475px;
	float:left;
	font-size:11px;
	margin-top: 35px;
}

#copyright a,
#copyright2 a{
	color:#fff;
}

#copyright2{
	width:420px;
	float:left;
	font-size:11px;
	margin-top: 35px;
	text-align: right;
}

#footer-holder{
	background-image:url(../images/footer-bg2.png);
	float: left;
	width: 100%;
}

#footer {
	 background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    clear: both;
    height: 260px;
    margin: 0 auto;
    width: 750px;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

#quicklinks{
	width:420px;
	height:175px;
	float:left;
	margin-top: 14px;
	margin-left:10px;
}

#quicklinks h4{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	float:left;
	width: 320px;
}


.quicklinks-col1{
	width:200px;
	float:left;
}

.quicklinks-item{
	float:left;
	width:200px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align:left;
}

.quicklinks-item a:hover{
	color:#fff;
}


#newsletter{
	width:264px;
	float:left;
	height:177px;
	margin-top: 14px;
}

#newsletter h4{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	float:left;
	width: 265px;
}

#introtext{
	font-size:12px;
	float:left;
	width:265px;
}

#input-newsletter{
	width:250px;
	height:25px;
	float:left;
	margin-top: 10px;

}

#newsletter-btn{
	 float: right;
    margin-top: 10px;
    width: 130px;
}


/* Match info*/
.match-header{
	background-image:url(../images/match-header-bg.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	width:520px;
	height:95px;
	float:left;
	margin-left:12px;
	margin-top:40px;
}

.team{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.team a
{
	color: #FFFFFF;
}

.date{
	color: #FFFFFF;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 67px;
}

.shirt1{
	height: 70px;
	width: 150px;
	float: left;
	margin-top:0px;
	margin-left:8px;
}

.shirt2{
	height: 70px;
	width: 150px;	
	float: left;
	margin-top:0px;
	margin-left:70px;	
}


ul#listteamslist
{
	margin-top:20px;
  margin-left:0px;
  list-style-type:none;
  list-style-image: url('../images/arrow.png');
}

.listteams
{
  vertical-align:top;  
  text-align:left;
}

ul#listteamslist li a
{
  text-decoration: none;
  line-height:18px;
  
  font: 13px Arial, Helvetica, sans-serif;
	color: #7F7772;
}

ul#listteamslist li a:hover
{
  text-decoration: underline;
}

ul#topnav {
	margin: 0 0 0px; padding: 0;
	list-style: none;
	width: 970px; 
	float: left;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav a {
	float: left;
	display: block;
	height: 66px;	
	background-position: left top;
}
ul#topnav a:hover {
	background-position: left -66px;
}

#m1 li.m1 a,
#m2 li.m2 a,
#m3 li.m3 a,
#m4 li.m4 a,
#m5 li.m5 a,
#m6 li.m6 a,
#m7 li.m7 a {
	background-position: left bottom;
}

ul#topnav li.m1 a {
	background-image: url(../images/meny-1-both.png);
	width: 88px;
	height: 46px;
}
ul#topnav li.m2 a {
	background-image: url(../images/meny-2-both.png);
	width: 149px;
	height: 46px;
}
ul#topnav li.m3 a {
	background-image: url(../images/meny-3-both.png);
	width: 199px;
	height: 46px;
}
ul#topnav li.m4 a {
	background-image: url(../images/meny-4-both.png);
	width: 113px;
	height: 46px;
}
ul#topnav li.m5 a {
	background-image: url(../images/meny-5-both.png);
	width: 120px;
	height: 46px;
}
ul#topnav li.m6 a {
	background-image: url(../images/meny-6-both.png);
	width: 164px;
	height: 46px;
}
ul#topnav li.m7 a {
	background-image: url(../images/meny-7-both.png);
	width: 137px;
	height: 46px;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:10px;
	color:#333;
	display:none;
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
	
#company-description
{
	float:left;
	
	padding:10px;
	padding-top:0px;
}

.chat
{
	padding-bottom:5px;
	float:left;
	width:15px;
	height:16px;
	background-image: url(../images/compinfo.gif);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:center;
}

#em_spel
{
	padding:10px;
	margin:0px;
	float:left;
	width:510px;
	
}

#em_spel_time
{
	padding:5px;
	float:left;
	width:110px;	
	font-size:12px;
}

#em_spel_team
{
	padding:5px;
	float:left;
	width:90px;	
	font-size:12px;
	color:#444;
}

#em_spel_rub
{
		float:left;

    /*Firefox*/
    -moz-transform: rotate(-90deg);
    /*Safari*/
    -webkit-transform: rotate(-90deg);
    /*Opera*/
    -o-transform: rotate(-90deg);
    /*IE*/
    writing-mode: tb-rl;
    filter: flipv fliph;
    /*padding: 5px 15px;*/
		/*width:15px;
		min-height:100px;
		margin-bottom:50px;
		font-size:16px;
		font-weight:bold;*/
		margin-bottom:50px;
		width:100px;
		margin-right:-28px;
		margin-left:-28px;
		font-weight:bold;
		font-size:16px;
}

#em_spel_choose
{
	padding:5px;
	float:left;
	width:30px;	
	font-size:12px;
	padding-top:0px;
	padding-bottom:10px;
	
}

#em_spel_vs
{
	padding:5px;
	padding-top:2px;	
	padding-bottom:8px;
	float:left;
	width:0px;	
	font-size:12px;
}

#em_spel_save
{
	padding:5px;
	padding-left:25px;
	background:#444;
	font-size:30px;
	color:#FFF;
	margin-top:15px;
	margin-left:325px;
	float:left;
	width:52px;	
	font-size:12px;
	border: 1px solid black;
	
}

#em_inloggad
{
	padding:5px;
	margin:0px;
	float:left;
	width:160px;
	/*text-align:right;*/
	padding-bottom:0px;
	
}

.em_name
{

	color:#88B549;
}

.em_name a
{
	font-weight:bold;
	color:#88B549;
}

.em_name a:hover
{
	font-weight:bold;
	color:green;
}
#em_logga_ut
{
	padding:5px;
	padding-top:5px;
	padding-bottom:15px;
	margin:0px;
	float:left;
	width:160px;
	/*text-align:right;*/
	
}

#em_logga_ut a
{
	border-bottom: 1px dashed #444;	
}

#em_regler
{
	padding:5px;
	margin:0px;
	float:left;
	width:180px;
	padding-bottom:0px;
}

#em_regler h2
{
	margin-left:0px;
	padding-bottom:5px;
	padding-top:15px;
	color:#444;
}

.em_pris
{
	font-weight:bold;
	color:#88B549;
	line-height:30px;
}

#logged_in
{
	/*background-image: url(../images/login_back.png);*/
	/*background-repeat:no-repeat;	*/
	background-image: url(../images/main-info-bg.png);
	background-repeat: no-repeat;
	
	float:left;
	width:160px;
	padding:10px;	
	padding-right:20px;
}
