/* Ekazent Treffpunkt Zentrum Hernals Windows CSS */

.farbe1 { 
	color: #005AA9; /* Blau */
}

.farbe2 {
	color: #DF2F8E; /* Rot */
}

BODY	{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

TD  {
	color: #666666;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

P, table {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 13px;
	color: #666666;
}

.red ul { color:red! important; }

P.mini { 

}

h1.small {
	font-size : 11px;
}

h2.small {
	font-size : 11px;
}

P.small {
	font-size : 11px;
}

P.medium {

}

P.large {

}

P.xlarge {
	font-size : 18px; 
	font-weight : bold;
}

P.text_mini { 

}

P.text_small, span.text_small {
	font-size : 11px;
}

P.text_medium {

}

P.text_large {

}

P.text_xlarge {
	font-size : 18px; 
	font-weight : bold;
}

.button {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 11px;
	color: #666666;
}

li { color:#666666; }



/* H1 {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 8px;
	color: #000000;
	font-weight : normal;
}

H2 {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 8px;
	color: #000000;
	font-weight : normal;
} */

h1 {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 18px; 
	font-weight : bold;
}

h2 {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 14px;
	color: #000000;
	font-weight : normal;
}


A  {
	color : #005AA9;
	text-decoration : none;
}

A:Visited  {
	color : #005AA9;
	text-decoration : none;
}

A:Active  {
	color : #005AA9;
	text-decoration : none;
}

A:Hover  {
	color : #DF2F8E;
	text-decoration : underline;
}

A.popup  {
	color : #FFFFFF;
	text-decoration : none;
}

A.popup:Visited  {
	color : #FFFFFF;
	text-decoration : none;
}

A.popup:Active  {
	color : #FFFFFF;
	text-decoration : none;
}

A.popup:Hover  {
	color : #000066;
	text-decoration : none;
}