﻿/* Stylesheet fuer d.elog-Blogs   Copyright (c) Mario Donick 2005-2008.   http://mario.optische-anstalt.de              */

/* Allgemeine Seiteneinstellungen */

body{
  background: #000000;
  background-image: url(images/main-bg.jpg);
/*  background-image: url(images/vbg.png); */
  background-repeat: repeat-x;
  color: #000000;
  font-size: 11pt;  
  font-family: Georgia,"Times New Roman",Times;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: left;
  line-height: 16pt;
  }


ul
{
	padding-left:25px;
}

a
{
  color: #FFFFFF;
  text-decoration:underline;
}


a:hover
{
color: #FFFFFF;
  text-decoration: underline;
}

a:visited
{
  color: #ffffff;
}

/* Ueberschrift 1. Ordnung */
h1{  font-size: 18pt;  color: #FFFFFF; 
     
     font-family: font-family: Georgia,"Times New Roman",Times;}

/* Ueberschrift 2. Ordnung */
h2
{  font-size: 17pt;  font-family: font-family: Georgia,"Times New Roman",Times;;
  font-weight: 100;
}



/* Ueberschrift 3. Ordnung */h3{  font-size: 12pt;  font-family: font-family: Georgia,"Times New Roman",Times;;
}


/* Namen der Autoren eines Blogeintrages */
.authors
{
  font-size: 8pt;
  font-family: Arial,Helvetica,Sans-Serif;
}/* Der Kopfbereich */

.header
{
    /*  background-image: url(images/header.png);*/
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 400px;
}

/* Das RSS-Icon */
.feedicon
{ 
     position: absolute; 
      top: 215px;
        left: 50%;
        margin-left: 370px;
          width: 30px;
            height: 30px;}

            
/* Ein Bereich über Inhalt und Seitenleiste */
.subheader
{
 /* background: #ffffff;*/
  background-image: url(images/subheader.png);
  background-repeat: no-repeat;
  color: #808080;
  position: absolute;
  top: 180px;
  left: 20px;
  min-width: 800px;
  width: 800px;
  min-height: 128px;
  height: 128px;
  font-size: 8pt;
  text-align: right;
  padding-top: 20px;
}
/* Der Bereich mit den Blogeintraegen */

.inhalt
{

  color: #FFFFFF;  position: absolute;  top: 280px;
  min-height: 2000px;

    left: 50%;
    margin-left: -400px;
    width: 700px;

    padding-left: 5px;
    
}
  
/* Die Seitenleiste; min-height und Farben sollten an die benoetigte Groesse angepasst werden */
.sidebar
{
    position: absolute; 
    top: 280px; 
           
             width: 138px; 
             left: 50%;
             margin-left: 260px;
           
  
  color: #FFFFFF;
  font-size: 10pt;  color: #606060;


}

/* sehr kleiner Text */
.mini{  font-size: 8pt;}


/* Zitat */
.quote
{
  font-size: 9pt;
  margin-left: 30px;
  margin-right: 30px;
}/* Einleitungs-Text */.bloghello{  line-height: 135%;  font-weight: bold;  margin-top: 20px;  margin-bottom: 20px;  margin-right: 10px;  margin-left: 20px;}

/* Formulare */
form
{
  background: transparent;
  padding: 10px;
}/* Eingabefelder und Buttons */input{  background-color:#FFFFFF;  border: 1px solid #000000;}/* Textfelder */textarea{  background-color:#FFFFFF;  border: 1px solid #000000;}
