body {
	background-color: #CDD9E7;
    margin: 5px;
    font-family: arial;
}

#logga {
	background-image: url(./bilder/logo.gif);
    position:absolute;
    height: 170px;
    width: 763px;
    border: 1px solid #000000;  
	background-color: #ffffff;
}

#mainwrapper {
	border: 1px #000000 solid;
	left: 140px;
	top: 180px;
	position: absolute;
	width: 505px;
	z-index: 2;
}

#main {
    background-color: #ffffff;
	border: 2px #000000 solid;
	padding: 20px;
    padding-top: 25px;
    position: relative;
}

#meny {
    background-color: #7295B5;
    position: absolute;
	border: 1px #000 solid;
    left: 5px;
    top: 180px;
    width: 130px;
    padding: 5px;
    font-size: 14px;
    z-index: 1;
}

#cars {
	background-image: url(./bilder/bilar.gif);
	position: absolute;
	border: 1px #000 solid;
    left: 650px;
    top: 180px;
    width: 118px;
    height: 432px;
    padding: 0px;
    font-size: 12px;
    z-index: 1;
}

#foot {
    background-color: #7295B5;
    position: relative;
    border-top: 1px #000000 solid;
    font-size: 10px;
    color: #FFFFFF;
    padding: 10px;
}

#meny a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

#meny a:hover {
    color: #333333;
}

#foot a {
    text-decoration: underline;
    color: #ffffff;
}
  
#rubrik {
    font-size: 22px;
    font-weight: bold;
}

#indrag {
    padding-left: 15px;
}

#underrubrik {
    font-size: 16px;
    font-weight: bold;
}


#text10 {
    font-size: 10px;
    font-weight: normal;
}
 
#text12 {
    font-size: 12px;
    font-weight: normal;
}

#text14 {
    font-size: 14px;
    font-weight: normal;
}

#text10 table {
    font-size: 10px;
    font-weight: normal;
}

#text12 table {
    font-size: 12px;
    font-weight: normal;
}
#textred {	
color: #FF0000;
}

#textitalic {
font-style: italic;
}



td {
    vertical-align: top;
	
}


a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
	color: #333399;
	
}

HR {WIDTH:50%;SIZE:6;}