/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/

@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### Überschriften, Fliesstexte ###################################################################### */

body { color: #000000; font-size: 79.25%; font-family: Verdana, Helvetica, Arial, sans-serif; } /* 13px */

p { line-height: 1.5em; margin: 0 0 1em 0; }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a {color: #000000; text-decoration:underline;}
a:hover {color: #ABABAB; text-decoration:underline;}
a:focus {color: #D3D2D2; text-decoration:underline;}


a.mail{
	padding-left: 5px;
	
}

a.internal-link{

	padding-left: 5px;	
}

a.download{
	padding-left: 5px;	
}

a.external-link-new-window {
	padding-left: 5px;	
}

a.internal-news-event-link {
	padding-left: 5px;	
}


}

