*, html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background: #D7E4EC url(bgr.gif) repeat-x;
	color: #000;
	font-size: 80%;
	text-align: center;
	line-height: 1.5em;
}
hr {
	display: none;
}

/* layout */
#main {
	text-align: left;
	background: #fff;
	width: 769px;
	height: auto;
	margin: 8px auto;
}
#content { 
	width: 545px;
	margin-left: 180px;
	padding: 20px 20px 0 20px;
	background: #fff;
}
#header {
  width: 100%;
  height: 61px;
  background: #3399CC url(head.gif) top left no-repeat;
  /* _background-color: 3399cc; */
}
#header span {
  display: none;
}
#header a {
  display: block;
  width: 50%;
  height: 61px;
}
ul#navigation {
  margin: 0;
  float: left;
  padding: 85px 5px 26px 25px;
  list-style: none;
  height: 235px;
  width: 154px;
  _width: 184px;
  _height: 234px;
  _margin-right: -3px;
  background: #fff url(nav.jpg) no-repeat top right;
}
p#kontakt {
  background: #EE5B33 url(kon-right-310.gif) no-repeat top right;
  padding: 20px 15px 5px 15px;
  color: #fff;
  font-size: 12px;
}
p#kontakt a {
  color: #fff;
}
div#kontakt {
  float: left;
  clear: left;
  width: 184px;
  height: auto;
  margin: 0; padding: 0;
  padding-bottom: 12px;
  background: url(kon.gif) no-repeat bottom right;
  margin-bottom: 10px;
}
p#footer {
  clear: both;
	height: 25px;
	_height: 30px;
	line-height: 25px;
	font-size: 80%;
	color: #999999;
	text-align: right;
	border-top: 1px solid #999999;
}
p#footer a {
  color: #999999;
}
#topnav {
  margin: 0;
}
#topnav img {
  border: none;
  margin: 0;
}
/* end - layout */

/* headers + p */
h1, h2, h3, h4 {
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
}
p {
	margin: 1em 0;
	font-size: 100%;
}
p.just
{
	text-align: justify;
}
h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }

abbr, acronym {
	border-bottom: 1px dashed #666666;
	cursor: help;
}

img {
  border: 1px solid #ddd;
}
/* end headers + p */

/* links */
a:link { color: #4885A7; }
a:visited { color: #800080; }
a:hover, a:active { color: #EE5B33; }

a.small { font-size: 1.1em; font-family: Terminal; }
/* end links */

/* navigation */
ul#navigation a { 
  color: #fff;
  font-size: 12px;
  font-weight: bolder;
  text-decoration: none;
}
ul#navigation li { 
  padding-bottom: 2px;
  font-family: arial, sans-serif;
}
ul#navigation a:hover, ul#navigation a:active { text-decoration: underline; }

ul#navigation li strong { color: #B00000; }
/* end navigation */

/* table */
table {
	border-collapse: collapse;
	font-size: 100%;
}
thead td {
	border: none;
	padding: 5px;
	font-weight: bolder;
	border-bottom: 1px solid #999999;
}
tbody td {
  border: none;
	padding: 5px;
	vertical-align: top;
}
/* end table */

/* list */
ul {
	margin: 1em 1em 1em 2em;
	line-height: 1.6em;
	font-size: 100%;
	list-style-type: disc;
	list-style-position: outside;
}
ol {
	margin: 1em 1em 1em 2em;
	line-height: 1.6em;
	font-size: 100%;
	list-style-position: outside;
}
/* end list */

/* classes */
.cleaner {
 clear: both;
}
.rightbox {
 float: right;
 margin: 0 0 10px 10px;
}
.right {
 text-align: right;
 margin-top: 0; 
}

ol.alpha
{
  list-style-type: lower-latin;
  margin-left: 50px;
}

ol.decimal
{
  list-style-type: decimal;
}

ol.alpha li
{
  font-weight: bold;
}

ol.decimal li
{
  font-weight: normal;
}

ol.alpha ul li
{
  font-weight: normal;
}

td.sumitem, td.sumtitle
{

}

td.itemempty
{
  height: 15px;
}

thead td
{
  font-size: 1.1em;
}

