@charset "utf-8";
/* CSS NEED BY INDEX.HTML START */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #333333;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  	width: 15%;2
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #ffcc00;
	background: #D84203;
}

#header {
	float: left;
	padding: 0px;
	width: 970px;
	height: 150px;
	background: url(../images/header_03.jpg);
}

table.moduletable {
	width: 100%;
	padding: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../images/subhead_bg.png);
	color: #666666;
	text-align: left;
	padding-top: 3px;
	padding-left: 4px;
	height: 14px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#blockkopf {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.button {
  color: #C43C03;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px;
  line-height: 18px !important;
  line-height: 16px;
  height: 22px !important;
  height: 22px;
  margin: 1px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FF0033;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a.sublevel:hover {
	color: #FF0033;
	text-decoration: none;
}

a:link, a:visited {
	color: #C43C03;	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffcc00; text-decoration: none;
	font-weight: bold;
}

hr {
	width: auto;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height:1px;
	text-align:left;
	border: none;
}

td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
}


/* CSS NEED BY INDEX.HTML END */

/* NEW CSS START */

table.presenttable th {
	color: #000000;
	background-color: #d24104;
	text-align: left;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


h1 {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

h4 {
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}

.text_highlight {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

.table_flyer {
	color: #666666;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
}

#table_flyer_header {
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
}

.back_button {
	float: left;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 1px solid #cccccc;
  	width: auto;
  	background: url(../images/button_bg.png) repeat-x;
  	padding: 0px 5px;
  	line-height: 20px;
  	margin-top: 5px;
	margin-left: 0px;
}

div.thumbnail
{
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	float: left;
	margin: 4px;
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}
	
div.gallery
{
	width: 750px;
	margin-left:20px;
}

div.gallery_headline
{
	width: 630px;
	margin-bottom : 10px;
	margin-top : 6px;
	font-size:16px;
}

div.archiv_header
{
	position: absolute;
	margin-left:0px;
	margin-botton: 10px;
}

div.archiv_0
{
	position: absolute;
	margin-left:600px;
}
div.archiv_1
{
	position: absolute;
	margin-left:100px;
}
div.archiv_2
{
	position: absolute;
	margin-left:200px;
}
div.archiv_3
{
	position: absolute;
	margin-left:300px;
}
div.archiv_4
{
	position: absolute;
	margin-left:400px;
}
div.archiv_5
{
	position: absolute;
	margin-left:500px;
}
div.archiv_6
{
	position: absolute;
	margin-left:0px;
}

/* Autocomplete */

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:15px;
  cursor:pointer;
}


/* NEW CSS END*/



