@charset "UTF-8";
/* CSS Document */
/* CSS Document der [med] Designpraxis */
/* Author: Karolina Fritz 2009 */


/*------*TYPO*-----------------------------------------------------------------------------*/
	
/*standard-text: hier werden die allgemeinen parameter für die texte definiert.
hier steht auch die Größe für alle text drin, deshalb muss die nicht noch einmal angegeben werden */
p {
	color: #555;
	font-size: 0.7em;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.5em;
	max-width: 326px;	
}

p.ref{padding: 0 0 3px 0; line-height:1.7em;}

/*Textabschnitt breit: ein etwas breiterer abschnitt als p*/
.breit {
	max-width: 418px;	
}


/* Headline blau*/
.head {
	color: #3399cc;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.5em;
}

strong{ font-weight: bold; }


/*fuer alle auszeichungen die blau dargestellt werden sollen: Subline, Klammern, Active_Navigation*/
.blau{
	color: #3399CC;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold; }
	

/*----------------LINKS------------------------------------------------------------*/	
/*link: gilt fuer alle Links*/	
a{
	color: #339933;
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	border: 0;
	outline: 0;
	}	

a:link {
	color: #339933;
	text-decoration: none;
	border:0;
	font-weight: bold;
}

a:visited { 
	color: #339933;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;}	
	
	
	
/* links fuer "LINKS", weil sonst alles Gruen +++++++++++++++++++++++++++++++*/	
.links{
	color: #555;
	text-decoration: none;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.7em;
	line-height:2em;
	border: 0;
	outline: 0;
	}	

.links:link, .links:visited {
	color: #555;
	font-weight:normal;
	text-decoration: none;
	border:0;}

.links:hover {
	color: #669933;
	font-weight:normal;
	text-decoration: none;}		
	
	
/* fuer Links in tabellen weil sonst zu klein ++++++++++++++++++++++++++++++++ */	
.tab_link{
	color: #3399CC;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	border: 0;
	}	

.tab_link:link, .tab_link:visited {
	color: #339933;
	text-decoration: none;
	border:0;
	font-weight: bold;
}

.tab_link:hover {
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
	}	

