@import url(news_luetje.css);

body
{margin-top: 0px; margin-left: 0px; margin-right: 0px;margin-bottom: 0px; background-color: #ffffff;
}

table,td {font-size: 97%; line-height: 125%;
font-family: arial, helvetica, tahoma ,verdana, sans-serif; color:#00707E;
}

a:link {color:#00707E;}
a:visited {color: #576977;}

/* hauptgerüst */

#main {
border-bottom:solid 10px #fff;
border-right:solid 10px #fff;border-left:solid 10px #fff;
text-align: justify;

}
h1 {line-height: 1.1em; /*changed from 1em*/
margin-top:0.8em;         /*added*/
font-size: 150%;          /*added*/
font-weight: normal;      /*added*/

}

}  /*added*/
h2 {line-height: 1.1em; /*changed from 1em*/
font-size: 130%; 
font-weight: normal;


}

}  /*added*/
h3 {line-height: 1.1em; /*changed from 1em*/
font-size: 110%; 
font-weight: bold;


}

/* Formatierung Infobanner */
div.infobanner{
	font-size: 1.2em;
	color: #00707E;
	background-color: silver;
	text-align: justify; 
	margin-bottom: 1.5em;
	margin-top: 0.8em;
}


/* Formatierungen für die Künstlerseite*/

#titelrechts {
	width: 300px;
	height:40px;
	position: absolute;
	right: 10%;
	top: 250px;
	}
#titellinks {
	width: 300px;
	height: 40px;
	position: absolute;
	left: 10%;
	top: 250px;
	}	
#artistrechts {
   width:300px;  
   position: absolute;  
   z-index: 50px;
   right: 15%;
}
#artistlinks {
   width:300px;
   position: absolute;  
   left: 15%;
   }

/*Beschriftung General o. Various*/   

div.representation{
	font-size: 0.9em;
	color: #00707E; 
	margin-bottom: 0.2em;
	margin-top: -1.0em;
}
   
  /*Zum Höhenausgleich in der Künstlerübersicht*/
   
  div.text {margin-top: 52px;
  }
  
.name { 
	font-size: 20px;
   	position: absolute;
  	left: 130px;
  	top: 20px;
	
}

.fach {
	 font-size: 15px;
   	 position: absolute;
   	 left: 130px;
   	 top: 80px;
   	 
}

.Bild {	width: 66px;
	height: 100px;	
}

.titel {
        height: 50px;
	font-size: 28px;
	position: absolute;
	left: 100px;
	top: 80px;
	}
.headerpic {
	height: 100px;
	width: 70px;
	border-color: #00707E;
}

/* reguliert den vertikalen Abstand der Contentelemente */
.ce {
padding-bottom:30px;
}

/*Formatierungen für Agenturseite*/
/*Position des Textblockes rechts*/

div.teamrechts {margin-left:60% ; margin-top: -462px;
}

/*Position des Blockes mit Bildern und Namen links */

div.teamlinks {margin-top: 30px;
}

/*Formatierungen für Kontaktseite*/
/*Position des Textblockes rechts*/

div.kontaktrechts {margin-left:60% ; margin-top: -322px;
}

/*Position des Adressblockes links */

div.teamlinks {margin-top: 30px;
}



/*Formatierungen für Audioseiten rechter Content*/
/*Position der Player*/

div.audio {margin-left:55% ;
	 margin-top: -375px;
	 heigth:400px;
         width: 400px;
         font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
         color: #00707E;

}
/*Position des Textblockes linker Content*/

div.caption {margin-left: 12% ;
	margin-top: 80px;
	height: 360px;
	width:400px;
	color: #00707E;
	font-size: 97%;
	line-height: 125%;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
}
#aktuell {
         position:absolute;
	 top:260px;
         right:20px;
         //left:630px;
         font-size:9px;
	 font-family:Verdana, sans-serif;
	 color:#5b5757;
         //border-style:solid;
	 //border-width:2px;
	 //border-color:#9599db;
	 padding:10px;
	 width:200px;
	 text-align:left;
	 //background-color:#f3eec4;
         
         }
