#header {
  background-repeat: no-repeat; 
  height: 144px;
  width: 1000px;
  position: relative;
}

#spalte_links {
  position: absolute;
  top: 144px;
  left: 0;
  width: 114px; 
  padding-right: 2px;
  overflow: hidden;
  border-top: 1px solid white;
}

#spalte_mitte {
  position: absolute;
  left: 115px;
  top: 144px;
  width: 885px; 
  padding-bottom: 50px;
}

/* Menus **************/
#usermenu {
  position: absolute; 
  top: 88px;
  left: 0;
  width: 120px;
  font-family: arial;
  font-size: 12px;
}
#hauptmenu_1 {
  position: absolute; 
  top: 87px;
  left: 140px;
  width: 860px;
  font-family: arial;
  font-size: 12px;
}
#hauptmenu_2 {
  position: absolute; 
  top: 115px;
  left: 150px;
  width: 850px;
  font-family: arial;
  font-size: 12px;  
}
#hauptmenu_3 {
  position: absolute; 
  top: 127px;
  left: 160px;
  width: 740px;
  font-family: arial;
  font-size: 10px;  
}
#suche {
  position: absolute; 
  top: 85px;
  right: 0px;
}

/* Ticker **************/
#tickerzeile {
  position:fixed;
  bottom:0;
  left:0;
  height: 24px; 
  width: 1000px;
  padding: 0; 
  margin: 0;
}

div#tickermenu {
  float: left;
  width: 112px; 
  height: 16px; 
  vertical-align: top; 
  text-align: center;
  font-size: 9px; 
  padding: 4px; 
  margin: 0;
  color: white; 
  font-family: arial;
}

div#tickern {
  float: left;
  width: 42px;
  height: 16px; 
  text-align: center;
  font-size: 10px; 
  padding: 4px;
  margin: 0; 
  color: white; 
  font-family: arial;
}

div#ticker {
  font-family:arial;
  font-size:12px;
  color:white;
  height: 24px;
  margin: 0;
  padding: 0;
  width: 844px;
  position: absolute;
  top: 0;
  left: 170px;
  background-color: blue;
}

div.pointer {
  font-family:arial;
  font-size:12px;
  height: 24px;
  width: 244px;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  position: absolute;
  top: 0;
  left: 170px;  
}



.kopfzeile
{
	position: absolute;
	top: 8px;
	left: -5px;
}
.weisse_linie
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 1px;
	border-top: 1px solid white;
}

/*********** Userprofil Positionen ************/
.headline
{
	float: left;
}
.statistik_interaktiv_inhalt
{
	position: absolute;
	top: 144px;
	left: 749px;
	width: 151px;
}

.userprofil_inhalt
{
	position: absolute;
	top: 0px;
	left: 4px;
}

/*************** Albenübersicht ***************/

.album
{
	padding: 5px;
	border: 1px solid white;
	margin: 3px;
	width: 190px;
	height: 190px;
	font-family: arial;
	font-size: 12px;
	float: left;
	color: white;
	overflow: hidden;
}
