/**
 * Style sheet basic
 */

/**
 * Tabellen
 */
#content td
{
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}


/**
 * Text
 */
p
{
	margin-top:0px;
	margin-bottom:12px;
}

h1
{
	margin-top:0px;
	margin-bottom:22px;
	font-size:18px;
	color:#494949;
	line-height:22px;
}

h2
{
	margin-top:0px;
	margin-bottom:6px;
	font-size:16px;
	color:#159ECC;
	line-height:18px;
}

h3
{
	margin-top:0px;
	margin-bottom:14px;
	font-size:14px;
	line-height:18px;
}

h4
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:18px;
}


/**
 * Verweise
 */
a
{
	border-bottom:1px dotted #ACACAC;
	text-decoration:none;
	color:#747773;
}
