/* CSS Document */
a {
	text-decoration: none;
	font-weight: bolder;
	color: #900;
}

a:hover,
a:active {
	text-decoration: underline;
    color: #999;
}

.text_before_table {
	margin-left: 15px;
	margin-bottom: 5px;
}

.uebersicht {
    font-size: 8pt;
    width: 320px;
    margin: 0 15px;
}

/* Content */
#content h1, #text h1 {
	color: #900;
	margin: 0px 0px 5px 10px;
	font-size: 165%;
	font-weight: bold;
}

#content h2, #text h2 {
    font-size: 150%;
	font-weight: bold;
    margin: 0px 0px 5px 10px;
    color: #999;
	font-variant: small-caps;
}

#content h3, #text h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 0px 0px 10px 15px;
	color: #900;
}

#content h4, #text h4 {
	font-size: 100%;
	font-weight: bolder;
	margin: 0px;
	color: #999;
	text-decoration: underline;
}

#content p, #text p {
	margin: 10px;
	line-height: 150%;
	text-transformation: lowercase;
}