/* ===================================
Version 1.0
=================================== */


/* ==================================
   1. Kalibrierung und Body
   =============================== */

*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

html { height: 101%; } 
body { 
   color: white; 
   background-color: black; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}


/* ==================================
   2. Allgemeine Styles 
   =============================== */   

h1 {
	font-size: 150%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 0px;
} 
h2 { font-size: 130%; }
h3 { font-size: 110%; }


/* ==================================
   3. Hyperlinks
   =============================== */  

a:link, a:visited, a:hover {
color: #FF0000;
text-decoration: none;
}

a:active {
color: #CC0000;
text-decoration: none;
}


/* ==================================
   4. Klassen und IDs
   =============================== */   

.lyrics {
clear: both;
padding: 0 0 30px 0;
text-align: right;
font-weight: bold;
font-size: 85%;
line-height: 140%;
}  

.text {
	clear: both;
	line-height: 140%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 20px;
}  

.textklein { font-size: 85%; }

.bildlinks {
   float: left; 
   margin-bottom: 20px;
   margin-right: 20px; 
}

.bildkleinlinks {
   float: left; 
   margin-bottom: 20px;
   margin-right: 10px; 
}


.bildrechts {
	float: right;
	margin-bottom: 30px;
	margin-left: 15px;
}

.clearing { clear: both; }



/* ==================================
   5. Styles für Layoutbereiche 
   =============================== */   

#wrapper {
	color: black;
	width: 780px;
	margin: auto;
	background-color: #CCCCCC;
	background-image: url(grafik/layout/hintergrund-sonne.gif);
	background-repeat: no-repeat;
	background-position: 200px;
}

#kopf {
	position: relative;
	color: black;
	padding: 30px 60px 0px 60px;
	margin-bottom: 0px;
}

#navibereich {
	background-color: black;
	margin: 0px 60px 0px 60px;
	padding: 5px 0px 5px 60px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
   #navibereich ul { margin-bottom: 0; } 
   #navibereich li { 
      display: inline; 
      list-style-type: none; 
      margin: 0 15px 0 0;    /* rechts 15px, sonst 0 */
   }
   #navibereich a { color: #FFFFFF; }  
   #navibereich a:hover,
   #navibereich a:focus, 
   #navibereich a:active { 
      color: #FF0000; 
   }  
   
#linkespalte {
	float: left;
	width: 445px;
	padding-left: 60px;
	padding-top: 30px;
} 

#rechtespalte {
	width: 180px;
	padding: 30px 65px 30px 20px;
	margin-left: 505px;
}

#fuss {
   clear: both; 
   color: black; 
   background-color: black;
   margin: 30px 60px 30px 60px;
   padding: 0px 60px 0px 60px;
   border-top: 1px solid #8c8c8c; 
/*   margin-top: 20px; entfernen */
}
   #fuss p {
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 10px;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #FFFFFF;
   }

#leer {
   padding: 1px 0px 0px 0px;
   }

   
/* ==================================
   Unitall-Netzwerk 
   =============================== */   

#unitall {
line-height: 100%;
font-weight: normal;
padding: 0px 0px 20px 0px;
margin: 0px;
border: 0px;
}  

#unitall h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0px;
}

#unitall h4 {
font-size: 100%;
font-weight: normal;
padding: 10px 0px 10px 0px;
margin: 0px;
letter-spacing: 3px;
}

#unitall p {
font-size: 80%;
padding: 0px 0px 5px 0px;
margin: 0px;
}

#unitall .button {
padding: 0px 0px 10px 0px;
margin: 0px;
}


