/* Grundformatierungen			    */
/************************************/
/* ELEMENTS 						*/
*  { 
margin: 0; 
padding: 0; 
}
BODY{
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:black;
}
p {
margin-bottom:10px;
}
.edit {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color:black;
}
table {

}
ul  { 
margin-left:1.3em;
} 
ol { 

}
html>body hr { 
border-top: 2px solid #f0027e;
margin:12px 0;
color:#f0027e;
}

* html hr { 
height: 2px; 
margin:12px 0;
color:#f0027e;
}
H1,H2,H3,H4{
font-size:16pt;
font-weight:bold;
margin-bottom:6px;
color:#f0027e;
height:24pt;
}
H5,H6{
font-size:14pt;
font-weight:bold;
margin-bottom:6px;
color:#f0027e;
font-family:Arial, Helvetica, sans-serif;
}
a {
text-decoration:none;
font-weight:bold;
}
a:link { 
color:#f0027e;
}
a:visited {
color:#f0027e;
}
a:hover, a:active, a:focus {
color:#000;
}
address{

}
cite{

}
form{
margin:0;
}
input, select, textarea {
border-color: #f0027e;
border-width: 1px;
padding:2px 0 2px 3px;
border-style:solid;
font-size:9pt;
background:white;
}
input[type="submit"] {
font-weight:bold;
border-width:2px;
}
IMG{
border:0;
}
li{
line-height:1.5;
}
#PRINTLOGO {
display:none;
}