div.inhalt {position: absolute; top: -1500; left: -1500; width: 800; height: 19;}


body {
  font-family: arial, tahoma, verdana, arial, sans-serif;
  font-size: 2;
  top-margin:0;
  left-margin: 0;

}

body, table, td, th, p, div, input, textarea {
    font-size: 12;  font-family: tahoma, verdana, arial, sans-serif; line-height:1.6;
}






A		{font-family: arial, sans-serif; font-size:12; font-weight: bold; text-decoration: none; color: #30608F}
A:hover          {font-family: arial, sans-serif; font-size:12; font-weight: bold; text-decoration: none; color: #30608F; }
A:active      {font-family: arial, sans-serif; font-size:12; font-weight: bold; text-decoration: none; color: #30608F; border-bottom: 1px dotted #30608F ;}




h1.content   {font-weight: bold; font-family: arial, georgia, verdana, tahoma, arial, sans-serif; font-size:18; text-decoration: none; color: #993300}


table.table1 {
cell-padding: 5;
cell-spacing: 5;
border-color: #C0C0C0;
}

table.table2 {
border-collapse: collapse;
border-style:hidden;
border-color: #FFFFFF;
align: center;
cell-padding: 5;
cell-spacing: 5;


}

table.table1 td {
vertical-align: top;
border-left-style: none;
border-left-width: medium;
border-right-style: solid;
border-right-width: 1;
border-top-style: none;
border-top-width: 1;
border-bottom-style: none;
border-bottom-width: 1;
}


table.table2 td {
vertical-align: top;
border-left-style: none;
border-left-width: 0;
border-right-style: none;
border-right-width: 0;
border-top-style: none;
border-top-width: 0;
border-bottom-style: none;
border-bottom-width: 0;
}



img.logo {
  width: 100%;
  height: 101;
}

div.generalheader {
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  background-image: url('design/bgtop.jpg');
  background-repeat: repeat-x;
}


div.generalsite {
  width: 100%;
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  background-image: url('design/bg.jpg');
}


div.content {
  width: 100%;
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  background-image: url('design/bgcon.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}


font.result {
    font-size: 14;  font-family: arial, verdana, arial, tahoma, arial,
sans-serif; line-height:1.6;
}



table.result td {
	vertical-align: top;
	border-bottom: 1px solid silver;
	text-indent:-1em;
	padding-left: 2em;
}


table.result2 td {
	vertical-align: top;
	border-bottom: 1px solid silver;
}


table.content td {
	vertical-align: top;
	border-bottom: 1px solid silver;
}


div.time {font-size:8; font-weight: bold;}


table.result  { text-align: left; width:100%; }
table.drop  { text-align: left; }
div.result  { color: #515151; font-size: 17; height: 25px; text-align: center; vertical-align: center; border-bottom: 1px solid #c0c0c0; background:#f5f5f5}






font.content {
    font-size: 5;
color: A39480;
}

div.generalsite {
  width: 100%;
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  background-image: url('design/bg.jpg');
}


div.generalheader {
  background-image: url('design/bgtop.jpg');
  background-repeat: repeat-x;
}


div.content {
  background-image: url('design/bgcon.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}



div.text {
  width: 100%;
}

img.logo {
  width: 100%;
  height: 101;
}






/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: center;
	bottom: 0;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	color: 444444;
	margin: 0;
	background: f1f1f1;
	}

ul.menu li a:hover {
	background: #F38F34;
	color: #f1f1f1 !important;
	text-decoration: underline;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: underline;
	}