body{
    background-color: #EEEEEE;
    margin: 0px;
    padding: 0px;
    font-family: verdana, "Arial", "Helvetica", sans-serif;
}

img {
	border: 0px;
}

a {
    color: #B20000;
    
    text-decoration:none;
}
a.nav {
    color: #B20000;
    font-size: 12pt;
    font-weight:bold;
    text-decoration:none;
}
div.aussentable{
	padding:0;
	width: 800px;
    margin: 0 auto;
}

div.innen{
    width: 780px;
    height: 580px;
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    border-style: solid;
    border-width: 2px;
    border-color: #444444;
    padding: 10px;
    margin-top: 10px;
}

#clientArea {
  background-color: #FFFFFF;
  opacity: 0.8; 
  filter:Alpha(opacity=80);
  border-color: #404040 #e0e0e0 #f0f0f0 #505050;
  border-style: solid;
  border-width: 2px;
  color: #000000;
  font-family: verdana, "Helvetica", sans-serif;
  font-size: 11pt;
  margin: 25px 0px;
  overflow: auto;
  padding: .5em;
  height:500px;
}
td {
font-size: 11pt;
}
h1 {
	font-size: 18px;	
}
h2 {
	font-size: 15px;
}
p{
clear:both;	
}
.imgl {
	float:left;
	padding: 3px;
}
.imgr {
	float:right;
	padding: 3px;
}
.small{
	font-size: 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.myinput {
	width: 250px;
}