body
{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	line-height: 13px;
}

label
{
	cursor: hand;
	
}

form
{
	margin: 0px;
	padding: 0px;
}


input.bg
{
	border: 1px rgb(205, 203, 204) solid;
	background-repeat: repeat-x;
	background-position:top;
}


input
{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
}

textarea
{
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: black;
	background-color:white;
}
select
{
	margin-top: 4px;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: gray;
}

h1
{
	font-family: tahoma, verdana;
	font-size: 11px;
	border-bottom: 1px #000000 solid;
	margin-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #888888;
}

h2
{
	font-family: tahoma, verdana;
	font-size: 11px;
	border-bottom: 1px #D0D0D0  solid;
	margin-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	color: #888888;
}
p
{
	margin: 1px;
}

hr
{
	height: 1px;
	color: #cccccc;
}


strong
{
	color: #888888;
	font-family: tahoma, verdana;
	font-size: 11px;
}



div.white_box
{
	color: #666666;
	background-color: #FFFFFF;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #000000;
	line-height: 15px;
}

div.gray
{
	background-color: #f0f0f0;
	padding: 5px;
	line-height: 16px;
	margin-bottom: 1px;
}


div.white
{
	background-color: #000000;
	padding: 5px;
	line-height: 16px;
	margin-bottom: 1px;
}

div.big_div
{
	border: 1px #cccccc solid;
	background-color: #cccccc; 
	padding: 0px;
}

#container
{
	
	position: inline;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000080 solid;
	padding: 3px;
	width: 550px;
	margin-bottom: 8px;
}

#container_inside
{
	margin: 0px;
	position: inline;
	background-color: #FFFFFF;
	padding: 5px;
	color: black;
}

a
{
	text-decoration: none;
        font-weight: bold;
	color: #344C9B;
}

a:hover
{
	color: #a52a2a;
	text-decoration: none;
}


image
{
	border: 0px;
	margin: 0px;
}

a.image
{
	text-decoration: none;
	border: 0px;
}
a.image:visited
{
	text-decoration: none;
	border: 0px;
}
a.image:hover
{
	text-decoration: none;
	border: 0px;
}

a.orange
{
	font-weight: bold;
	color: #FF8040;
	border: 0px;
	text-decoration: none;
}
a.orange:visited
{
	text-decoraiton:none;
	color: #FF8040;
	border: 0px;
}

a.orange:hover
{
	text-decoration: none;
	border: 0px;
	color: #FF8040;
}

#tabmenue {
  padding: 3px;
  border-bottom: 1px solid #222; 
}
#tabmenue li {
  display: inline; 
}
#tabmenue li a {
  padding: 3px 1em;
  margin-left: 3px;
  border: 1px solid #777;
  border-bottom: 0;
  text-decoration: none; 
font-size:0.9em;
font-weight:bold;

}
#tabmenue li a#aktuell {
  padding-bottom: 4px; 
  border-bottom: 1px solid #fc0;
}

div.bgscroll {
  margin:20px 20px 20px 250px; width:35em; border:1px solid red;
  background-image:url(backtracking_records_t.png); background-repeat:no-repeat; background-position:center center;
  background-attachment:scroll;
}

div.bgfixed {
  margin:20px 20px 20px 250px; border:1px solid red; 
  background-image:url(backtracking_records_t.png); background-repeat:no-repeat; background-position:center center;
  background-attachment:fixed;
}




