html {
        overflow-y: scroll;
}
body, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url('img/background.jpg');
	margin:0;
	padding:0;
}
.table1{
	height:100%;
	width:950px;
}
.table2{
	height:100%;
	width:100%;
}
.darkcell{
	background-color:#cccccc;
}
.lightcell{
	background-color:#efefef;
}
.header{
	height:200px;
	background:url('img/header.jpg');
	padding:0;
}
.redline{
	height:23px;
	background:url('img/redline.jpg');
}
.nextline{
	height:25px;
	background:url('img/nextline2.jpg');
}
.navi{
	padding: 0 0 0 7px;
	width:170px;
	background:url('img/naviline2.gif');
}
.content{
	padding:0 6px 0 5px;
	background:#f0e2cc;
	text-align:left;
	width: 612px;
}
.extras{
	width:119px;
	padding:0 5px 0 26px;
	background:url('img/extraline2.jpg');
}
.extras ul{
	list-style:none;
	width: 100%;
	margin: 0 0 10px 5px;
	padding: 0;
}
.extras li{
	width: 100%;
	display: block;
}
a, a:link, a:visited, a:active {
	color: #BD0031;
	text-decoration: none;
	border-bottom: 1px dotted #BD0031;
}
a:hover {
	color: #A08E29;
	text-decoration: none;
	border-bottom: 1px dotted #A08E29;
}

#addt a, a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 0px dotted #fff;
}

#addt a:hover {
	text-decoration: none;
	border-bottom: 0px dotted #fff;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	margin: 5px 0px 5px 0px;
}
.menu{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #ffffff;
}
.menu a, .menu a:link, .menu a:visited{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #ffffff;
}
.menub{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #ffff66;
}
.menub a, .menub a:link, .menub a:visited{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #ffff66;
}
.menuzwischen{
	background-color: #fff;
	height: 1px;
}
#menuspalte {
   color: #fff;
   width: 135px;
   border-collapse:collapse;
   background-color: #be0032;
   padding: 0 0 0 0;
   border: 0px none;
   margin-left:3px;
}
#menuspalte a {
   text-align:left;
   font-size: 8pt;
   color: #fff;
   display: block;
   background-color: #be0032;
   margin: 0px 0px;
   padding: 5px 0px 5px 5px;
   text-decoration: none;
   width: 135px;
   border: 0px none;
}
#menuspalte a:hover {
   background: #fff;
   color: #be0032;
   border: 0px none;
}

.whitebox{
	width:604px;
	background: #fff;
	border: 1px solid #bbb;
	padding:3px;
	margin-bottom:10px;
	text-align:left;
}
.box{
	height: 332px; 
	width: 612px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
}

.box img{
	width:580px;
	height:300px;
	padding:15px;
	border:1px solid #886f47;
	background:#bea67f;
}

.box a{
	border-bottom: 0px;
}
.info {
  background-color: #FFFFFF;
  border-collapse:collapse;
  border: 1px solid white;
  width: 100%;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 11px;
}
.info TR{
  background: #FFFFFF;
}
.info TH{
  background: #cccccc;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 11px;
  padding: 2px;
  text-align: left;
  font-weight: bold;
  border: 2px solid white;
}
.info TD{
  background: #dfdfdf;
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 11px;
  padding: 2px;
  font-weight: normal;
  border: 2px solid white;
}
a.infobox { border-bottom: 1px dashed #c30; text-decoration:none; }
a.infobox:hover { cursor:help; color:#c30; background:white; }
a.infobox span { visibility:hidden; position:absolute; left:16em;
               margin-top:1.5em; width:250; padding:1em; text-decoration:none; }
a.infobox:hover span { visibility:visible; border:1px solid #F69609;
                    color:#c30; background:#EBE3B1; }
.searchbox_button{
   vertical-align:middle; 
   width: 25px; 
   height: 24px;
}
.searchbox_input{
   width: 90px;
   font-size: 8pt;
}
.arc90_imgcaptionTXT {
	font-size: .8em;
	color: #666;
	text-align: left;
}
p.arc90_imgcaptionALT {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: .68em;
	text-align: right;
}
span.arc90_imgcaptionALT {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background: #888;
	color: #fff;
}
.arc90_imgcaption {
	text-align: center;
	border: 1px solid #DDD;
	background: #eeeeee;
	padding: 1em;
	margin: 0 0 1em 0;
	width: 9em;
}
.arc90_imgcaption img{
	border:0;
}
.floatl { float: left; margin-right: 1em; }
.floatr { float: right; margin-left: 1em; }