/* CSS Document created by informo.se */

 * {
 margin: 0px; 
 padding: 0px;}


body {
	margin:0px;
	font-family: 'Josefin Sans', sans-serif;
	color: #666;
	line-height: 1.5em;
	font-size: 110%;
	background-color: #FFFFFF;
	padding: 0px;
}

/* LAYOUT */

#container {
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

/* SIDHUVUD */

#sidhuvud {
	clear: both;
	text-align:center;
	padding: 10px 0px;
}

/* KOLUMN 1 */


  #menu {
	float: left;
	text-align: center;
	width: 700px;
	padding: 20px 0px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
 }
 
 
 

.content {
	float: left;
	text-align: left;
	width: 700px;
	padding: 10px 0px;
 }
 
 
 .content-center {
	float: left;
	text-align: center;
	width: 700px;
	padding: 10px 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
 }
 
 

 
 #content a {
	color:#FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

#content a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
}



 

/* SIDFOT */

#sidfot {
	clear: both;
	text-align: center;
	font-size: 80%;
 }
 
 #flashcontent {
	height: 14px;
	width: 14px;
}

 
 
a {
	color:#990000;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration:underline;
	color: #000000;
	background-color: transparent;
}




 p {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* RUBRIKER */

h1, h2, h3, h4 {
	padding: 10px 0px 5px 0px;
	font-style: normal;
	font-weight: lighter;
	color: #000;
}

h1 {
	font-size: 200%;
	background-color: transparent;

}

h2 {
	font-size: 170%;

}

h2 {
	font-size: 150%;

}


/* FORM */

textarea,input,submit {
	background-color:#FFFFFF;
	color:#FFFFFF;
	padding:1px;
	border:1px solid #ccc;
	margin:1px;
}
strong {
	font-size: 110%;
}
em {
	font-size: 85%;
}


ul {
	padding: 0px 0px 0px 35px;
}
li {
	padding: 5px;
}




#menu ul {
	padding: 0px 0px 0px 35px;
	list-style-type: none;
}

#menu li {
display: inline;
list-style-type: none;
padding-right: 20px;
}





/* SLIDESHOW */
		
#slideshow {
	position:relative;
	height:365px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
	
	

