
/* ----------------------------------------------------------------------- */
/* --  CSS-Definitionen rehberger.net - youngCMS: Content Management System  -- */
/* --  Copyright 2002 by Silvan Rehberger - http://www.youngbrain.com/  -- */
/* ----------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* --  CSS-Definitionen:: Standard-Ueberschriften  ----------------------- */
/* ----------------------------------------------------------------------- */

h1, h2
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 18px; 
	font-weight: bold;
	color: #8C9CB5;
}


/* ----------------------------------------------------------------------- */
/* --  CSS-Definitionen:: Fliesstext  ------------------------------------ */
/* ----------------------------------------------------------------------- */

span.text,p
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px; 
	font-weight: normal;
	color: #8C9CB5;
	line-height: 24px;
}

span.klein
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px; 
	font-weight: normal;
	color: #8C9CB5;
	line-height: 18px;
}


/* ----------------------------------------------------------------------- */
/* --  CSS-Definitionen:: Fliesstext  ------------------------------------ */
/* ----------------------------------------------------------------------- */

a
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
}

a.klein
{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
}

a:link, a.klein:link
{
	color: #006699;
}

a:active, a.klein:active
{
	color: #006699;
}

a:visited, a.klein:visited
{
	color: #006699;
}

a:hover, a.klein:hover
{
	background-color: #006699;
	color: #FFFFFF;
	text-decoration:none;
}


