@charset "utf-8";
/* CSS Document */
/* Sybille Frey - freytrans.de 2008 - hoppe-websolutions */
/* Print-Styles */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000080;
	line-height: 18pt;
}	

img {
	border: none;
}	

h1, h2, h3 {
	font-variant: small-caps;
}	
h1 {
	font-size: 16pt;
	letter-spacing: 1pt;
	word-spacing: 2pt;
}
h2 {
	font-size: 12pt;
	font-weight: normal;
	margin-top: -10pt;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
}		

.big-padding-top {
	padding-top: 12pt;
}

body a:link, body a:visited {
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
	color: #000080;	
}

body a:link:after, body a:visited:after {
	content: " <" attr(href) ">";
	font-weight: normal;
	color: #000000;	
	font-size: 100%;
}

#sidebar, #footer, .noprint {
	display: none;
}			

.foto {
	float: right;
	margin: 0;
	padding: 0 10pt 0 20pt;
}

dl {
/*	font-size: 80%;
	line-height: 125%;*/
	white-space: nowrap;
	display: block;
	margin-top: 0;
}	

dt {
	float: left;
	width: 2cm;
	margin-bottom: 0em;
	display: block;
}
dd {
	margin-left: 5em;
	margin-bottom: 0em;
	display: block;	
	white-space: nowrap;
}

#layout:after {
	content: "\ Alle Rechte vorbehalten. (c) 2008 Sybille Frey - Fachübersetzungen Englisch -> Deutsch, www.freytrans.de";
	color: #000080;
	font-size: 10pt;
	text-align: center;
	margin-top: 10pt;
	padding-top: 6pt;
	border-top: 1px solid #000080;
}	

/* Tabellenformatierungen */
table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
	color: #000080;
	border: 1px solid #000080;
	margin: 10pt 0 20pt 0;
}
	
td {
	padding: 4pt 6pt;
	text-align: left;
	vertical-align: top;
	font-size: 12pt;
	border: 1px solid #000080;
}
