/**
 * Style sheet basic
 */
body
{
	margin:0px;
	padding:0px;
}

a, body, div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family:Arial;
}

a, body, div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-size:12px;
	color:#333333;
}

h1
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#AA0911;
}

/* Überschrift ContentBox */
h2
{
	margin:0px 0px 7px 0px;
	padding:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#AA0911;
}

/* Überschrift RightBoxes */
h3
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#AA0911;
}

h4
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#AA0911;
}

h5
{
	margin:0px;
	padding:15px 0px 0px 0px;
	border-top:1px solid #cccccc;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#AA0911;
}

h6
{
	margin:0px 0px 5px 0px;
	padding:0px;
	border-bottom:1px dotted #666666;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

a
{
	text-decoration:underline;
	color:#333333;
}

a:hover
{
	text-decoration:none;
	color:#AA0911;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

.mod_header_print, .mod_footer_print
{
	display:none;
}

