body
{
 font-family:Verdana;
 font-size:0.6em;
 background-color:#466e8e;
 margin:3px;
 padding:0px;
}

/* Quellcodeanzeige */
pre{
 font-size:1.2em;
 color:#000;
 background-color:#f7f7f7;
 border:1px dashed #666;
 margin:0px 0px;
 padding:15px 5px;
}

code {
 color:#bd0329;
 font-size:1.2em;
}

/* Überschriften */
h1 { font-size:1.3em;margin-top:10px;}
h2 { font-size:1.1em;}
h3 { font-size:1em;}
h4 { font-size:1em;text-decoration:underline;}
h5 { font-size:1.1em;text-decoration:underline;margin-top:10px;margin-bottom:10px;text-align: left;}
h2,h3,h4 { margin-top:10px;margin-bottom:0px; }
h1,h2,h3,h4 { color:#fff;}
h5 { color:#ffccff;}
h1.fault { color:#fff;}
p {margin-top:0px;}
pre {font-size:1.5em; color: #fff;background-color:#466e8e;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  font-size:1em;
}
a:active, a:hover
{
 text-decoration:underline;
 color:#ccffff;
}

/* Brotkruemmel */
#brkr{
 padding:0px 5px;
 background-color:#FEC483;
 font-size:1em;
 font-style:italic;
 text-align:left;
}
#title {
height:34px;
padding:5px;
border-bottom:1px solid #fff;
margin-bottom:20px;
}

/* Navigation */
#navi {
text-align:right;
margin-right:10px;
}

#navi2 {
text-align:left;
margin-left:10px;
}

#left, #right {
width:14%;

}

#left {
float:left;
background-color:#466e8e;
}

#right {
float:right;
}

.menutitle
{
font-weight:bold;
color:#ffff00;
font-weight:bold;
border-top:1px dashed #466e8e;
margin-top:15px;
}

.menutitle2
{
font-weight:bold;
color:#ffffff;
border-top:1px dashed #466e8e;
margin-top:15px;
}

#content {
float:left;
width:80%;
margin-left:3%;
color:#fff;
font-size:1.4em;
}
#content2 {
float:left;
width:80%;
margin-left:3%;
color:#fff;
font-size:1.2em;
}
#content3 {
float:left;
width:66%;
margin-left:3%;
color:#fff;
font-size:1.4em;
}
/* Tabellen*/
table {font-size:1.0em; color: #fff}
td,th {
 vertical-align:top;text-align:left;
}
th, .th{
  font-size:1.0em;
  color: #000;
  background-color:#efefef;
  border-bottom: #666 1px solid;
  padding:3px;

}
.table, .browsercomp{
  border: #666 1px solid;
  padding:0px;
  width:99%;
  border-spacing:0px;
  border-collapse:collapse;
  font-family:Arial;
}
.table td, .browsercomp td{padding:2px;}

/* Die Teaser-Box */
#t-box {
float: right;
margin-right:10px;
display: block;
width:100%;
}

/* Der eigentliche Teaser (als Klasse!) */
.teaser {

background-color: #e7d5b5;
border: solid 1px #09c;
margin: 1px 1px 5px 1px;
}

.t-head {
font-family: 'Trebuchet MS',sans-serif;
background-color: #09c;
color: #000000;
padding: 3px;
margin: 0;
font-size:1.3em;
}

.t-txt {
font-family: Arial,sans-serif;
color: #000000;
padding: 3px;
line-height: 100%;
font-size: 1em;
}