@charset "UTF-8";
/* CSS Document */
/* Designed and created by Barbara Thalhuber, c-pool.de */


/*  Allgemeines / Hintergundbilder der einzelnen Seiten  -----------------  */


.clear  {
	clear:both;
}



/*  Menue -------------------------------------------------  */


#menue {
	width: auto;
	height: 39px;
	
}



#menue a {
	height:40px;
	display: block;
	background-repeat:no-repeat;
	padding-top: 10px;
	/* margin: 3px; */
	float: left;
	}

/*  Home ----------  */
a.hom{
	background-image:url(images/m_home.gif);
	width: 70px;
	}
	
a.hom:hover{
	background-image:url(images/m_a_home.gif);
	width: 70px;
	}
	
a.aktiv.hom{
	background-image:url(images/m_a_home.gif);
	width: 70px;
	}

/*  Diva ----------  */
a.div{
	background-image:url(images/m_diva.jpg);
	width: 67px;
	}
	
a.div:hover{
	background-image:url(images/m_a_diva.jpg);
	width: 67px;
	}
	
a.aktiv.div{
	background-image:url(images/m_a_diva.jpg);
	width: 67px;
	}
	
/*  Auftritte ----------  */
a.auf{
	background-image:url(images/m_aurtr.jpg);
	width: 99px;
	}
	
a.auf:hover{
	background-image:url(images/m_a_aurtr.jpg);
	width: 99px;
	}
	
a.aktiv.auf{
	background-image:url(images/m_a_aurtr.jpg);
	width: 99px;
	}

/*  Fotos ----------  */
a.fot{
	background-image:url(images/m_fotos.jpg);
	width: 65px;
	}
	
a.fot:hover{
	background-image:url(images/m_a_fotos.jpg);
	width: 65px;
	}
	
a.aktiv.fot{
	background-image:url(images/m_a_fotos.jpg);
	width: 65px;
	}
	
/*  Aktuelles ----------  */
a.akt{
	background-image:url(images/m_aktuelles.jpg);
	width: 115px;
	}
	
a.akt:hover{
	background-image:url(images/m_a_aktuelles.jpg);
	width: 115px;
	}
	
a.aktiv.akt{
	background-image:url(images/m_a_aktuelles.jpg);
	width: 115px;
	}
	
/*  Kontakt ----------  */
a.kon{
	background-image:url(images/m_kontakt.jpg);
	width: 93px;
	}
	
a.kon:hover{
	background-image:url(images/m_a_kontakt.jpg);
	width: 93px;
	}
	
a.aktiv.kon{
	background-image:url(images/m_a_kontakt.jpg);
	width: 93px;
	}

/*  Content -------------------------------------------------  */

#maincontent {
	width:900px;
}

#image_frame{
	margin-top: 30px;
	background-image:none;
	width:900px;
}

#pictureframe_full {
	background-image:url(images/con_akt_12.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 650px;
	height:650px;
	float:left;
	padding-left:50px;
}

#pictureframe_left {
	width: 300px;
	background-image:none;
	height:650px;
	float:left;
}

#pictureframe_middle {
	width: 300px;
	background-image:none;
	height:650px;
	float:left;
}

#pictureframe_right {
	width: 300px;
	background-image:none;
	height:650px;
	float:left;
}

#footer {
	height:20px;
}

/*  Footer -------------------------------------------------  */


.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
	}	
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0;
	padding:0;
	}		
	

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:1px;
	padding-bottom:1px;
	}
	
a {
	color:#CC0000;
	font-size: 12p;
	text-decoration:none;
	}
	
.aktuell {
	padding-top:160px;
	padding-left:35px;
	width:350px;
	height:250px;
	}
