/* Vividus Campaign Site 2006 */
/* Design by Henrik Nilsson */


/* allm?nt */
* {
	margin: 0;
	padding: 0;
}

body {
	height: auto;
	background: #FFF;
	color: #1a3804;
	font-family: Georgia;
	font-size: 12px;
}

#flash {

	margin: 0px;
	padding: 0px;
}


/* l?nkar */
a {
	color: #D1D1D1;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}


/* centrering */
#container {
	height: auto;
	width: 780px;
	border: 3px solid #D1D1D1;
	margin: 20px auto 20px auto;
	padding: 0px
}

#intro_container {
	height: auto;
	width: 780px;
	margin: 50px auto 0 auto;
}
	
/* toppnavigering*/
#topbar {
	
	width: 780px;
	height: 35px;
	padding-left: 45px;
	vertical-align: middle;
	text-align: left;
}

/* toppnavigering lista */
	#topbar ul {
		
	}
	#topbar li {
		list-style: none;
		width: auto;
		float: left;
	}
	#topbar a {
		
		padding: 10px 10px 0px 10px;
		color: #6E6F6F;
		font-family: Georgia;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	#topbar a:hover {
		
		color: #1a3804;
	}


/* header */
#header {
	width: 780px;
	height: 415px;
	background:#FFF url(images/vividus_header.jpg) top left no-repeat;
	position: relative;
}

#intro_header {
	width: 780px;
	height: 284px;
	border-left: 3px solid #D1D1D1;
	border-top: 3px solid #D1D1D1;
	background:#FFF url(images/intro.jpg) top left no-repeat;
	position: relative;
}

/* Text i header */
#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

#intro_header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #14113E;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* navigation */
#navbar {
	position: absolute;
	bottom: 47px;
	left: 65px;
}

#intro_navbar {
	
	bottom: 450px;
	right: 265px;

}

/* navigation lista */
#navbar ul {
		
	}
	
#intro_navbar ul {
		
	}
	
#navbar li {
		list-style: none;
		width: auto;
		float: left;
	}
	
#intro_navbar li {
		list-style: none;
		width: auto;
		float: left;
	}

#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 2px;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
	}
	
#intro_navbar a {
		text-decoration: none;
		display: block;
		padding: 14px 4px 4px 4px;
		font-family: Verdana;
		color: #14113E;
		font-size: 10px;
		text-transform: uppercase;
	}
	
#navbar a:hover {
		color: #6E6F6F;
		
	}
	
#intro_navbar a:hover {
		color: #6E6F6F;
		display: block;
		color: #D1D1D1;
		
	}
	
/* inneh?ll */
#core {
	width: 780px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#intro_core {
	width: 780px;
	height: auto;
	margin-top: 0px;
}

/* centrerat inneh?ll */
#corecenter {
	width: 730px;
	height: auto;
	float: center;

}

#intro_corecenter {
	width: 730px;
	height: auto;
	float: center;
}

#corecenter h2 {
		font-family: Georgia;
		font-size: 16px;
		color: #6E6F6F;
		padding: 20px 20px 20px 70px;
	}
	
#corecenter h3 {
		font-family: Verdana;
		font-size: 14px;
		color: #6E6F6F;
		padding: 0px 10px 10px 70px;
	}
	
	
#intro_corecenter h2 {
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;
		color: #14113E;
		padding: 20px 0px 0px 70px;
	}
	
#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 70px;
		color: #888;
	}
	
#intro_corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 70px;
		color: #888;
	}
	
#corecenter ul {
		padding: 20px;
		width: auto;
	}
#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
#corecenter li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 4px;
	}
#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

/* footer */

#footer_img {

		width: 780px;
		height: 272px;
		background:#FFF url(images/slott.jpg) bottom left no-repeat;
	}








