@charset "utf-8";
/* CSS Document */
body {
		background-color: rgb(192, 161, 96);

	margin-top: 0;
}
a
{
	color: rgb(10, 33, 79);
	text-decoration:none;
}

.container
{
	margin-top: 80px;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	border-top:solid 1px #5f3c2b;
	border-bottom:solid 1px #5f3c2b;
	border-left:solid 1px #5f3c2b;
	border-right:solid 1px #5f3c2b;
	background-color: rgb(232, 228, 202);

}

#logo {
margin-top: 10px;
margin-left: 10px;
}


#logotekst {
margin-top: 25px;
margin-left: 15px;
}


#mainmenu {
margin-top: 10px;
margin-left: 120px;

}

#header {
margin-top: 10px;
margin-left: 10px;

}

h2 {
margin-top: 10px;
color: rgb(62, 110, 188);
}
/* Module Headings */

h3 {
font-size: 1.2em;
color: rgb(62, 110, 188);
margin-top: 10px;
margin-bottom: 20px;

}
#breadcrumb h3 {
display: none;
}

/* End Module Headings */

/* Module Styles */

#right .moduletable {
font-size: 11px;
color: #666666;
}

#breadcrumb .moduletable {
font-size: 11px;
margin-top: 5px;
margin-bottom: 5px;
}

#footer ul, 
#footer li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#footer li {
	float: left;
	padding-right: 20px;
}

#footer .moduletable {
	font-size: 11px;
	color: rgb(157, 130, 73);
}

#footer a, 
#footer a:link, 
#footer a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}


#right ul, 
#right li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#right li {
	text-indent: 5px;
	border-bottom: solid 1px; color: rgb(192, 161, 96);
	height: 20px;
}

#right a, 
#right a:link
{
	font-size: 11px;
	color: rgb(10, 33, 79);
	text-decoration: none;
	font-weight: bold;

}

#right a:hover
{
	font-size: 11px;
	color: rgb(62, 110, 188);
	text-decoration: none;
	font-weight: bold;

}


/* End Module Headings */

#right {
background-color: #FFFFFF;

padding: 5px;
margin-top: 30px;
padding-bottom: 20px;
}


