body{
	font-family: Arial;
	color: #000;
	background-image: url(ljusgra.jpg);
	background-repeat: repeat-all;
	padding: 0px;
	margin: 0px;
}

body, html, h1, h2, h3, h4, h5, p, a, ul, li, ol, form, small, img {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	font-weight: normal;
}

h1{
	font-size: 16px;
	font-weight: bold;
}

h1 a {
	font-size: 16px;
	font-weight: bold;
	}

h2{
	color: #000;
	padding: 10px;
	margin: 0px;
	font-size: 18px;
}

p{
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	margin: 0px;
}

li{
	font-size: 12px;
	line-height: 20px;
}

a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
		
#.content p a:hover{
		font-weight: bold;
	}

#index{
	border-right: 1px solid #000;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#logo{
	text-align: center;
	top: 0px;
	height: 100px;
	background-color: #fff;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* ##### MENY ##### */

.page_item {
	background-color: #ffffff;
}

#topmenu_full {
	position: center;
	text-align: center;
	height: 27px;
	background: #fff;
	border-bottom: 0px solid #ccc;
}
#topmenu {
	background: #fff;
	width: 700px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#topmenu ul {
	background:url('img/topmenu_bkg.gif') repeat-x;
	color: #ff83f3;
	height: 27px;
	overflow: hidden;
	margin-left: 0px;
}
#topmenu li {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: 5px;
	list-style:none;
	line-height:24px;
	float: left;
	overflow: hidden;
}
#topmenu  a {
	background-color: #e7b0e2;
	font-family:Tahoma, "Franklin Gothic Medium", Georgia;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
#topmenu a:hover {
	border-bottom: 0px solid #000;
	color: #000;
	background-color: #fadbf7;
}

#topmenu .current_page_item a, #topmenu .current-cat a, #topmenu .current-cat-parent a, #topmenu .current_page_parent a {
	font-family:Tahoma, "Franklin Gothic Medium", Georgia;
	font-size: 12px;
	background: #fadbf7;
	letter-spacing: 1px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
#topmenu .current_page_item  a:hover {
	border-bottom: 0px solid #fff;
}

#topmenu li a {
	display: block;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
}

#topmenu .clicked a {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
	color: #000;
}
#topmenu .clicked span {
	background:url('img/topmenu_active.gif') no-repeat;
	background-position: -200px 0px;
}
