/* CSS Document */

/* BODY */

html, body { padding:0px; margin:0px; width:100%; height:100%; }
body { background-color:#333333; color:#ffffff; font-family: 'Roboto'; }

/* RESET DEFAULT */

img { padding: 0; margin: 0; display: block; }
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align:top; }
table { border-collapse: collapse; border-spacing: 0; width:100%; border:0; padding:0; }
a:link, a:visited, a:hover { text-decoration:none!important; }

/* LAYOUT */

#main { width: 960px; margin-left:auto; margin-right:auto; background-color:#333333; margin-top:0; }
#header { width:960px; background-color:#333333; color:#FFFFFF; clear:both;}

#content_logo { background-color:#333333;}
#content_menu { background-color:#333333; color:#FFFFFF; border-bottom:5px solid #FFF; display:inline-block; }
#content_main { width:960px; background-color:#FFFFFF; color:#333333; clear:both; }
#content_pic { width:960px; background-color:#FFFFFF; color:#333333; clear:both; }
#content_footer { width:960px; background-color:#E4E4E4; color:#333333; clear:both; }

.left { padding:30px 0 30px 30px; }
.right { padding:30px 30px 30px 30px; }

/* MENY */
#content_menu a:link, a:visited, a:hover { font-weight:700; font-size:1.4em; padding:5px; border-right: 5px solid #fff; }
#content_menu a:link { color:#FFF; }
#content_menu a:hover { color:#FFF; }
#content_menu a:visited { color:#FFF; }

/* LÄNKAR */
a:link, a:visited, a:hover { font-weight:700; }
#content_a a:link { color:#002560; }
#content_a a:hover { color:#BA123D; }
#content_a a:visited { color:#002560; }

/* TEXT */

rubrik { font-weight:700; font-size:2em; line-height:1em; text-transform:uppercase; margin-bottom:0.4em; display:block; }
rubrik_2 { font-weight:700; font-size:1.4em; line-height:1em; text-transform:uppercase; margin-bottom:0.4em; display:block; }

p { font-weight:400; font-size:1.2em; line-height:1.2em; margin-top:0; font-family:'Open Sans';}

li { font-weight:100; font-size:1.2em; line-height:1.2em; }

.fet { font-weight:400; }

/* SPLASH */
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px; }
	
#kontaktinfo {
	text-align:center;
	margin-top: 100px;
	width: 400px;
	margin-left: auto;
    margin-right: auto;}