/*
////////////////////////////
////////HTML ELEMENT////////
////////////////////////////
*/
html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%
}
body
{
	width: 100%;
	margin: 25px 0px 0px 0px;
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;
	font-size: 12px;
	/*color: #CECECE;*/
	color: #000000;
	text-align: center;
}
h1, h2, h3, h4
{
	color: #000000;
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;
	font-weight: bold;
	font-size: 18px;
	display: inline;
}
h2,h5
{
	
}
h3
{
	font-size: 12px;
	line-height: 20px;
}
a, a:visited, a:hover
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
form
{
	margin: 0px;
}
input, textarea, select
{
	color: #000000;
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;
	font-size: 11px;
	font-weight: bold;
}
table, tr, td, th
{
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;
	font-size: 12px;
	color: #000000;
}
#container
{
width: 838px;
text-align: left;
margin: auto;
}
#top-logo
{	background-color: #8BB6CC;
	clear: both;
	border-top: 2px solid #C1D1EE;
	border-left: 2px solid #C1D1EE;
	border-right: 2px solid #72A2D6;
	border-bottom: 2px solid #72A2D6;
}
#absolute-logo
{
	position: absolute;
	top: 80px;
	left: 838px;
	clear: both;
}
#left-container
{
	float:left;
	width: 140px;
	margin-top: 5px;
}
#right-container
{
	float:left;
	margin-left: 5px;
	width: 692px;
	margin-top: 5px;
}

#left-container #meny
{
	clear: both;
	position: relative;
	background-color: #B5CAEA;
	border-top: 2px solid #C8D6F0;
	border-left: 2px solid #C8D6F0;
	border-right: 2px solid #96B9E0;
	border-bottom: 2px solid #96B9E0;
	height: 300px;
}

#left-container ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#left-container li.lank
{
	height: 20px;
	display: block;
	text-indent: 9px; 
	line-height: 18px;
	margin: 5px;
	color: black;
}
#left-container li.active
{
	height: 20px;
	display: block;
	text-indent: 9px; 
	line-height: 18px;
	margin: 5px;
	border: solid 1px #306BAE;	
}
#left-container li.lank a
{
	height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;	
}
#left-container li.lank a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	border-top: 2px solid #71A9CA;
	border-left: 2px solid #71A9CA;
	border-right: 2px solid #447CB5;
	border-bottom: 2px solid #447CB5;
	background-color: #578CC0;
}
#left-container li.active a
{
	height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: verdana, arial, sans-serif, Helvetica, Times New Roman;
	
}
#left-container li.active a:hover
{
	text-decoration: underline;
}
#right-container #body
{	
	position: relative;
	width: 100%;
	height: 400px;
}
#right-container #body #rubrik
{
	width: 400px;
	margin: 20px 0px 0px 20px;
}

#right-container #body #content
{
	width: 600px;
	margin: 5px 0px 0px 25px;
	line-height: 17px;
}

#right-container #body #content p
{
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

#right-container #body #content #cl
{
	float: left;
	margin: 5px;
}
#right-container #body #content #cr
{
	float: left;
	margin: 5px;
}


#calendar
{
	text-align: center; 
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	width: 80%;
	margin: 5%;
}
#calendar-nav
{
	line-height: 20px;
	margin: 5%;
	width: 80%;
	text-align: center;
}
#calendar th
{
	width: 14%;
	line-height: 18px;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
}
#calendar td
{
	width: 14%;
	height: 19px;
	text-align: center;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
}
#calendar .event
{
	background-color:#B5CAEA;
}
#document_list
{
	width: 100%;
}
#anvandare
{
	width: 100%;
}

.members
{
	width: 290px;
}
.members2
{
	width: 360px;
}

.startlogo
{
	margin: 90px 0px 0px 335px;
}
