/* CSS Document */

/* 0-setzen der voreingestellten
   Paddings und Margins bei z.B:
   P und H1-Befehlen. */
*       {padding:0;
         margin:0}
/* Wiederherstellen von Paddings und
   margins für P und h1 */
h1, p   {margin-top:15px;
         margin-bottom:15px}
h2,h3   {margin-top:10px;
         margin-bottom:10px}   
ul, ol {
	padding-left: 20px;
}

		   
body    {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	padding:10px;
	background-color: #00F;
}

#seite  {
	width:100%;
	height:auto;
	background-color:#00F; /* neuer Hintergrund */
	margin-left:auto;
	margin-right:auto
}
#kopf   {
	height:auto;
	background-color:#00F;
	position:relative;
	text-align: center;
}
#inhalt {
	height:auto;
	background-color:#00F;
	position:relative;
}
div#footer {
	text-align: left;
	position: absolute;
	left: 10px;
	bottom: 10px;
        color:#dddddd
}
div#footer a {
        color:#ddd
}
div#footer a:hover {
        color:#ff0
}




/* Beginn CSS für Navigation
   ------------------------- */
#navi   {
	height:auto;
	padding-top:10px;
	background-color:#00F;
	text-align:center;
	padding-bottom: 15px;
}
#navi a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold
}
#navi #linkausrichtung {
	width: 80%;
	margin: 0 auto 0 auto;
	border: 0px solid yellow;
	height: auto;
	position: relative;
}
#navi #linkausrichtung img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 96%;
	height: 52px;
	border: 0;
}

#navi a:hover {

}

#navi #linkausrichtung div {
	width: 12%;
	height: 20px;
	float: left;
	background-image: url(../bilder/noten.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding-top: 52px;
	position:relative;
	margin: 0 3% 0 3%;
}

/* Ende CSS für Navigation 
   ----------------------- */
#navi #linkausrichtung div:hover {
	background-image: url(../bilder/gitarre-button.gif);
}
a {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #FF0;
}


/* CSS für die Veranstaltungseiten
   ------------------------------- */
#gig_auswahl {
	height: auto;
	width: 200px;
	border: 0px solid #000;
	float: left;
	background-color: transparent;
	margin-right: 8px;
}
#gig_anforderung {
	height: auto;
	width: 78%;
	border: 0px solid #000;
	float: right;
	background-color: transparent;
	position: relative;
	padding-right: 3px;
	margin-bottom: 30px;
}

#gig_auswahl a {
	display: block;
	text-decoration: none;
	background-color: #FFF;
	color: #00F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #333;
}
#gig_auswahl a:hover {
	background-color: #000;
	color: #FFF;
	border-left-color: #FFF;
}
/* Ende CSS für Veranstaltungsseiten
   --------------------------------- */a#gig_auswahl_aktuell {
	background-color: #000;
	color: #FFF;
	border-left-color: #FFF;
}

#wir_bieten {
	position:relative;
	width:50%;
	height:auto;
	float: left;
	border-right: 1px solid #ffffff;
	padding-right: 10px;
}
#wir_brauchen {
	position:relative;
	width:47%;
	height:auto;
	float: right;
}
#gig_anforderung h2 {
	text-align: left;
}
#gig_anforderung ul li {
	margin-bottom: 8px;
}
/* Ende CSS für Veranstaltungsseiten
   --------------------------------- */

