* {
  margin: 0;
	border: 0;
	padding: 0;
}

img {
	vertical-align: top;
}

body {
  font: 11px/16px Arial, Verdana, Helvetica;
	color: #666;
	margin-bottom: 50px;
}

h1 {
  font-size: 22px;
	color: #333333;
	margin: 3px 0 5px 0;
}

h3 {
  font-size: 11px;
	color: #999999;
}

h2 {
  color: #444444;
	font-size: 16px;
	margin: 0 0 5px 0;
}

h4 {
  font-size: 12px;
	padding: 2px 0 2px 10px;
	color: #FFFFFF;
}

#wrapper {
  width: 795px;
}

#logo {
  float: left;
}

#container {
  margin: 3px;
	clear: both;
	width: 795px;
}

#header {
  background: url(../images/menue_bg.gif);
	width: 793px;
	height: 25px;
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
}

#header ul {
  list-style: none;
}

#header ul li {
	float: left;
}

#header ul li a {
  font-size: 12px;
	color: #2F6681;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 15px;
	display: block;
	padding: 5px 20px 5px 21px;
	border-right: 1px solid #CCC;
	margin: 0 0 -1px 0;
}

	#header ul li a.last {
    border: 0;
		padding: 5px 23px 5px 22px;
  }

#header ul li a:hover {
  background: url(../images/menue_bg_ho.gif) repeat-x;
	color: #FFF;
}

#leftcol {
  width: 190px;
	float: left;
}

#menue {
  float: left;
}

#menue ul {
	list-style: none;
}

#menue li {
	width: 190px;
}

#menue li a, #menue li a:visited {
	color: #2f6681;
	text-decoration: none;
  text-transform: uppercase;
	padding: 2px 0 2px 15px;
	display: block;
	border-bottom: 1px solid #d5e0e6;
	height: 16px;
}

#menue li a.active {
  font-weight: bold;
	background: #dde6eb;
	border-bottom: 1px solid #acc2cd;
}

#menue p {
  padding: 5px 10px 5px 10px;
	background: #CC0000;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	border: 1px solid #acc2cd;
}

#rightcol {
  float: right;
	border-left: 1px solid #CCCCCC;
}

#item_right ul.list li {
	list-style: disc outside;
	margin: 2px 0 2px 20px;
}

.headline {
	float: left;
	margin: 0 0 0 6px;
	padding: 5px 0 5px 10px;
}

.tablepadding td {
  padding: 3px 0 2px 10px;
}

#item_right {
  width: 397px;
	padding: 35px 0 0 25px;
	float: left;
}

#item_right p, #related p {
  margin: 0 0 10px 0;
}

#item_right a, #item_right a:visited, #related a, #related a:visited {
	color: #2f6681;
	text-decoration: none;
}

#item_right a:hover, #related a:hover {
  text-decoration: underline;
}

#item_right ul {
  list-style: none;
}

#item_right li.list_item {
  margin: 0 0 0 12px;
}


small {
  color: #999;
	font-size: 11px;
}

p.import {
  margin: 0 0 5px 20px;
	clear: both;
}

.agenda {
	margin: 0 0 20px 0;
}

.agenda td {
  background: #eaeff2;
	padding: 3px 3px 3px 10px;
	color: #333;
}

#related {
	width: 150px;
	float: left;
	padding: 35px 0 0 25px;
}

.dotted {
	background: url(../images/dotted.gif) repeat-x;
	height: 1px;
	margin: 5px 0 5px 0;
}

.input {
  border: 1px solid #CCCCCC;
}

.error {
  color: #CC0000;
}

.button {
  background:transparent url(../images/send_en.gif) repeat scroll 0%;
	border:0pt none;
	cursor:pointer;
	height:22px;
	width:78px;
}

#footer {
  padding: 10px 10px 0 10px;
	clear: both;
	border-top: 1px solid #CCCCCC;
}

#footer small {
  color: #666;
	font-size: 11px;
}

#footer a, #item a {
  color: #2f6681;
	text-decoration: none;
}

#footer a:hover, #item a:hover {
	text-decoration: underline;
}

