/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

html, body {
	height:101%
	}

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0px;
	padding:0px;
	color: #666666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }


/*------------------------------------------------------------*
**  Wrapper
**------------------------------------------------------------*/	
#wrapper {
	background: #FFFFFF url('../img/bg_body.jpg') no-repeat left top;
	width: 770px;
	margin:0px auto;
	padding: 0px;
	text-align: left		
	}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	width: 670px;
	margin:0px 0px 0px 92px;
	padding: 0px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	width:670px;height:163px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 19px;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #C3D5FD; 
	margin: 0px 4px 0px 4px;
	padding: 0;
	height: 21px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 15px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #333;
	background-color: #C3D5FD;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 11px;
	float: left;
	font-weight: normal;
	}
#nav li a:hover { background-color: #B0C8FC; }
#nav li a.on { background-color: #9DBBFB; color: #333; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	height:600px;
	margin-top:4px;
	position: relative;
	line-height: 20px; 
	word-spacing: 1px;
	background: #fff;
	border-top: 1px solid #ddd
	}

#sidebar div { background: #fff url('../img/fade_blue_bg.jpg') repeat-x; }

#sidebar img, #sidebar a{ cursor:hand; border:0; text-decoration:none}

/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	}

#content div{
	padding:10px;
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	background: #EEF2FD;
	float: left;
	width: 493px;
	margin-top:4px;
	position: relative;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 1px; border-left: 1px dashed #ddd;	
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #C3D5FD;
	border-bottom: 4px solid #FFF;
	border-top: 4px solid #FFF;
	text-align: center;	
	color: #333333;
	font-size: 12px;
	padding:4px;
	line-height: 25px;
	clear: both
	}
	
#footer a { border-bottom: 1px solid #49515C; text-decoration: none; color: #333; font-weight: bold;}
#footer a:hover {border-bottom: 1px dashed #49515C; color: #333; font-weight: bold; }

#julklapp {
	background-position: center top; 
	width:450px;
	height:190px; 
	background-image:url('../img/presentkort.jpg'); 
	background-repeat:no-repeat; 
	background-attachment:scroll;
	margin:30px 0px 0px 0px;
	}
	
#jultext {
	width:245px;
	float:right;
	line-height: 120%;	
	margin:40px 15px 0px 0px;
	}
	
.avdelare {
	width:450px;
	height:1px; 
	border-bottom: 1px dashed #ddd;
	}
	
#bild1 {
 	float:right;
 	margin:14px 10px 10px 10px;
 	width:200px;
 	height:214px;
	border:4px solid #FFFFFF; 
	background-image:url('../img/bild1.jpg'); 
	background-position: left top;
	background-repeat:no-repeat; 
	background-attachment:scroll;
	}

#bild2 {
 	float:right;
 	margin:15px 10px 10px 10px;
 	width:150px;
 	height:500px;
	border:4px solid #FFFFFF; 
	background-image:url('../img/bild2.jpg'); 
	background-position: left top;
	background-repeat:no-repeat; 
	background-attachment:scroll;
	}
	
#bild3 {
 	float:left;
 	margin:10px 10px 0px 10px;
 	width:410px;
 	height:121px;
	background-image:url('../img/bild3.jpg'); 
	background-position: left top;
	background-repeat:no-repeat; 
	background-attachment:scroll;
	}
	
#bild4 {
 	float:right;
 	margin:24px 10px 10px 10px;
 	width:200px;
 	height:240px;
	border:4px solid #FFFFFF; 
	background-image:url('../img/bild4.jpg'); 
	background-position: left top;
	background-repeat:no-repeat; 
	background-attachment:scroll;
	}
	
#logga_mini {
	width:190px;
	height:190px;
	float:right; 
	background-image:url('../img/logga_mini.jpg');
	background-position: left top; 
	background-repeat:no-repeat; 
	background-attachment:scroll;
	
	}	
	
ul li { 
	list-style-type: square;
	color: #C43636;
	}
	
ol li { 
	list-style-type: decimal;
	color: #C43636;
	}
	
.kursiv {
	font-style: italic
	}
