/*
	Html-tags
*/

body {
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman, Verdana;
	font-size: 11px;
	line-height: 150%;
	color: #606060;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


html {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

h1 {
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h2 {
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #000055;
}
a:hover {
	/*text-decoration: underline;*/*/
	color: #DDDDDD;
}




/*
	Speciella classer
*/


.menu_level1 li{
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 150%;
	color: #000055;
	text-align: left;
	margin: 0px;
	padding: 0px;

}

.menu_level1 li.active {
	/*background-color: #DDDDDD;*/
	/*color:red*/;
}

.menu_level2 li{
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 150%;
	color: #000055;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;

}

.menu_level2 li.active {
	color:red;
}

.footer {
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 0px;

}


/*
	Container 1
*/

#container1 {
	position: relative;
	top: 50px;
	width: 820px;
	height: 530px;
	margin: 0px auto;
	background-image: url(uploads/img/frame.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;	
	text-align: left;
}

#title {
	display: none;
}

#menu1 {
	position: absolute;
	top: 10px;
	left:365px;
	width: 145px;
	height: 150px;
}

#menu1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 145px;
}


#menu2 {
	position: absolute;
	top: 244px;
	left:365px;
	width: 145px;
	height: 150px;
}

#menu2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 145px;
}


#content1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 275px;
	height: 490px;
	margin: 0px;
}

#content2 {
	position: absolute;
	top: 10px;
	left:10px;
	width: 334;
	height: 490;
}

#logo {
	position: absolute;
	bottom: 35px;
	left:365px;
	width: 70;
	height: 50;

}

#footer {
	position: absolute;
	bottom: 2px;
	right: 10px;
	width: 800;
	height: 20px;
}
