﻿/* Basiseinstellungen */
body
{
background-color:black;
color:white;
font-family:Arial;
font-size:12pt;
}

a:link {color: #8F9ED3;}
a:visited {color: #8F9ED3;}
a:hover {color:#8F9ED3;}

.center{text-align:center;}
.justify{text-align:justify;}
.left{text-align:left;}

.blue {color:#8F9ED3;}

.big{font-size: 14pt;}
.small{font-size: 10pt;}
.smaller{font-size: 8pt;}
.bold{font-weight:bold;}

.news {font-size: 10pt;}
.news span {font-size: 8pt; color: #8F9ED3;}

.medien {font-size: 10pt; color: #8F9ED3; line-height:100% }
.medien span {font-size: 8pt; color: white; font-style:italic;}

.auftritte {font-size: 8pt; color: white;}
.auftritte span {font-size: 10pt; color: #8F9ED3;}

.shirt {font-size: 14pt; color: #8F9ED3;}
.shirt span {font-size: 12pt; color: white;}

.profil {font-size: 10pt; color: white; text-align: left;}
.profil span {color: #8F9ED3;}

h1 {font-size:18pt; font-weight:bold; margin: 5px;}
h2 {font-size:12pt; font-weight:bold; margin: 5px;}
h3 {font-size:10pt; font-weight:bold; margin: 5px;}


.mapsthfig {position:absolute; top:-200px;}

/* end: Basiseinstellungen */


/* Zentrierung */
#container
{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 550px;
  margin-left: -350px; /* half of width */
  margin-top: -290px;  /* half of height */
}

/* Inhalt inklusive Menüs */
#container2
{
  width:600px;
  height:400px;
  margin:auto;
  overflow:hidden;
}

/* scrollbarer Inhalt*/
#scrollcontent
{
  overflow: auto;
  /* ab css3:
  overflow-x: auto;
  overflow-y: scroll;
  */
  height:375px;
  padding: 0px 10px;
}

/* randfoto */
#seitenbild
{
  float: left;
  margin: auto 2px;
}

#alben
{
  float: left;
}

#songs
{
  float: right;
  border-width:1px;
  border-style:solid;
  border-color:white;
  padding: 0px 5px;
}

/* seitenränder */
.seite
{
  background: url(bilder/seite.jpg) no-repeat center;
  width: 18px;
  height: 500px;
  position:relative;
  top:50px;
}