#kopf {
  margin-top: 0px;
  height: 60px;
  margin-bottom: 2px;
  font-family: Verdana, Helvetica, Arial;
}
#seite
{
  max-width: 935px; /* FF braucht das fuer die zentrierung */
  width: 935px;
  padding: 0px;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung, die der IE <= 6 nicht versteht */
  position:relative;
}
.nav_oben
{
  width:250px;
  margin-left:52px;
  margin-top:0px;
  background:#0573D0;
  text-align:right;
  padding:3px 0px;
  height:54px; /*firefox will hier 54px wenns 60 hoch werden soll, da er fehlerhafterweise das padding aussen addiert */
  color:white;
  position:absolute;
}
.titel
{
  font-size: 20px;
	margin-top: 15px;
  text-align:left;
  padding-left:3px;
}
.untertitel
{
  text-align:left;
  font-size: 11px;
	padding-left:3px;
}
/*
.werbung_rto
{
  width:468px;
  height:60px;
  padding:0px;
  background:#bbbbbb;
  margin-left:476px;
  position:absolute;
}
.seitenwahl
{
  position:absolute;
  top:3px;
  right:5px;
  text-align:right;
}
.nav_rt_unten
{
  position:absolute;
  top:45px;
  right:5px;
  text-align:right;
}
.sprachwahl
{
  text-align:left;
  padding-left:3px;
}*/
.kopfbild
{
  height:60px;
	margin-left:302px;
  position:absolute;
}

#kopf a:link       { color: white; text-decoration:none; }
#kopf a:visited    { color: white; text-decoration:none; }
#kopf a:hover      { color: #FF9900; text-decoration:none; }
#kopf a:active     { color: white; text-decoration:none; }


.logo
{
  margin-left:0px;
  left:0px;
  width:52px;
  position: absolute;
}
.seitentitel
{
  text-align:center;
	margin: 0px;
	padding: 0px;
}
.seitentitel h2
{
margin:0px;
}

/* Aenderungen im Theme */
#search-box-all {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	white-space: nowrap; /* For Opera */
}

.inputbox-search-all
{	
  width: 125px;
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.inputbox-search-all:hover {
	border: 1px solid #eaeaea;
}

.inputbox-search-all:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

#search-box-all input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box-all input.button1 {
	padding: 1px 5px;
}

#search-box-all li {
	text-align: right;
	margin-top: 4px;
}

#search-box-all img {
	vertical-align: middle;
	margin-right: 3px;
}

/* /ergŠnzung */
.icon-info
{
  background-image: url("images/icon_info.gif");
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 1px 0 0 17px;
}