@charset "utf-8";

/* allmänt */

body  {font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-weight: normal;  
		color: #009cff;
		background: #009cff url('../bilder/bgbar.jpg') center repeat-y;
		text-decoration: none;
		text-align: center;
		}

hr { width: 80%; margin: 30px auto 20px auto; height: 1px; border:0px; background-color: #009cff; }
		
img    { border: 0px; }

.leftfloat { float: left; clear: both; }
.rightfloat { float: right; clear: both; }
.distans-left { padding-left: 25px; }
.clear { clear: both; margin: 0; }

/* text */

#main h1 { font-size: 1.8em; margin: 0; }
#main h2 { font-size: 1.2em; margin: 0; }
#main h3 { font-size: 1.5em; }
.left   { text-align: left }
.right  { text-align: right; }

#af { color: #000; }

/* layout */
            
#centerbox  {
            margin: 3px auto 0px auto;
            width: 720px;
            text-align: center;
            background: none;
            }

#huvud      { margin-bottom: 20px; }
#huvud a    { border: none; }

#meny    { width: 690px; margin: 0 auto 0 auto; font-size: 1.1em; text-align: center; }
#meny a  { text-decoration: none; padding-bottom: 3px; margin: 0 20px 0 20px; color: #009cff; font-size: 1.1em;  }
#meny a:hover { padding-bottom: 3px; border-bottom: 4px double #009cff; border-top: 4px double #009cff; }
#meny ul { margin: 0; padding: 0; }
#meny li { display: block; float: left; }

#main    { 
            width: 640px;
            margin: 0 auto 0 auto;
            text-align: center;
            background: none;
            }

#inforuta { width: 500px; margin: 0 auto 0 auto; text-align: left; font-family: georgia, serif; color: #333; }
#inforuta h1 { text-align: center; margin-bottom: 40px; letter-spacing: 0.2em; font-size:2.3em; }
#inforuta h2, h3 { margin-bottom: 2px; }
#inforuta p  { margin: 0 0 7px 0; line-height: 24px; }
#inforuta a { color: #333; }

#checken { margin-top: 30px; }

#af { margin-top: 70px; }
#af a { text-transform: uppercase; font-weight: bold; color: #000 !important; }
#af a  { text-decoration: none; padding-bottom: 3px; margin: 0 20px 0 20px; color: #009cff; font-size: 1.1em;  }
#af a:hover { padding-bottom: 2px; border-bottom: 1px solid #000; }


#footer { position: relative; bottom: 0; margin: 20px auto 0 auto; text-align: center; color: #333; line-height: 1.5em; }
img.hittaknapp { vertical-align:text-top; }

