/**
 * Style sheet schrift
 */

/**
 * All - Global
 */
/* ALL: a - Allgemein */
a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#3C3C3C;
}

a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
	font-size:11px;
}

h1
{
	margin: 15px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	border-bottom: 1px solid #ff6600;
	font-weight: bold;
	font-size:15px;
	color:#596884;
	line-height:130%;
}

h2
{
	margin: 15px 0px 15px 0px;
	font-weight:bold;
	font-size:12px;
	color:#ff9900;
	line-height:130%;
}

h3
{
	margin: 15px 0px 15px 0px;
	font-weight:bold;
	font-size:11px;
	color:#596884;
	line-height:130%;
}

h4
{
	margin: 15px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	border-bottom: 1px solid #ff6600;
	font-weight:bold;
	font-size:13px;
	color:#596884;
	line-height:130%;
}

a
{
	text-decoration:none;
	color:#596884;
}

a:hover
{
	text-decoration:underline;
	color:#5A82BC;
}

div .caption
{
	text-align: right;
	font-size: 9px;
}