/* Allgemeine Angaben */
body, th, td, dt, dd {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	color: black;
}
h1 {
	font-size: 16pt;
	line-height: 18.5pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
h3, th  {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}
th {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: left;	
}
p, td p {
	color: black;
}
.abschluss, 
.taetigkeiten,
.beschreibung {
	margin-top: .5em;
	font-size: 10pt;
}

/* Navigation Block */
div#navigation {
	float: right;
	position: absolute;
	width: 170px;
	margin-left: 650px;
	margin-top: 0px;
}
div.navpoint {
	font-size: 9pt;
	line-height: 10.5pt;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 7px;
	margin: 0px;
}
div.navpoint a, div.navpoint a:link {
	text-decoration: none;
	color: gray;
	background-color: white;
	font-weight: bold;
}
div.navpoint a:visited {
	text-decoration: none;
	color: darkgrey;
	background-color: white;
	font-weight: bold;
}
div.navpoint a:hover {
	text-decoration: underline;
	color: black;
	background-color: white;
	font-weight: bold;
}
div.navpoint a:active {
	text-decoration: none;
	color: grey;
	background-color: white;
	font-weight: bold;
}

abbr, acronym, span.erklaerung {
	text-decoration: none;
	border: 0px;
	color: #003;
	background-color: transparent;
}

.nobreak{
	white-space: nowrap;
}

@media screen, handheld {
	body {
		margin-left: 2.5em;
	}
	div#content {
		position: absolute;
		margin-left: 0px;
		margin-top: 0px;
		width: 640px;
	}
	div#name, span#signaturersatz, span.op {
		display:none;
	}
	h1 {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	a {
		text-decoration: none;
		font-weight: normal;
	}
	a, a:link, td a, td a:link  {
		color: gray;
	}
	a:visited, td a:visited {
		color: grey;
	}
	a:hover, td a:hover {
		color: black;
	}
	a:active, td a:active {
		color: black;
		background-color:#eef;
	}
	/* Zum ausblenden von Zeichen in optischen medien, die aber z.B. vorgelesen werden sollen */
	.hidden {
		position: absolute;
		top: -9999px;
		left: -9999px;
		width: 1em;
		height: 1em;
		overflow: hidden;
	}    

	img#photo {
		border: 1px solid gray;
	}
}


@media print {
	div#navigation, div#footer, img#signatur, span.os {
		display:none;
	}
	a  {
		text-decoration: none;
		color: black;
	}

body, th, td, dt, dd {
	color: #000;
	font-size: 10pt;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 11pt;
	line-height: 13.5pt;
}
h3, th  {
	font-size: 10pt;
	line-height: 11.5pt;
}
.abschluss,
.taetigkeiten,
.beschreibung {
	font-size: 9pt;
}
dt {
	float: left;
		font-weight: bold;
}
dd { 
	display: block;
	margin-left: 1em;
}
abbr, acronym, span.erklaerung {
	color: #000;
}
p, dl {
	orphans: 2;
}
.hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1em;
	height: 1em;
	overflow: hidden;
}    
}
