/**
  * 
  *  Author:	Matthis
  *  Date:		14.12.2009
  *
  */

/* Links */
a:link, a:visited, a:active 
{ 
	font-weight:		bold;
	text-decoration:	none;
	color:				#790024;
}

a:hover 
{ 
	font-weight:		bold;
	text-decoration:	none;
	color:				#FF1C60;
}

/* clearLeft - clearRight - clearBoth */
.cL
{
	clear:	left;
}
.cR
{
	clear:	right;
}
.cB
{
	clear:	both;
}

/* floatLeft - floatRight */
.fL
{
	float:	left;
}
.fR
{
	float:	right;
}

/* misc styles */
.grey
{
	color:	#BBB;
}

.picText
{
	margin:		0px 5px 0px 5px;
	padding:	3px;
	border:		1px solid #CCC;
	-moz-border-radius:		3px;
	-khtml-border-radius:	3px;
}
