/* ABBAriginal Stylesheet */

* {
margin: 0;
padding: 0;
}

body {
/* background: url(images/back_gradient2.jpg) repeat-x 0 100px;*/
background: url(images/back_gradient2.jpg) repeat-x 0 -80px;
background-color: #145058;
/* background-color: #19646e; */
color: black;
font: 100%/1.5 Verdana, sans-serif;
text-align: center;
}

#bluetop {
background-color: #145058;
/* background-color: #3624c0; */
width: 100%;
height: 00px;
font-size: 0px;
border: 0px solid white;
}

#wrapper {
  border: 0px solid white;
  position: relative;
/*  background-color: yellow; */   
  width: 1024px;
  top: -80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#header {
  border: 0px solid white;
  padding-top: 100px;
  position: relative;
  text-align: center;
  width: 1024px;
  height: 75px;
  z-index: 100;
}

#welcome_message {
  position: relative;
  top: 80px;
  z-index: 150;
  font-size: 100%;
  font-family: "Trebuchet MS";
  text-align: center;
  border: 0px solid black;
}

#welcome_message table {
/*  display: none; */
  border: 0px solid blue;
  margin-left: 250px;
  _margin-left: 0px;
  width: 650px;
}

h1 {
  font-size: 120%;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 100%;
  margin: 0;
}

td {
  font-size: 80%;
  color: #aaf;
  padding-bottom: 5px;
  text-align: center;
}

td p, td u {
  text-align: left;
  font-size: 100%;
}

#sprachen {
  position: absolute;
/*  background-color: #336699; */
  left: 170px;
  top: 142px; 
  z-index: 150;
  padding: 13px;
  border: 0px solid white;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

#sprachen a {
  opacity: 1;
  filter:alpha(opacity=100);
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  border: 2px solid #559;
  padding: 3px;
}


#logo {
  position: absolute;
  top: 330px;
  left: 330px;
  z-index: 55;
}
/*
#bjorn {
position: absolute;
top: 81px;
left: 0px;
z-index: 10;
}

#agnetha {
position: absolute;
top: 208px;
left: 243px;
z-index: 20;
}

#frida {
position: absolute;
top: 199px;
left: 530px;
z-index: 60;
}

#benny {
position: absolute;
top: 93px;
left: 762px;
z-index: 50;
}
*/
#bjorn {
	position:absolute;
	left:-24px;
	top:161px;
	_top:161px;
	width:338px;
	height:651px;
  z-index: 10;
}

#benny {
	position:absolute;
	left:721px;
	top:161px;
	_top:161px;
	width:341px;
	height:651px;
  z-index: 10;
}

#agnetha {
	position:absolute;
	left:314px;
	top:293px;
	_top:293px;
	width:206px;
	height:561px;
  z-index: 10;
}

#frida {
	position:absolute;
	left:520px;
	top:293px;
	_top:293px;
	width:201px;
	height:561px;
  z-index: 10;
}


a:link,
a:visited,
a:focus,
a:hover,
a:active {
color: white;
}


