/* Imports
----------------------------------------*/
@import url("/css/reset.css");
@import url("/css/externalLinks.css");

		html, body {
			margin:auto 0;
			height:100%;
			background-image:url("http://www.xiva.se/sparhundsgruppen/img/bg.jpg");
			background: #eeeeee;
			background-repeat: repeat-x;
		}
		body, p, td, th, li
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size:.875em;
			line-height:1.5em;
			color:#000000;
		}
		div {
			margin:0;
			padding:0;
		}
		h1
		{
			color:#000000;
			margin:.825em 0 .5em 0;
			font-size:2.125em;
		}
		
		h2
		{
			color:#000000;
			margin:.825em 0 .5em 0;
			font-size:1.75em;
		}
		
		h3
		{
			color:#000000;
			margin:.825em 0 .5em 0;
			font-size:1.5em;
		}
		
		#wrapper {
			width: 780px;
			height: 100%;
			margin: auto;
		}
		#header {
			border:1px solid #cccccc;
			width:100%;
			margin:0;
			background:#ffffff;
			margin-top:20px;
			text-align:center;
			vertical-align:middle;
			padding-top:20px;
			padding-bottom:20px;
		}
		#main {
			margin-top:5px;
			border:1px solid #cccccc;
			width:inherit;
			background:#ffffff;
		}
		#img_line {
			background:#eeeeee;
			border-top:1px solid #cccccc;
			border-bottom:1px solid #cccccc;
			padding:0;
			width:100%;	
			text-align:center;
		}
		#box1 {
			margin:10px;
			width:450px;
			font-size:13px;
			float:left;
		}
		#box2 {
			margin:10px;
			float:right;
			border:1px solid #cccccc;
			background: #f8f8f8;
			padding:10px;
			font-size:13px;
		}
		
		#aktuellt ul {
		list-style:none;
		float:right;
		background: #f8f8f8;
		}

		#akutellt ul li {
			list-style:none;
			line-height:20px;
			border-left:4px solid #eeeeee;
		}
		.content {
			padding:10px;
		}
		.content ul {
			list-style:none;
		}
		.content table tr td {
			padding:0;
			padding-right:10px;
			padding-top:5px;
		}
/*===================================*/
/* MENU */
/*===================================*/

#startsida #menStart, #contact #menContact, #gallery #menGallery, 
#press #menPress, #history #menHistory, #spar #menSpar, #news #menNews {
	border-bottom:1px solid #fff;
	background:#fff;
}

#menu {
width: 100%;
background: #eeeeee;
float: left;
height:25px;
padding:0;
border-bottom:1px solid #cccccc;
}

#menu a {
	text-decoration:none;
}

#menu ul {
	float:left;
	padding:0;
	list-style:none;
	margin:0;
	border-right:1px solid #ccc;
}

#menu ul li {
	line-height:25px;
	background: #eee;
	border-bottom:1px solid #ccc;
	font-size:14px;
	font-weight:500;
}

#menu ul li a {
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
}

#menu ul li:hover {
	background:#fff;
}

#menu ul ul {
	padding:0;
	background:#eee;
	position:relative;
	display:none;
	border-right:0;
	border-left:1px solid #ccc;
	margin-left:-1px;
}

#menu ul ul li {
	line-height:25px;
	background: #eee;
	padding-left:7px;
	padding-right:7px;
	border-bottom:1px solid #ccc;
}

#menu ul:hover ul {
	position:relative;
	display:block;
}


/*===================================*/
/*===================================*/
a, a:hover, a:active, a:visited {
	color: #000000;
}

