﻿body {
	margin: 40px;
    background-color:#FFFFFF;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;    
}

p {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: medium;
}


a:hover
{
  text-decoration: underline;
/*  color: #7f8eaa */
  color: #800000;
}



h1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-large;
	color: #509EED;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #509EED;
}
h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: large;
	border-left-style: solid;
	padding-left: 5px;
}

h3 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: normal;
	border-left-style: solid;
	padding-left: 5px;
}



/* Namen der Autoren eines Blogeintrages */
.authors
{
  font-size: 8pt;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #808080;  
}


/* Der Kopfbereich */
.header
{
/*  background-image: url(images/header.png);*/
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 800px;
  height: 400px;
}


/* Das RSS-Icon */
.feedicon
{
  position: absolute;
  top: 5px;
  left: 798px;
  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: 140px;
  left: 20px;
  min-width: 800px;
  width: 800px;
  min-height: 128px;
  height: 128px;
  font-size: 8pt;
  text-align: right;
  padding-top: 20px;
}

/* WIP-spezifischer Bereich ueber den Blogeintraegen der index.php */
.wipinfos{  font-size:8pt;  background: #202020;  color: #ffffff;  margin-bottom: 50px;  padding: 15px;}


/* Der Bereich mit den Blogeintraegen */
.inhalt
{

  color: #000000;
  position: absolute;
  top: 240px;
  left: 30px;
/*  width: 700px; */
  width: 70%;
  min-height: 2000px;
}

.navigation {
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-large;
	font-weight: lighter;
	font-variant: small-caps;
	padding: 20px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #6BA1C5;
}
.link {
	color: #336699;
	text-decoration: none;
}
.aktiv {
	font-size: xx-large;
}


/* Die Seitenleiste; min-height und Farben sollten an die benoetigte Groesse angepasst werden */
.sidebar
{
  position: absolute;
  top: 240px;
  right: 30px;
/*  width: 175px; */
  width: 20%;
  text-align: right;
  background-color: #FFFFFF;
  font-size: 10pt;
  color: #336699;
  padding-bottom: 40px;

  

}


/* 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-color: #FFFFFF;
  padding: 10px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

/* Eingabefelder und Buttons */
input
{
  background-color:#FFFFFF;
  border: 1px solid #000000;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

/* Textfelder */
textarea
{
  background-color:#FFFFFF;
  border: 1px solid #000000;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
