@charset "utf-8";

/* content classes */

#content p,
#content table {
	margin-bottom: 0.5em;
}

#content table td {
	vertical-align: top;
}

#content a {
	color: #f60;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a.pdf {
	display: inline;
	padding: 1px 0px 2px 20px;
	background: url(../images/types/pdf_small.png) left center no-repeat transparent;
}

#content h1, #content h2, #content h3 {
	
}
#content h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.25em;
	margin: 1.5em 0 0.5em 0;	
}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}

#content ul, #content ol {
	margin-left: 1.5em;
	margin-bottom: 1.25em;
}

#content table.lebenslauf td.td-0 {
	width: 20%;
}
