/* ----------------------------

     Mobil version
  
     För PDAs, mobiltelefoner
     och andra små webläsare.
 
---------------------------- */

/* Generella taggar
-----------------------------*/

* {
padding: 0px;
margin: 0px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
color: #000000;
background-color: #fff;
margin: 10px;
}
h1 { font-size: large; font-weight: bold; margin-bottom: 0.5em; }
h2 { font-size: medium; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; }
h3 { font-size: small; font-weight: bold;margin-top: 1em; margin-bottom: 0.5em; }
h4 { font-size: x-small; font-weight: bold; margin-bottom: 0.5em; }
p { font-size: x-small; font-weight: normal; margin-bottom: 1em; }
a:link {
color: #333;
text-decoration: underline;
}
a:visited {
color: #333;
text-decoration: underline;
}
a:hover, a:active {
text-decoration: underline;
}
acronym {
cursor: help;
color: #000;
font-weight: normal;
border-bottom: 1px dotted #666;
}
a img,:link img,:visited img { border: none; }

#top_menu_left{
margin-top: 1em;
}
	
.rubrik {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
margin-bottom:10px;
color: #333000;
}

p.signature {
float: left;
margin: 0 20px 1em 0;
}


/* Listor
-----------------------------*/

ul {
list-style: disc;
margin-left: 10px;
margin-bottom: 1em;
}
li {
margin-left: 10px;
color:#333;
}
li a {
margin-left: 10px;
color:#333;
}
li ul {
list-style: circle;
}

#top_menu_right ul li#current a {
font-weight:bold;
color: #CC0000;
}
			
#sidebar .current {
font-weight:bold;
color: #CC0000;	
}

/* Logotyp
-----------------------------*/

.logo {
text-indent: -999px;
}
#logo {
width:200px;
height:131px;
padding:0px;
background-image: url('../images/logotypes/pokerakademien_medium.gif');
background-repeat: no-repeat; 
margin: 0 0 20px 0;
}


/* För Javascript
-----------------------------*/

#handheldStyle {
z-index: 2;
}


/* Speciella taggar
-----------------------------*/
