<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	
   ----------------------------------------------------------------------------
   Freie Universitaet Berlin
   Design: Druckvorschau
   Stilvorlagen fuer die Druckvorschau im Browser und die Ausgabe auf einen Drucker
	
   Autor: CeDiS, http://www.cedis.fu-berlin.de, cms@cedis.fu-berlin.de
   Datum: 14.12.2006
   Aktualisiert: 22.02.2007 (Schriftfarbe #000 statt #333)
   ----------------------------------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "NexusSans-Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	color: #000;
	background-color: #fff;
	background-image: none;
}

h1 {
	font-size: 11pt;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #000;
}

h2 {
	font-size: 9pt;
	line-height: 140%;
	font-weight: bold;
	margin: 12px 0 4px 0;
	color: #000;
}

h3 {
	font-size: 9pt;
	line-height: 140%;
	font-weight: bold;
	margin: 12px 0 4px 0;
	color: #000;
}

h4 {
	font-size: 9pt;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	color: #000;
}

h5 {
	font-size: 9pt;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	padding: 2px 2px 4px 2px;
	background-color: #f4f4f4;
	color: #000;
	width: 99%;
}

h6 {
	font-size: 8pt;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	margin: 4px 0 4px 0;
}

a:link {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

p {
	color: #000;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

p strong, p b, td strong, td b {
	color: #000;
}

a:link strong, a:hover strong, a:link b, a:hover b, a:visited strong, a:visited  b,
strong a:link, strong a:hover, b a:link, b a:hover, strong a:visited, b a:visited {
	color: #000;
	text-decoration: underline;
}

table, tr, td {
	font-size: 9pt;
	line-height: 140%;
	color: #000;
}

table {
	margin: 10px 0 0 0;
	border-spacing: 0;
	border-color: #d1d1d1;
	border-collapse: collapse;
}

td {
	border-spacing: 0;
}

th {
	background-color: #f4f4f4;
	font-weight: bold;
	border-spacing: 0;
}

ol {
	font-size: 9pt;
	line-height: 140%;
	list-style-type: none;
}

ul, li {
	font-size: 9pt;
	line-height: 140%;
	list-style-type: square;
}

hr {
	border: none;
	border-bottom: 1px #999 solid;
	height: 1px;
	margin: 0;
}

blockquote {
	left: 0;
	margin: 0 0 0 14px
}

dl, dt, dd {
	font-size: 9pt;
	line-height: 140%;
	list-style-type: none;
}

dl {
	margin: 0 20px 0 0;
	padding: 4px 0 4px 0;
}

dt {
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-weight: bold;
	color: #000;
}

dd {
	margin: 0;
	padding: 0;
}

.baseHeaderLogo, #headerimg, #headerPicture {
	display: none;
}

#printlogo {
	position: absolute;
	top: 0;
	display: inline;
	margin: 0 0 20px 0;
	padding: 0;
	height: 73px;
}

*html #printlogo { /* Nur fuer IE */
	display: block;
}

#content {
	display: block;
	top: 0;
	margin: 0 0 0 5%;
	padding: 100px 0 20px 0;
	border-left: none;
	border-right: none;
	border-top: none;
	width: auto;
}

*html #content {
	top: 10px;
	padding: 0 0 20px 0;
	margin: 100px 0 0 5%;
}

#navigation, .navigation {
	display: none;
}

#vor-zurueck, #vor, #zurueck {
	display: none;
}

#content ul {
	margin: 0 20px 0 12px;
	padding: 4px 0 4px 0;
}

#content ol {
	margin: 4px 20px 4px 12px;
	padding: 4px 0 4px 0;
}

#content ul li {
	list-style: square;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

#content ul li a:link {
	text-decoration: underline;
	color: #000;
}

#content ul li a:visited {
	text-decoration: underline;
	color: #000;
}

#footer {
	position: relative;
	color: #666;
	text-align: left;
	font-size: 8pt;
	height: 20px;
	margin: 0 5% 0 5%;
	padding: 10px 0 0 0;
	width: 90%;
	border-top: 4px solid #666;
}

#footer a {
	color: #666;
}

#footer a:visited {
	color: #666;
}

#footer hr, #extra1 {
	display: none;
}

.skip, .info {
	display: none;
}

img {
	border: none;
}

#sidebar {
	display: none;
}

#commentform input, input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px 0px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#commentform input:hover, #commentform input:focus, input.text:hover, input.text:focus {
	border: 1px solid #999;
}

#commentform #submit {
	width: 140px;
	background-color: #fff;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px 0 3px 0;
}

#commentform #submit:hover, #commentform #submit:focus {
	background-color: #fff;
}

input.submit {
	background-color: #fff;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 6px 3px 6px;
}

input.submit:hover, input.submit:focus {
	background-color: #fff;
}

textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px 0px 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

textarea:hover, textarea:focus {
	border: 1px solid #999;
}
</pre></body></html>