﻿@import url("layout.css");
body {
	font-family:   "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/bg-blom.ng.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 850px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	background-position: left top;
	text-align: center;
	width: 830px;
	padding: 8px;
	border: 1px groove #725972;
	background-color: #366816;
	background-image: url('../images/headlogo.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #725972;
}
#content {
	float: left;
	width: 690px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#column_l {
	background-color: #fff;
	background: #FFFFFF;
	width: 450px;
	padding: 2px;
}
html>body #column_l {
	width: 450px;
	padding: 0 15px;
	background-color: #fff;
	color: #333;
}
#column_r {
	width: 175px;
	padding: 10px 6px 10px 6px;
	background-color: #BFDFAC;
	font-size: small;
}
html>body #column_r {
	width: 190px;
	padding: 15px 10px;
	background-color: #BFDFAC;
}
#encolumn {
	width: 625px;
	padding: 10px 6px 10px 6px;
	font-size: small;
}
html>body #encolumn {
	width: 625px;
	padding: 15px 10px;
	background-color: #fff;
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px dotted #d8bfd8;
	font-size: 88%;
}
.brod {
	border-width: 0px;
	font-family: "Trebuchet MS";
	font-size: 0.8 em;
	padding-left: 2px;
	margin-left: 4px;
	vertical-align: top;
}

/* Masthead Styles */
#masthead h2 {
	color: #ffcc66;
}
#masthead h1 {
	color: #ffc;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #dfb8df;
	background-color: #006600;
}
#navigation a {
	color: #FF9900;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #366816;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#navigation a:hover {
	color: #663300;
	text-decoration: none;
	background-color: #8FC25E;
}
/* Content Styles */
#content h6 {
				color: #D78100;
				font-size: small;
}
h6 {
	color: #663300;
}

h5 {
	color: #663300;
}
h4 {
	color: #663300;
}
h3 {
	color: #663300;
}
h2 {
	color: #663300;
}
#content h1 {
	color: #663300;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
}
a:hover {
	color: #930;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
/* Defaultlista */

.defaultlista {
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 1em;
}
.defaultlista li.padding {
	padding:3px 0;
}
.defaultlista li.dot {
	display: block;
	padding: 6px 0 6px 18px;
	width: 300px;
	text-transform: uppercase;
	font-size: 90%;
	background-image: url("../images/prick_gul.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	word-spacing: 1px;
	border-bottom: 1px solid #eee;
	margin-left: auto;
	text-align: left;
	text-indent: 12px;
	overflow: auto;
}
.defaultlista a {
	display: block;
	padding: 6px 0 6px 22px;
	width: 350px;
	text-transform: uppercase;
	font-size: 90%;
	background-image: url("../images/prick_blue.gif");
	background-repeat: no-repeat;
	background-position: 0 6px;
	word-spacing: 1px;
	border-bottom: 1px solid #eee;
	margin-left: 8px;
	text-align: left;
}
.lista {
	margin: 1px;
	padding: 4px 0 4px 12px;
	width: 200px;
	text-transform: none;
	text-decoration: none;
	font-size: 90%;
	background-image: url('../images/prick.gif');
	background-repeat: no-repeat;
	background-position: 1px 6px;
	word-spacing: 1px;
	color: #993300;
	text-decoration: none;
	font-family: Tahoma;
	line-height: 8px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

