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

h3
{
	font-size:		11px;
	color:			#5C5C5C;
	padding:		5px 0px 5px 0px;
	border:			none;
	border-bottom:	1px solid #C59E85;
	font-weight:	bold;
	margin:			5px 0px 10px 0px;
}
h3 span
{
	color:			#B4B4B4;
	font-size:		10px;
	padding:		0px 0px 0px 5px;
	font-weight:	normal;
}
h3 *
{
	font-size:		11px;
}
h2
{
	font-size:		13px;
	color:			#5C5C5C;
	padding:		5px 15px 5px 10px;
	border:			none;
	border-bottom:	1px solid #C59E85;
	font-weight:	bold;
	margin:			10px 0px 10px 0px;
	background:		#EDE2DA;
}
h2 *
{
	font-size:		13px;
}
h1
{
	font-size:		15px;
	color:			#5C5C5C;
	padding:		5px 10px 5px 10px;
	border:			none;
	border-bottom:	2px solid #C59E85;
	font-weight:	bold;
	margin:			5px 0px 10px 0px;
	background:		#D7BAA7;
	background:		#D7BAA7;
}
h1 *
{
	font-size:		15px;
}

.bold
{
	font-weight:	bold;
}
.underline
{
	text-decoration:	underline;
}
.grau
{
	color:			#D7BAA7;
}
.pink
{
	color:			#FF1C60;
}
.rot
{
	color:			#790024;
}
.hr_line
{

	background:		#C59E85;
	height:			3px;
	border-top:		solid 2px #C59E85;
	border-bottom:	solid 1px #C59E85;
	margin:			5px 0px 5px 0px;
}


.HeadLine
{
	font-size:		11px;
	color:			#5C5C5C;
	padding:		5px 0px 5px 0px;
	border:			none;
	border-bottom:	1px solid #C59E85;
	font-weight:	bold;
	margin:			0px 0px 10px 0px;
}
.HeadLine span
{
	color:			#B4B4B4;
	font-size:		10px;
	padding:		0px 0px 0px 5px;
	font-weight:	normal;
}

#ContentBannerTop
{
	text-align:		center;
	margin:			0px 0px 5px 0px;
}
#SideBarBanner
{
	text-align:		center;
}

#Content ul
{
	margin:			5px 5px 5px 20px;
	list-style:		circle;
}
#Content ul li
{
	margin:			0px 0px 3px 0px;
}

