* {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
color:black;
}
* a, 
a:active,
a:focus {
color: #3300FF;
text-decoration:underline;
}
* a:visited {
color: #330099;
text-decoration:underline;
}
* a:hover {
text-decoration:none;
background-color: #CCCCCC;
}
body{
background-color: #CCCCCC;
background-image: url(../img/chinesedragon.gif);
background-repeat:repeat-y;
}
img { 
border:none 
}
.schrift-8pt {  
font-size: 12px
}
.schrift-8pt a{  
font-size: 12px
}
.schrift-8pt-fett {  
font-size: 12px; font-weight: bold
}
.schrift-10pt-fett {  
font-size: 14px; font-weight: bold
}
#container {
background-color: #fff;
width: 768px;
border: 1px #000;
margin: 0px auto;
}
#lang {
font-size: 12px;
padding: 2px 0 2px 10px;
text-align: left;
margin-top: 0px;
float: left;
width: 200px;
}
#lang a{
font-size: 12px;
text-decoration: none;
}
#func {
font-size: 12px;
padding: 2px 10px 2px 0;
text-align: right;
margin-top: 0px;
float: right;
width: 180px;
}
#func a{
font-size: 12px;
text-decoration: none;
}
#content{
padding: 10px;
}
#content hr {
background-color: #a8a8a8;
color: #a8a8a8;
height: 1px;
border: none;
margin: 7px 0px 7px 0px;

}
#content h1{
font-size: 16px; 
margin:5px 0 5px 0;
padding:1px 0 1px 3px;
border-left:10px solid #a8a8a8;
border-bottom:1px solid #a8a8a8;
}
#content h2 {
margin: 20px 0 5px 0;
}
#content p {
margin: 0 0 5px 0;
}
#content ul {
list-style-type:disc;
list-style-position:outside;
margin: 10px 0 5px 30px;
}
#content ol {
margin: 10px 0 5px 30px;
}
/* table */
table, td, th{
border-style:solid;
border-color:#CCCCCC;
border-width:1px;
border-collapse:collapse;
vertical-align:top;
padding: 3px;
}
table.noborder,
table.noborder td,
table.noborder th {
border-style:none;
border-color:transparent;
}
.pbanner a{
text-decoration: none;
}
