/* CSS Document */


/* Grundgerüst */

#rahmen {
	background-image: url(../grafik/spalten_mitte_back.gif);
	}
	
#fensterLinks {
	width:390px;
	float:left;
	background-image: url(../grafik/spalte_links_start.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;
	height:400px;
	float:left;
	background-image: url(../grafik/spalte_rechtsmitte_start.gif);
	background-repeat: no-repeat;
	}

#fensterRechts {
	width:390px;
	float:left;
	background-image: url(../grafik/spalte_rechts_start.gif);
	background-repeat: no-repeat;
	}

/* Rollover-Grafik */

div.outer01 {
	width: 60px; height: 160px;
	margin: 0;
	overflow:hidden;
	background: url(../grafik/btn_institut_mitte_hover.gif) -60px 0 no-repeat;
	}

div.outer01 a:link, div.outer01 a:visited {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../grafik/btn_institut_mitte_hover.gif) top left no-repeat;
	}

div.outer01 a:hover, div.outer01 a:focus {
	background-image: none;
	}
	
	
div.outer02 {
	width: 60px; height: 250px;
	margin: 0;
	overflow:hidden;
	background: url(../grafik/btn_tagung_mitte_hover.gif) -60px 0 no-repeat;
	}

div.outer02 a:link, div.outer02 a:visited {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../grafik/btn_tagung_mitte_hover.gif) top left no-repeat;
	}

div.outer02 a:hover, div.outer02 a:focus {
	background-image: none;
	}
	


/*********************** Allgemeine Links innerhalb von Texten *****************************/


/* a wird neutralisiert  */

a:link, a:visited, a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	color: #42A780;
}

/* 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: 4px 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: 4px 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: 4px 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: 4px 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; 
}


/****************************************************************************************/

	