/* ----------------------------------- SEITENformatierungen ----------------------------------- */

* {
	margin:0;
	padding: 0;
} 

body {
  	background: transparent;
}




/* ----------------------------------- BLOCKformatierungen ----------------------------------- */

#header, #navigation_fading, #reminder, #hauptnavi, #hauptnavi_zwei, #unternavi, #webring_pfad, #webring_box, #such_box, #login_hinweis_fachkreise, .webring_unten, .drucker {
	display: none;
}

#logo {
  	background: transparent;
	border: 0px none;
	margin: 1em 1em 1.5em 1em;
}


#text {
	margin: 1em 1em 1em 1em;
}

#footer {
	margin: 1em 1em 1em 1em;
}


/* ----------------------------------- TEXTformatierungen ----------------------------------- */

p {
	font: 1.0em Garamond, Palatino, "Times New Roman", Times, serif;
	color: black;
	text-align: justify;
	vertical-align: top;
	line-height: 1.5em;
  	margin: 0 0 1em 0;
}

p a {
	color: black;
	text-decoration: none;
}

#text ul{
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 1em;
}

#text li {
	font: 1.0em Garamond, Palatino, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #333;
	padding-left: 6px;
	text-align: justify;
}

p a:link:after, p a:link:visited:after {
  	content: " (Link auf <" attr(href) ">) ";
  	font-size: 100%;
  	color: #999;
  	background: transparent;
}

p a[href^="/"]:link:after {
  content: " (Link auf <http://ucb.de " attr(href) ">) ";
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
	text-align: justify;
	vertical-align: top;
	line-height: 1.0em;
	margin-bottom: 1em;
	page-break-after: avoid;
}	