/*----------------------------------------------------------------------------*/
/*   CSS-Datei - (c) sascha.hagemann@digitalkombinat.net
/*----------------------------------------------------------------------------*/

/* Standard-Einstellungen löschen */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, table, tr, td { margin:0px; padding:0px; }

/*----------------------------------------------------------------------------*/
/*   HTML und BODY
/*----------------------------------------------------------------------------*/

html {
  padding: 0em;
}

body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  padding: 0px;
  margin: 0px;
  /*background-image: url(sh.gif);
  background-repeat: repeat;*/  
}

/*----------------------------------------------------------------------------*/
/*   Text (normale <p>, <h1>, etc. Tags)
/*----------------------------------------------------------------------------*/

/*-- Fließtext ROT --*/
p {
  font-family: verdana, arial, sans-serif;
  font-size: 7pt;
  line-height: 10pt;
  font-weight: normal;
  color: black;
}

p.impressum {
  color: #999999;
}

p.songtext {
  color: #EBEBEB;
  line-height: 11pt;
}

span.songtext {
  color: #999999;
}

/*-- Fließtext WEISS --*/
h1 {
  font-family: georgia, serif, verdana, arial, sans-serif;
  font-size: 12pt;
  line-height: 12pt;
  font-weight: bold;
  color: black;
  font: bold 120%/1.1 Georgia, serif;
}

/*-- Überschrift ROT --*/
h2 {
  font-family: georgia, serif, verdana, arial, sans-serif;
  font-size: 12pt;
  line-height: 12pt;
  font-weight: bold;
  color: black;
  font: bold 120%/1.1 Georgia, serif;
}

/*-- Überschrift WEISS --*/
h3 {
  font-family: georgia, serif, verdana, arial, sans-serif;
  font-size: 12pt;
  line-height: 12pt;
  font-weight: bold;
  color: black;
  font: bold 120%/1.1 Georgia, serif;
}

/*----------------------------------------------------------------------------*/
/*   Links (Normale Links) 
/*----------------------------------------------------------------------------*/

a, a:visited, a:active {
  font-family: georgia, serif, verdana, arial, sans-serif;
  font-size: 7pt;
  line-height: 10pt;
  font-weight: bold;
  color: black;
  font: bold 120%/1.1 Georgia, serif;
}

a:hover {
  font-family: georgia, serif, verdana, arial, sans-serif;
  font-size: 7pt;
  line-height: 10pt;
  font-weight: bold;
  color: black;
  font: bold 120%/1.1 Georgia, serif;
  text-decoration: none;
  color: white;
  background-color: black;
}

/*----------------------------------------------------------------------------*/
/*   Links (etc) 
/*----------------------------------------------------------------------------*/

a.etc, a.etc:visited, a.etc:active {
  font-family: verdana, arial, sans-serif;
  font-size: 7pt;
  line-height: 10pt;
  font-weight: normal;
  color: black;
}

a.etc:hover {
  font-family: verdana, arial, sans-serif;
  font-size: 7pt;
  line-height: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: white;
  background-color: black;
}

/*----------------------------------------------------------------------------*/
/*   Links (Fußzeile)  ->  class='fusszeile'
/*----------------------------------------------------------------------------*/

a.fusszeile, a.fusszeile:visited, a.fusszeile:active {
  font-family: verdana, arial, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  line-height: 10pt;
  text-decoration: underline;
  color: #999999;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.fusszeile:hover {
  font-family: verdana, arial, sans-serif;
  font-size: 7pt;
  font-weight: normal;
  line-height: 10pt;
  text-decoration: none;
  color: white;
  background-color: #999999;
}

#lastfm {
  border: none;
}

/*----------------------------------------------------------------------------*/
/*   D I V s
/*----------------------------------------------------------------------------*/

#inhalt { 	
  position: absolute;
  margin: -250px 0px 0px -50px;
  top: 50%; 
  left: 35%;
  
  text-align: left;
  padding: 0px;
  border: 0px solid #CCCCCC;
  overflow: visible;
}

#rc { 	
  border: 0px solid red;
  width: 190px;
  height: 430px;
  float: left;
}

#text-0 { 
  position: relative;
  float: left;   
  top: 1em;
  left: 0.5em;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  border: 0px solid #CCCCCC;
  overflow: hidden; 
  height: 505px;
  margin-right: 40px;
  text-align: right;
}

#text-l { 
  position: relative;
  float: left;   
  top: 1em;
  left: 0.5em;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  border: 0px solid #CCCCCC;
  overflow: hidden; 
  height: 505px;
}

#impressum { 
  position: relative;
  float: left;   
  top: -5px;
  left: 0px;
  padding: 0;
  text-align: left;
  border: 0px solid #CCCCCC;
  overflow: visible; 
  height: 125px;
}

/*----------------------------------------------------------------------------------------------------*/
/*   LINKS III (Grafiken)  ->  Rand bei Grafik-Links unterdrücken  ->  <img src='' class='grafiklink'>
/*----------------------------------------------------------------------------------------------------*/

.grafiklink {
  border-style: none;
  float: left;
  padding: 0em 0.5em 1em 0em;
}

/*----------------------------------------------------------------------------*/
/*   Ende
/*----------------------------------------------------------------------------*/
