@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, img { margin: 0; padding: 0; }

body {  
    background-color:white;
	font-family: Calibri, Arial, sans-serif;  
    color:#000000;  
    font-size:18px;  
    line-height:17px;
} 

img { 
	border: none; 
	border: 0px;
	border-width: 0px; 
}

p { margin: 20px 0px 10px 0px; }  

h2 {  
    margin:10px 0px 10px 0px;;  
    font-size:24px;  
    font-family: Calibri, Arial, sans-serif; 
    color:#BC2025;
	font-weight:bold;
	font-style:italic;
}  
h3 {  
    margin:10px 0px 10px 0px;;  
    font-size:18px;  
    font-family: Calibri, Arial, sans-serif; 
    color:#BC2025;
	font-weight:bold;
	font-style:normal;
}  

a {
	text-decoration:underline;
	color:red;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

a:hover {
	text-decoration:none;
}
small {   
	margin:10px 0px 10px 0px;;  
    font-size:12px;  
    font-family: Calibri, Arial, sans-serif; 
    color:#4d4d4d;
	font-weight:normal;
	font-style:normal;
	}

/* Divs */

#main {  
    background-color:white;
	background-image:url(img/background_slice.jpg);  
    background-repeat:repeat-x;
}  

#main .container {  
    background-image:url(img/background.jpg);  
    background-repeat:no-repeat;
    width: 800px;
	position:relative;
}

#header { 
	height:184px;
	padding-top:30px;
} 

#content {
	position:relative;
	border-bottom: 5px solid #BC2025;
}

#slide_show {
	width:800px;
	height:400px;
}

#text_left {
	padding-top:20px;
	text-align:left;
}

#text_right {
	padding-top:20px;
	text-align:right;
}

#legal {
	text-align: center;
	padding: 20px 0px 20px 60px;
	color:#CCCCCC;
	font-size:12px;
	vertical-align:bottom;
}

#legal p { padding: 0px; margin: 0px; }
#legal a {
	color:#CCCCCC;
	text-decoration:none;
	padding: 0px; margin: 0px;
} 

#legal a:hover {
	text-decoration:underline;
}

/* Classes */

.container {  
    width:800px;  
    margin:0 auto;
	padding-bottom:0px;
	position:relative;
}  

.fl { float:left; }
.fr { float:right; }

.footer { padding: 20px; background: #4D4D4D: overflow:auto; margin: 0px auto; }
.separator { padding: 20px; }

/* NYA KLASSER */

li { margin: 20px 50px 0px 50px; }
#menu { position: absolute; top:175px; right: 1px; }
ul.menu_ul li { display: inline; list-style: none; margin: 0px 0px 0px 20px; }
ul.menu_ul li.active { color: black; font-size: 16px; margin: 0px; padding: 0px; margin: 0px 0px 0px 20px; }
ul.menu_ul a { color: white; font-size: 16px; text-decoration: none;  margin: 0px; padding: 0px;}
ul.menu_ul a:hover { color: black; text-decoration: none; }

	
