﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #f5f5f5;
	font-family: Tahoma, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */
#container {
				border-right: 2px solid Maroon;
				border-left: 2px solid Maroon;
				background-color: #FEF3B2;
				background-image: url('../images/leftmenu.jpg');
				background-repeat: no-repeat;
				background-position: left top;
				background-attachment: scroll;
				border-bottom: 2px solid Maroon;
}
#masthead {
				background-color: #FEF3B2;
				padding: 15px;
				background-image: url('../images/top.png');
				height: 88px;
}
#navigation {
	background-color: #CC0000;
	margin-left: 160px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
	border-top-color: #990000;
	border-bottom-color: #800000;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
				background-color: #FCD800;
				padding-bottom: 30px;
				margin-left: 3px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
				background-color: #FFFFFF;
				color: #277D79;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
				color: #FFFFCC;
				text-decoration: none;
				margin: 0 1px;
				padding: 5px;
				display: block;
				border: 1px solid #006666;
				font-weight: bold;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Left Column */
H1  {
	Font-Size: 20px;
  	Font-family: georgia, arial, helvetica;
  	Color: #036;
  	}
H2  {
	Font-Size: 20px;
  	Font-Family: georgia, arial, helvetica;
  	Color: #069;
  	}
H3  {
	Font-Size: 14px;
  	Font-Family: verdana, arial, helvetica;
  	Color: #069;
  	}
H4  {
	Font-Size: 14px;
  	Font-Family: verdana, arial, helvetica;
  	Color: #036;
  	}
H5  {
	Font-Size: 13px;
  	Font-Family: verdana, arial, helvetica;
  	Color: #069;
  	}
H6  {
	Font-Size: 13px;
  	Font-Family: verdana, arial, helvetica;
  	Color: #036;
  	}a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #CC3300;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
				font-weight: bold;
				color: #008484;
}

/* Defaultlista */

.defaultlista {
	list-style-type:none;
	margin-left:18px;
	padding-bottom:1em;
}
.defaultlista li.padding {
	padding:3px 0;
}
.defaultlista li.dot {
				background-image: url('../images/plutt.gif');
				background-repeat: no-repeat;
				background-position: 0 4px;
				padding-left: 10px;
				vertical-align: top;
}
.defaultlista a {
	display: block;
	padding: 6px 0 6px 10px;
	width: 230px;
	text-transform: uppercase;
	font-size: 90%;
	background-image: url('../images/gr_pil.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
	word-spacing: 1px;
	border-bottom: 1px solid #eee;
	border-bottom-color: #FF9933;
	text-decoration: none;
}
