/*  
Author: Gerrit Goessmann

*/
/*import other style sheets just right in front*/
@import url("http://www.schlager-board.de/css/footer.css");
@import url("http://www.schlager-board.de/css/sidebar.css");
@import url("http://www.schlager-board.de/css/charts.css");


/* Begin Typography & Colors */
  body {
    font: normal 70% Verdana, Arial, Helvetica, sans-serif;
    color: black; background-color: #ffffff;
	padding:0px;
	margin:10px 0 0 0;
  }


/* BEGINN RAHMEN DESIGN */
  div#Rahmen {
    width: 871px;
    padding: 0px;
	float:left;
	display:block;
    border: 1px solid black;
    background-color: #ffffff;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 871px;
  }
  div#Rahmen div {
     clear: left;
  }
  
  div#Rahmen2 {
    width: 871px;
    padding: 0px;
	float:left;
	display:block;
    border: 0px solid black;
	border-bottom:none;
	border-left:none;
    background-color: #ffffff;
  }
  * html div#Rahmen2 {  /* Korrektur fuer IE 5.x */
    width: 871px;
  }
  div#Rahmen2 div {
     clear: left;
  }
  
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
	height:20px;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0px; padding: 0;
  }
  
tr.navigation
	{
	height:24px;} 
	 
   td.navigationactive {
	background-image:url(http://www.schlager-board.de/images/button_active.png);
	background-repeat:inherit;
	height:20px;
	padding:0px 10px 0px 10px;
	spacing:0px;
	font-weight:bold;
	color:#000000;
	font-size:11px;
  }	
   td.navigation {
	background-image:url(http://www.schlager-board.de/images/button.png);
	background-repeat:inherit;
	height:20px;
	padding:0px 10px 0px 10px;
	spacing:0px;
	font-weight:bold;
	font-size:11px;
  }
  
   td.rightnavigation {
	background-image:url(http://www.schlager-board.de/images/button_right.png);
	background-repeat:inherit;
	height:20px;
	width:183;
	padding:0px 0px 0px 10px;
	spacing:0px;
	font-weight:bold;
	font-size:11px;
  }
  
	tr.subnavigation
	{
	height:24px;} 
	
   td.subnavigation {
   	background-image:url(http://www.schlager-board.de/images/subnavigation_active.png);
	background-repeat:inherit;
	height:20px;
	padding:0px 10px 0px 10px;
	spacing:0px;
	font-weight:normal;
	font-size:10px;
  }
  
  table.header
  {
  border:0px;
  width: 871px;
  }
  
  td.header
  {
  border:0px;
  padding:0 0 0 20px;
  }  
    
#MainLinks { height: 20px; 	color:#000000; font-size: 10px; font-weight:bold; padding-left: 10px; padding-top: 2px; padding-bottom: 0px;}
#MainLinkactive { height: 20px; 	color:#000000; font-size: 10px; font-weight:bold; padding-left: 10px; padding-top: 2px; padding-bottom: 0px;}

a:link.MainLink {color:#FFFFFF; text-decoration:none; }
a:visited.MainLink {color:#FFFFFF; text-decoration:none;}
a:active.MainLink {color:#FFFFFF; text-decoration:none; }
a:hover.MainLink {color:#FFFFFF; text-decoration:underline; }

#subnavigation{ height: 20px; 	color:#000000; font-size: 10px; padding-left: 10px; padding-top: 2px; padding-bottom: 4px;}
a:link.subnavigation {color:#000000; text-decoration:none; }
a:visited.subnavigation {color:#000000; text-decoration:none; }
a:active.subnavigation {color:#000000; text-decoration:underline; }
a:hover.subnavigation {color:#000000; text-decoration:underline; }
/*ENDE RAHMEN DESIGN */

  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0px;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0px;
  }

/*direkte Unternavigation - Positionierung*/
  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 17px; left: -2px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    top: 17px; left: -2px;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
	    top: 17px; left: -2px;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin: 0px;

  }

  /*Hauptpunkte Navigation Style*/
  ul#Navigation a, ul#Navigation span {
  	text-align:left;
    display: block;
    width: 90px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: normal;
    border: 0px;
    color: maroon; background-color: #fff;
  }
  
  /*Unterpunkte Navigation Style */
  ul#Navigation li ul li a, ul#Navigation li ul span {
  	text-align:left;
    display: block;
    width: 90px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 3px 1em;
    text-decoration: none; font-weight: normal;
    border: 1px solid black;
    border-top-color: white;
    color: #000; background-color: #fff;
  }
  
  
  /*Breite Buttons für IE, Hauptmenue*/
  * html ul#Navigation a, * html ul#Navigation span {
    width: 90px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 90px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  
  /*Design Navigationslinks*/
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: #000000;
    color: #000000; 
	text-decoration: underline;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: #ffffff;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }


/*ENDE NAVIGATIONSFORMATIERUNG*/

div.collage {
margin: 0px;
max-width: 800px;
 }

#welcome {
margin-left: 5px;
width: 520px;
padding-top: 25px;
font-size:10px; }

div.artikel
{
width: 285px;
display:block;
float:left;
padding-top:15px;
margin-left: 5px;
/*border:1px solid #b70000;*/
height:250px;
}

div.reihe
{
width: 590px;
display:block;
float:left;
font-weight:normal;
}


div.kategorie
{
background-image:url(http://www.schlager-board.de/linie_topthema.gif);
color:#ffffff;
padding:3px;
padding-left:6px;
font-weight:bold;
width:505px;
font-size:10px;
}

div.kategorie2
{
background-image:url(http://www.schlager-board.de/images/line2.gif);
color:#ffffff;
padding:3px;
padding-left:6px;
font-weight:bold;
width:505px;
font-size: 10px;
}

div.kategorieKlein
{
background-image:url(http://www.schlager-board.de/linie_topthema.gif);
color:#ffffff;
padding:3px;
padding-left:6px;
font-weight:bold;
width:230px;
font-size:10px;
}

div.kategorieVoting
{
background-image:url(http://www.schlager-board.de/images/voting_linie.gif);
color:#ffffff;
padding:3px;
padding-left:6px;
font-weight:bold;
width:510px;
}

.spacer {
padding-top: 10px; }

.spacerzero {
padding-top: 0px; }

.h1 {
font-size: 14px;
font-weight: bold;
text-align:left; }

h0 {
font-size: 24px;
font-weight: bold;
display: inline;
}

h1 {
font-size: 20px;
font-weight: bold;
display:inline;
text-align:left; }

h2{font-size:16px; display:inline;}
h3 {font-size:14px; display:inline;}
h4 {font-size:11px;  display:inline;}

.h2 {
font-size: 12px;
font-weight: bold; }

.h3{
font-size:20px;
font-weight:bold;
}

.h4
{
font-size: 12px;
font-weight:bold;
}

#content {
float: left;
display:block;
padding-top:10px; 
width: 600px; 
margin:0 0 0 14px;
}

#contentWelcome {
float: left;
display:block;
padding-top:10px; 
width: 530px; 
}

div.subheadline
{
font-weight:bold;
display:block;
font-size:11px;
}

img	{border:0px;
float:left;}

img.uebersicht {
padding-bottom:5px;
float:left;
height:150px;
width:175px;
padding-right:5px;
}

img.bild
{
float:left;
padding-right:5px;
}

div.forum
{
height:150px;
text-align:center;
}

img.bildDetails
{
float:none;
padding-right:5px;
}


hr.top
{
width:600px;
display:block;
}

/*Hier die Breite der Seite einstellen*/
/*hier Hintergrundfarbe des Inhalts einstellen*/
#page{
	background-color: #ffffff;
	border: 0px;
	text-align: left;
	width: 950px; }


div.logo {
padding: 0px;
margin: 0px;
width: 980px;
background-color: #ffffff;
float:left;
display:inline;
}


#header{
	/*background-color: #b80000;*/
	border: 0px;
	text-align: left;
	float: left;
	width: 900px;
	height: 190px; 
	}
	
div.text
{
font-size:12px;
padding-top:10px;
font-weight:normal;
}


div.detailtext
{
font-size:12px;
padding-top:10px;
width: 500px;
display:block;
}

div.bildergeschichte
{
width: 150px;
float:left;
font-size:9px;
}

hr
{
border: 1px dotted black;
height: 1px;
}

input.suche
{
border:1px solid #000000;
width: 150px;
height: 16px;
}

input.login
{
border:1px solid #000000;
width: 80px;
height: 14px;
}

input.login_submit
{
height:18px;
width: 55px;
border:1px solid #000000;
background-color:#b80000;
font-size: 10px;
font-weight: bold;
color:#ffffff;
margin-left: 5px; 
}

input.suche_absenden {
height: 20px;
border: 1px solid #b80000;
background-color:#fff;
margin-left: 5px;
}



a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:underline;}
a:active {color:#000000; text-decoration:underline;}
a:hover {color:#000000; text-decoration:underline;}

a.nonunderline:link {color:#000000; text-decoration:none;}
a.nonunderline:visited {color:#000000; text-decoration:none;}
a.nonunderline:active {color:#000000; text-decoration:underline;}
a.nonunderline:hover {color:#000000; text-decoration:underline;}

a.nonunderlinefett:link {color:#000000; text-decoration:none; font-weight:bold; }
a.nonunderlinefett:visited {color:#000000; text-decoration:none;  font-weight:bold;}
a.nonunderlinefett:active {color:#000000; text-decoration:underline;  font-weight:bold;}
a.nonunderlinefett:hover {color:#000000; text-decoration:underline;  font-weight:bold;}

a.whiteLink:link {color:#ffffff; text-decoration:underline; background-color:#b70000; }
a.whiteLink:visited {color:#ffffff; text-decoration:none; background-color:#b70000;}
a.whiteLink:active {color:#fffffff; text-decoration:none; background-color:#b70000;}
a.whiteLink:hover {color:#ffffff; text-decoration:underline; background-color:#b70000;}

a.kategorie:link {color:#b70000; text-decoration:underline; font-weight:bold;}
a.kategorie:visited {color:#b70000; text-decoration:underline; font-weight:bold;}
a.kategorie:active {color:#b70000; text-decoration:underline;  font-weight:bold;}
a.kategorie:hover {color:#b70000; text-decoration:underline;  font-weight:bold;}

div.bold {font-weight:bold;}

#tags{border: 1px solid #000000; color:#000000; height:95px; width: 350px; padding-left: 5px; padding-top: 7px; font-size: 14px; font-weight: bold; margin-bottom: 10px;}
div.linie{height:1px; width: 520px; background-image:url(http://www.schlager-board.de/images/linie.gif);max-height:1px;}
div.datum{font-size:12px; text-align: right; padding-top:3px; padding-bottom: 3px;}
div.autor{font-size:12px; padding-top:3px; padding-bottom: 3px;}

div.tableset
{
width: 500px;
float:left;
display:inline;
}


input.login
{
height: 13px;
width: 80px;
font-size: 10px;
}

input.loginbutton
{
height: 17px;
width: 40px;
font-size: 11px;
background-color:#b70000;
color:#ffffff;
border: 1px;

}

div.rot
{
color:#FF0000;
font-weight:bold;
}

td.rightnavigationende
{
	background-image:url(http://www.schlager-board.de/images/button_right_ende.png);
	background-repeat:inherit;
	height:20px;
	padding:0px 10px 0px 10px;
	spacing:0px;
	font-weight:bold;
	width: 21px;
	font-size:11px;
}