/*-----LAYOUT OCH BOXAR-----*/

body {
font-family: Verdana, sans-serif;
color: #000000;
margin:0px auto;
text-align: center;
width: 920px;
background-color:#4D545E;

font-size:0.8em;
}

.cell{
float:left;
padding-bottom:10px;
padding-top:10px;
}
.clearer{
clear:both;
}

.top {
height: 320px;
margin: 0px;
width:920px;
padding: 0px;
background-image:url(grafik/CAD-byran.png);
background-repeat: no-repeat;

}

.main{
width:920px;
text-align:center;
background-image:url(grafik/CAD-bkg.png);
background-repeat: repeat-y;
float:left;
height:100%;
}
.context {
width: 800px;
max-width:800px;
min-width:800px;
padding-left:54px;
padding-right:54px;
padding-top:30px;
padding-bottom:80px;
margin:0px;
text-align: left;
}

.meny {
margin:0px;
text-align:right;

}
.bottom{
height: 26px;
margin: 0px;

width:920px;

padding: 0px;
padding-top:50px;
background-image:url(grafik/CAD-byran-bottom.png);
background-repeat: no-repeat;
background-position:bottom;
clear:both;

}


.meny2 {
margin:0px;
text-align:right;
margin-right:54px;
color:#666666;
}

/*-----TEXTFORMATERING-----*/

.huvudrubrik{
font-size:1.6em;
font-weight:bold;
margin-top:4px;
margin-bottom:8px;
font:Verdana, Arial, Helvetica, sans-serif;
}

.underrubrik{
font-size:1.2em;
font-weight:bold;
margin-top:25px;
margin-bottom:6px;
font:Verdana, Arial, Helvetica, sans-serif;
}


a{
color: #666666;
}

a:hover{
color: #FFFFFF;
}

a.meny{
text-decoration:none;
color:#333333s;
font-weight:bold;
font-size: 1.2em;
word-spacing: 2em;
}
a.meny:hover{
text-decoration:none;
color:#999999;
font-weight:bold;
font-size: 1.2em;
word-spacing: 2em;
}

.bildhöger{
float:right;
margin: 0 0 10px 10px;
}
.bildvänster{
float:left;
margin: 0 10px 10px 0;
}
.bildcenter{
text-align:center;
margin: 10px 10px 10px 10px;
}
