/* Farbangaben in CMYK und Abstände in em oder %, Schriftgröße in pt*/


/* ===================================
	Postionierung und Gestaltung
====================================*/
* { margin: 0; padding: 0;  color: #FFFFFF;}

body {background: transparent;color: #FFFFFF;
text-align: left; font-family : Arial, Helvetica, Verdana, sans-serif; 
font-size : 11pt; line-height: 13pt;}

#header, #fussbereich, #fussbereich a, #sidebar, h1  {display: none;}

#wrapper {background: transparent;color: #FFFFFF; width: 20cm;}

#inhalt {clear:both;
background: transparent;color: #FFFFFF;
width: 16cm; 
margin: 1cm 0 0 0;}


/* ===================================
	Definitionen von Textelementen
====================================*/
h2 {clear:both; background: transparent;color: #FFFFFF;
width: 16cm; height: 1cm;
font-size: 13pt; font-weight: bold;}

h3 {width: 16cm; height: 1cm; padding-top: 8pt;
font-size: 11pt; background: transparent;color: #FFFFFF;}
p {padding-bottom: 6pt;}


/* ===================================
	Hyperlinks (meist mit Pfadangaben)
====================================*/
a {color: 50%; font-weight: small; text-decoration: none; outline: none; }
a[href]:after { content:" ("attr(href)")";  color: 50%;  font-weight: normal; font-style:italic; size:80%;} 
