/* HTML-Tags */
body {
  font: 95% Verdana,Tahoma,Arial,sans-serif;
  line-height:1.5em;
  margin:0 0 0 0px;
  padding:0;
  color:#222424;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,p,img,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
  margin:0;
  padding:0;
  font-family:Verdana,Tahoma,Arial,sans-serif;
}
p {
  margin:3px 0 3px 0;
  padding: 10px 0 10px 0;
  
}
h1 {
  font-weight:bold;
  color: #940C35;
  border-bottom: 1px solid #b0b0b0;
  text-align:left;
  font-size:1.6em;
  margin:0.5em 0 0.5em 0;
}
h2,caption,legend {
  font-size:1.1em;
  line-height:1.4em;
  font-weight:bold;
}
h3 {
  font-size:1em;
  font-style:italic;
}
small {
  font-size:0.85em;
  line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
  border-bottom: 1px dotted black; cursor: help; 
}
img { 
  border:none; 
}
a,a.external-link,a.active, a.email {
  color:#940C0E;
  text-decoration:none;
}

a:hover {
        color:#808080;
  text-decoration:none;
}
a.external-link {
  padding-left:18px;
  background:url(../img/icon_link.gif) left center no-repeat;
}

a.email {
  padding-left:18px;
  background:url(../img/icon_mail.gif) left center no-repeat;
}
ul,ol {
  margin-left:1.5em;
}
ul.nostyle {
  list-style-type:none;
}
ul.inline li {
  display:inline;
}
li ul {
  margin-bottom:10px;
}
li dfn,.usb {
  display:block;
  position:absolute;
  left:-3000px;
  height:0px;
  width:0px;
}
div.pagebrowser ul {
  list-style-type:none;
  margin:10px 0 10px 0;
}
div.pagebrowser li {
  display:inline;
  padding-right:5px;
}

form br {
  clear:both;
}
fieldset {
  border:1px solid #E3A528;
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
}
label {
  clear:both;
  float:left;
  width:10em;
  font-weight:bold;
  margin-right:1em;
  text-align:right;
}
input, textarea, select {
  border:1px solid #E3A528;
  background-color:#F9E8C1;
  padding:2px;
  font-family:Arial,sans-serif; 
  font-size:0.85em;
  margin:2px 0 2px 0;
}
input.normal, textarea {
  width:18em;
}
textarea {
  height:10em;
}
input.submit {
  margin-top:5px;
}
table {
  font-size:1em;
  width:97%;
}
caption {
  text-align:left;
}
th {
  background-color:#F9E8C1;
  padding:3px;
  text-align:left;
}
th a {
  color:#000;
}
td {
  vertical-align:top;
  border-bottom:1px solid #E3A528;
  padding:3px;
}
dd {
  margin-left:2em;
}
dl.image {
  margin:0 10px 0 10px;
}
dl.image dt, div.filelinks dd {
  margin:0;
  padding:0;
  line-height:0.9em;
}
dl.image dd {
  background-color:#FCD4AF;
  margin:-1px 0 0 0;
  padding:1px 0 1px 3px;
}

.left dl.image { float: left;
    margin-right: 0;
} 

.right dl.image { float: right;
    margin-left: 0;
}

div.breadcrumb {
  padding:3px;
}

/* Allgemeingueltige Klassen */
.hidden {
  display:none;
}
.clearer {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.grey {
  background-color:#D3D4D4;
  padding:3px;
}
.green {
  background-color:#2BB360;
  padding:3px;
}
.greenborder {
  border:1px solid #2BB360;
  padding:3px;
}

.orange {
  background-color:#F79338;
  padding:3px;
}
.orangeborder {
  border:1px solid #F79338;
  padding:3px;
}

.monospace {
  font-family:'Andale Mono',Courier,monospace;
}

div.Smaller,p.Smaller {
  font-size:0.9em;
  line-height:1.1em;
}
div.Bigger,p.Bigger {
  font-size:1.1em;
  line-height:1.4em;
}
div.Blue,p.Blue,.Blue {
  background-color:#E5E5F2;
  padding:5px;
}
div.Yellow,p.Yellow,.Yellow {
  background-color:#fef4cc;
  padding:5px;
}
div.Red,p.Red,.Red {
  background-color:#990000;
  color:#000;
  padding:5px;
}
div.Green,p.Green,.Green {
  background-color:#009900;
  padding:5px;
}
div.Center,p.Center {
  text-align:center;
}

div.Right,p.Right {
  text-align:right;
}
