/*
vorhandene Farben:

   dunkelstes Blau: ( 87,101,151) #576597
   mittleres Blau:  (103,151,203) #6797CB
   hellstes Blau:   (153,186,239) #99BAEF
   gelb:	    (255,255,153) #FFFF99
   rot:                           #d24949
*/

/*allgemeine Einstellungen*/

body {
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size:11px;
background:#99BAEF;
}

a img {
border:0;
}

a:link, a:active, a:visited {
color:#d24949;
}

a:hover {
color:#6797CB;
}

div.topspace {
height:0px;
}

div.footspace {
height:80px;
}

/*Ausrichtung auf dem Bildschirm*/
#wrap {
min-width:800px;
width:auto !important;
text-align:left;
margin:0 auto;
}

td.article_column {
padding: 10px;
}

/* Small Details */
.small, .createdate, .modifydate {
font-size: 10px;
color:#999999;
}

/* Search */

div.search {
vertical-align:middle;
height:30px;
background:#6797CB;
float: left;
}

#search {
padding-top:6px;
padding-left: 10px;
vertical-align:middle;
float: left;
}

input.inputbox {
width: 100px;
padding-right:20px;
font-family: verdana;
font-size: 10px;
}

#search input.inputbox {
background-color:#6797CB;
border: 0px;
width: 100px;
padding-right:20px;
border:none;
font-family: verdana;
font-size: 10px;
color:black;
}

/* Buttons */
input.button {
color: #FFFF99;
font-family: Arial, Hevlvetica, sans-serif;
text-align: center;
font-size: 10px;
font-weight: normal;
border-width: 1px;
border-color: #576597;
width: auto;
background:#6797CB;
margin-top:-1px;
margin-bottom:1px;
}
/* Poll */
table.poll {
padding: 0;
width: 100%;
border-collapse: collapse;
}

table.pollstableborder {
padding: 0;
width: 100%;
border: none;
text-align: left;
}

.sectiontableheader {
padding: 8px 5px;
background: #444444;
color: #FFFFFF;
text-align:left;
}

tr.sectiontableentry0 td {
padding: 5px 5px;
}

tr.sectiontableentry1 td {
padding: 5px 5px;
background:#ECECEC;
}

/* Typography */
div.code {
border-left:#6797CB solid 8px;
background:#CCCCCC;
width:auto;
padding-left:10px;
font-family:"Times New Roman", Times, serif;
padding-top:5px;
padding-bottom:5px;
}

/* Vertikale Ausrichtung in Tabellen */
td {  vertical-align:top; }
/*Keine Ahnung, was folgendes bewirkt*/


td.contentdescription {
padding-bottom: 10px;
}

a.readon {
color:#000000;
}

td.sectiontableheader {
border-bottom: 1px solid black;
font-weight: bold;
}

tr.sectiontableentry1 {
background: none;
}

tr.sectiontableentry2 {
background:#E5E5E5;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableheader, td.sectiontablefooter {
padding: 2px 5px;
}
h1 {
font-size: 12px;
}