/*   
Theme Name: Blue on White
Description: A clear and simple blue and white theme made for everyone who likes simplicity.
Author: Bingo Web Design
Author URI: http://www.bingowebdesign.info
Tags: white, blue, black, two-columns
Version: 1.3
*/
  <!--
* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
	    font-family:Arial, Geneva, sans-serif;
	    font-size: 12px;
            line-height: 18px;
            color: #ccc;}
.cat {
         background-color: #202020; 
         padding:10px;}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layoutelemente */
#mainDiv{ width: 820px;
          height: 100px;
          text-align: left;
          margin: 10px auto;}
#headDiv{ height: 4px;}
#content { width: 620px;}
#footerDiv{ }

li {
   list-style-type:none;
}
h2{
   color: #f6eb15;
   font-size: 12px;
   margin-bottom: 3px;
}
h1 {
   color: #f6eb15;
   font-size: 14px;
   margin-bottom: 5px;
}

.post-meta {
color: #666;
}

/* Ausloeschen der Kommentar und Edit Funktion */
.post-meta {
display:none;
}

.date {
color: #202020;
font-weight:bold;
margin-top:10px;
border-top:1px solid #ccc;
padding-top:5px;
font-size: 16px;
padding-bottom: 5px;
}

a:link {
    color: #fff;
    text-decoration: none; 
}
a:hover {
    color: #666;
    text-decoration: none; 
}
a:visited {
    color: #fff;
    text-decoration: none; 
}
img {
border: 0;
}


