
/* Grundgerüst */

#rahmen {
	background-image: url(../grafik/spalten_links_back.gif);
	}


#fensterLinks {
	width:760px;
	float:left;
	background-image: url(../grafik/spalte_links_01.gif);
	background-repeat: no-repeat;
	}
	
#fensterMitteLinks {
	width:60px;
	height:400px;
	float:left;
	background-image: url(../grafik/spalte_linksmitte_start.gif);
	background-repeat: no-repeat;
	}

#fensterMitteRechts {
	width:60px;
	float:left;
	background-image: url(../grafik/spalte_rechts_02.gif);
	background-repeat: no-repeat;
	}

#fensterRechts {
	width:340px;
	float:left;
	background-image: url(../grafik/spalte_rechts_start.gif);
	background-repeat: no-repeat;
	}
	

	
/* Rollover-Grafik */

div.outer04 {
	width: 80px; height: 250px;
	margin: 0;
	overflow:hidden;
	background: url(../grafik/btn_tagung_rechts_hover.gif) -80px 0 no-repeat;
	}

div.outer04 a:link, div.outer04 a:visited {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../grafik/btn_tagung_rechts_hover.gif) top left no-repeat;
	}

div.outer04 a:hover, div.outer04 a:focus {
	background-image: none;
	}



/*********************** Allgemeine Links innerhalb von Texten *****************************/


/* a wird neutralisiert  */

a:link, a:visited, a:hover, a:focus, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	color: #42A780;
	border:0;
}

/* um Gestrichel vom Firefox bei Links zu vermeiden */
a:focus { outline: none;}



/* Interne Links in eigenem oder neuem Fenster */

a.internal-link:link, a.internal-link-new-window:link, a.internal-link:visited, a.internal-link-new-window:visited
{
	padding-left:15px;
	background-image: url(../grafik/pfeil.gif);          
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42A780;
}


/* Externe Links in eigenem oder neuem Fenster */

a.external-link-new-window:link, a.external-link:link, a.external-link-new-window:visited, a.external-link:visited
{
	padding-left:15px;
	background-image: url(../grafik/pfeil_ext.gif);          
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42A780;
}


/* als Download gekennzeichnete Links */

a.download:link, a.download:visited
{
	padding-left:15px;
	background-image: url(../grafik/download.gif);          
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42A780;
}


/* als Mail gekennzeichnete Links */

a.mail:link, a.mail:visited
{
	padding-left:15px;
	background-image: url(../grafik/brief.gif);          
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42A780;
}




/* gilt fuer alle Links */
a.external-link-new-window:hover, a.external-link:hover, a.internal-link:hover, a.internal-link-new-window:hover, a.download:hover, a.mail:hover 
{
	color:#000000;
	border-bottom-width:1px;
	border-bottom-color: #28664E; 
}


/****************************************************************************************/


/* Tabellen */

.contenttable {
  background-color:#ECF9EA;
  font-size: 0.9em;
  color: #007f60;
  border-spacing: 5px;
  margin-top, margin-bottom: 5px;
}



input {
	border: 1px solid #009B57;
}

input.submit, input.btn {
	cursor:pointer;
	color:#009B57;
	font-weight:bold;
	background-color: #8AD1A4;
}


/************************* Newsletter **************************/

.subscribe {
background-color:#ffffff;
padding: 10px;

}