
/******************************************************************/
/*******          Grund                                     *******/
/******************************************************************/

html, body {
margin: 0px;
padding: 0px;
}

body {
padding: 15px 0px 0px 0px;
background-color: #ffffff;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #3d3d3d;
/*
background: url(img/bg_splash.jpg) 0px 367px repeat-x;
*/
}



/******************************************************************/
/*******          Småsaker                                  *******/
/******************************************************************/

/* Inga linjer på länkade bilder */
img {
border: none;
}

h1 {
font-size: 22px;
padding-left: 15px;
}

p {
font-size: 14px;
}




a {
color: #3d3d3d;
text-decoration: none;
}

a:visited {
color: #3d3d3d;
text-decoration: none;
}

a:hover {
color: #c53f1b;
}




/******************************************************************/
/*******          Strukturen                                *******/
/******************************************************************/


/* Kontainern som omringar och centrerar hela sidan */
#container {
margin: auto;
width: 980px;
height: 550px;
}

#logotype {
height: 65px;
background: url(img/header.jpg) 10px -10px no-repeat;
}

#content {
background: url(img/splash_bg1.jpg) 0px -10px no-repeat; /*bg_splash_stripes*/
padding: 40px 0px 0px 40px;
}

/* Content */
#left_content a {
padding: 10px 0px 0px 10px;
display: block;
}

#left_content {
padding: 0px;
width: 300px;
height: 400px;
float: left;
}

#right_content {
float: left;
width: 400px;
padding: 0px;
}

#footer {
Padding: 5px 50px 0px 5px;
}

#footer_left {
float: left;
width: 300px;
}

#footer_right {
float: left;
width: 580px;
text-align: right;
}
