/*
	Copyright (c) 2005
	Feki.de Netzwerk e.V.
	
	File: global.css
	Last Modified: October 09, 2005
*/




/* Standardschrift */
/* ------------------------------ */

body, TABLE, TD, TR, DIV, FORM, p, ul, li
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-decoration:none;
		color:#000000;
		FONT-STYLE: normal
	}




/* Große Überschrift */
/* ------------------------------ */

.bigheadline, h1
	{ 	font-size:17px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#000080;
	}


/* Mittelgroße Überschrift */
/* ------------------------------ */

.mediumheadline, h2
	{ 	font-size:15px;
		font-family:Verdana,Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#000080;
	}

/* Kleine Überschrift */
/* ------------------------------ */

.smallheadline, h3
	{ 	font-size:13px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}




/* Links bei Standardschrift */
/* ------------------------------ */

a, a:link, a:visited, a:active
	{ 	font-size:13px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-transform: none;
		text-decoration:underline;
		color:#000080;
	}




/* "Mehr"-Link */
/* ------------------------------ */
.more, a.more:link, a.more:active, a.more:visited, a:more, h4
	{	font-size:11px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		text-transform: none;
		text-decoration: none;
		color:#ADADAD;
		font-weight : bold;
	}





