﻿
body {
	background: url(images/fadeblack.jpg) repeat-x #000000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 1em;
	color: #000;

}

img {
	display: block;
	border: none;
    /*border: 1px solid #000;*/
    padding: 0px;
    margin: 0px;
}

p {
	padding: 0px 0px 0px 0px;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1em;
}

hr {
	border: 1px dashed #cccccc;
}

a 
{
    color: #cb3c36;
    text-decoration: none;
}

form 
{
    padding: 0px;
    margin: 0px;
}

#bigbox {
	width: 1000px;
	height: 664px;
    margin: 0px auto;
    padding: 0px;
    background: URL(images/oceanbig.jpg) no-repeat;
}

#logo {
	width: 802px;
	height: 56px;
    margin: 50px auto 0px auto;
}

#logo img 
{
    float:right;
}

#box {
	border: 1px solid #000;
	width: 800px;
	min-height: 531px;
    margin: 2px auto;
    padding: 0px;
    background: URL(images/bakgrund.jpg) no-repeat;
}

#meny {
    height: 30px;
    margin: 20px 0px 0px 0px;
    padding: 0px 20px;
    /*background: url(images/bg_png_l2.png);*/
    overflow: hidden;
}

#meny ul {
    list-style: none;
	margin: 0px;
    padding: 0px;
}    

#meny li {
   
    display: block;
    float: left;
    margin: 6px 40px 0px 0px;
    padding: 0px;
    height: 25px;
}

#meny li a {
    text-decoration: none;
    font-size: 1em;
    color: #000;
    font-weight: bold;
}

#meny li a:hover 
{
    color: #cb3c36;
}

#left {
    float: left;
    display: block;
    margin: 20px;
    padding: 0px;
    width: 250px;
    height: 445px;
}

#inner_content {
    width: 760px;
    padding: 20px;
    margin: 200px 0px 0px 0px;
    background: url(images/bg_png_l2.png);
    color: #FFF;

}

#inner_content p
{
        font-size: 0.8em;
}

#inner_content.bat 
{
    margin-top: 60px;
}

#footer {
    width: 802px;
    margin: 3px auto;
    padding: 0px;
    border-top: 1px solid #000;
}

#footer p {
    padding: 0px;
    margin: 5px;
    color: #666666;
   }

#footer a, #footer a:visited {
    color: #666666;
}

ul.big 
{
    font-size: 24px;    
    list-style:square;
    padding: 0px;
    margin: 20px;
}

.big a
{
    text-decoration: none;    
    color: #FFF;    
}    
.big a:hover
{
    font-weight: bold;
    color: #cb3c36;
}


#leftright 
{
    margin: 0px;
    width: 800px;
    height: 465px;
    padding: 0px;
    display: block;
}

#leftright .content
{
    margin: 20px;
}

#leftright h1 
{
    margin-bottom: 10px;
}

.spec 
{
    display: block;
    float: left;
    width: 370px;
    font-weight: bold;
}
.spec span 
{
    float:right;
    width: 150px;
    font-weight: normal;
}

.content .container {
    float: left;
    padding: 10px;
    margin: 0px 20px 20px 30px;
    width: 470px;
    border:solid 1px #c2c2c2;
    min-height:60px;
    _height:60px;
    background:url(images/support_container_bg.gif) repeat-x 0 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

/*    
    -moz-border-radius-bottomleft:4px;
    -webkit-border-radius-bottomleft:4px;
    border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-radius-bottomright:4px;
    border-radius-bottomright:4px;
    
 */
}

input 
{
    /*clear: right;*/
    margin: 5px;
    float: left;
    width: 300px;
}
label 
{
    display: block;
    width: 140px;
    margin: 5px;
    float: left;
}
