f@charset "utf-8";

html { height:100%; } /* F?hrt dazu, dass Netscape und Firefox keinen Sprungeffekt bei Seiten ohne Scrollbar haben */
body { min-height:101%; }

body {
  background-color: #ececec;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;
  padding:0px;
  margin:0px;
}
#inhalt {
  position:absolute;
  height:195px;
  width:425px;
  margin:-100px 0px 0px -200px;
  top: 50%;
  left: 50%;

  text-align: left;
  padding: 0px;
  padding-top: 30px;
  background-color: #ffffff;
  border: 1px dotted #000000;
  overflow: auto;
}
p, h1 {
margin: 0px;
padding: 10px;
}

.divleft {
  float: left;
  margin: 0px;
  padding: 10px;
}
.divright {
  float: right;
  margin: 0px;
  padding: 10px;
  width: 150px;
  padding-top: 50px;
}

.icon {
  margin-left: 2px;
  margin-right: 2px;
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #ffffff;
background-color: #0075c0;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

.clrtxt {
color: #0075c0;
font-weight: bold;
}

a {
 color: #0075c0;
 font-weight: bold;
}

a:hover, a:active {
  text-decoration: underline
}

img {
  border: 0;
}