html, body, h1, h2, h3, h4, p, ol, ul, li, dl, dd, table, th, tr, td
{
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: black;
	background-color: transparent;
}

/* ---- Allgemeines Layout ---- */

body
{
	margin: 0px;
	padding-left: 4%;
	padding-right: 2%;
	padding-bottom: 1%;
	background-image: url(grafiken/bg.gif);
	background-repeat: repeat;
	color: black;
	background-color: transparent;
}

/* --- Kopfteil --- */

#Kopfteil

{
	padding-top: 2em;
	padding-left:   20px;
	text-align: center;
	}

/* --- Fusszeile --- */

p.sublinks

{
	display: inline;
	text-align: center;
	}


#Fusszeile

{	margin-bottom: 0px;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left:   20px;
	text-align: left;
}




/* --- rechte Leiste --- */

#rechts {
  right: 0;
  top: 0;
  width: 100px;
  height: auto;
  position: absolute;
  position: fixed;
  border-left: 1px solid black;
}

/* --- Inhalt --- */

#Inhalt {
  position: relative;
  left: 0;
  top: 0px;
  padding-top:    20px;
  padding-bottom: 20px;
  padding-left:   20px;
  padding-right:  120px;
  z-index: 1;
}

/* ---- Navigationsmenue auf rechter Leiste ---- */

#rechts #navi {
  margin-left: 0;
  margin-top: 370px;
  width: 100px;
  padding: 0px;
}

#navi a
{
	width: 100px;
	height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	font-size: 0.7em;
	color: black;
	background-image: url(grafiken/button.png);
	padding-top: 6px;
	background-repeat: no-repeat;
}

#navi a:visited {
 background-image: url(grafiken/button.png);
}

#navi a:hover,
#navi a:active,
#navi a:focus {
  color: black;
  /*background-image: url( );*/
}

/* ---- Post-Its ---- */

div.postit,
div.postit-left,
div.postit-right {
  border-top: 3px solid #FF0;
  margin-top: 0px;
  background-color: #FF6;
  border-right: 1px outset #FF0;
  border-bottom: 1px outset #FF0;
}

div.postit-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 0.5em;
  width: 80px;
}

div.postit-right {
  float: right;
  margin-left: 5px;
  margin-bottom: 0.5em;
  width: 80px;
}

div.postit p,
div.postit-left p,
div.postit-right p {
  font-size: 80%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.postit h1, div.postit h2,
div.postit-left h1, div.postit-left h2,
div.postit-right h1, div.postit-right h2 {
  display: block;
  background-color: #eeeecc;
  font-weight: bold;
  font-size: 90%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-top: 0px;
}

div.box h2,
div.box-left h2,
div.box-right h2 {
  font-size: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

/* ---- Bildboxen ---- */

div.img,
div.img-left,
div.img-right {
  border: none;
  text-align: center;
}

div.img-left {
  float: left;
  padding-bottom: 1em;
  padding-right: 1em;
}

div.img-right {
  display: inline;
  float: right;
  padding-bottom: 1em;
  padding-left: 1em;
}

div.img img,
div.img-left img,
div.img-right img {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div.img p,
div.img-left p,
div.img-right p {
  text-align: left;
  border: none;
  background-color: #EEEECC;
  font-size: 80%;
  padding: 1em 0.5em 0.5em 0.5em;
  margin-top: -5px;
  margin-bottom: 0px;
}

div.img > p:before,
div.img-left > p:before,
div.img-right > p:before {
  white-space: nowrap;
  font-weight: bold;
  content: "Abb: ";
}

div.img .hint,
div.img-left .hint,
div.img-right .hint {
  display: none;
  text-align: left;
  border: 1px solid red;
  background-color: #EECCCC;
  font-size: 80%;
  padding: 0.5em 0.5em 0.5em 0.5em;
  width: 20em;
  position: absolute;
}

div.img .hint:before,
div.img-left .hint:before,
div.img-right .hint:before {
  white-space: nowrap;
  font-weight: bold;
  content: "Hinweis: ";
}

div.img:hover .hint,
div.img-left:hover .hint,
div.img-right:hover .hint {
  display: block;
}

div.img-left:hover .hint {
  left: 2em;
}

div.img-right:hover .hint {
  right: 2em;
}

/* ---- Textformatierung ---- */

/*allgemeine Faelle*/



H1, H2, H3, H4, H5, H6
{
	border: thin none;
	/* workarround fuer Netscape */
	padding-left: 2%;
	padding-right: 1%;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

#Kopfteil h1
{
	text-align: right;
	background-color: transparent;
	padding-bottom: 0.4em;
	padding-right: 1em;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	width: 70%
}

h2
{
	background-color: #339933;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
}


h3
{
	background-color: #66cc99;
	padding-top: 0.8em;
	padding-bottom: 0.2em;
}

h4, h5, h6 {
	font-size: 100%;
}
p
{
	font-weight: normal;
	line-height: 1.2 em;
}

th
{
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}

tr
{
	color: #000000;
	background-color: transparent;
	vertical-align: baseline;
	text-align: left;
}

td
{
	color: #000000;
	background-color: transparent;
	vertical-align: baseline;
	text-align: left;
}


blockquote
{
	font-family: "Courier New", Courier, Mono, monospace;
	padding: 0.3em;
	margin-left: 7%;
	margin-right: 3%;
}

blockquote p
{
	font-family: "Courier New", Courier, Mono, monospace;
	font-size: 95%;
}

cite
{
	font-family: "Courier New", Courier, Mono, monospace;
	}
.strike
{
	text-decoration: strike;
}

.italic
{
	font-variant: normal;
	font-style: italic;
}

/* Listendarstellungen -- Formatierung und einfache Positionierung */

ul.square { list-style-type: square;
			list-style: outside; }

li { padding-bottom: 0.5em; }

ul, dl
{
	padding: 0.5em;
	margin-bottom: 0.3em;
}

dt { margin-bottom: 0.4em; }
dd { margin-bottom: 1em; }

li ul li
{
	padding-bottom: 0.5em;
	font-style: italic;
	/*background: 		#FFFFFF;*/
	/* color: 				#000;*/
}


hr {
	width: 80%;
	color: black;
	margin: auto;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

/*Verweise */

a {
 	color: black;
	text-decoration: none;
}

a:link {
	color: #03f;
	background: transparent;
}

a:hover
{
	color: #f00;
	background: #ffc;
}

a:visited
{
	color: #909;
	background: transparent;
}

a:active
{
	color: #f00;
	background: #ff9;
}

/*Verweise innerhalb von Text*/

#Inhalt p a:before {
 	color: black;
	text-decoration: none;
	/*content: \&#8658;\;*/
}

#Inhalt p:hover a {
	text-decoration: underline;
	color: #22A;
}

/* Ab hier fuer Bilder als Verweise */
:link IMG { border: #000000 none 10px; }
:visited  IMG { border: #000000 none 10px; }
a:hover  IMG { border: #e0e0e0 none 10px; }
a:active  IMG { border: #e0e0e0 none 10px; }

/* Spezielle Formatierungen */ 

div.disclaimer
{
	font-family: "Comic Sans MS", serif;
	font-size: 0.8em;
	text-align: justify;
}

div.anmerkung
{
	font-family: "Comic Sans MS", serif;
	font-size: 0.8em;
	text-align: right;
}


.code {
	font-family: Monaco, Courier, monospace;
	white-space: pre;
	display: block;
	background-color: #B0C0C0;
}

.author {
	font-style: italic;
}

.author:before {
	content: "Autor: ";
}

.sig
{
	font-family: "Lucida Handwriting", Western, cursive;
	margin: 0 0 0 2em;
}


/* Bilder */

img {
	border: none;
}

img.left {
	display: inline;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

img.right {
	display: inline;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

br.left { clear: left; }
br.right { clear: right; }
br { clear: both; }


/* ---- Linkliste ---- */

div.Linkliste {
	margin-left: 40px;
}

div.Linkliste h3
{
	margin-left: -40px;
	font-weight: bold;
	background-color: silver;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0px;
	border-width: 3px;
	border-style: none outset outset none;
	width: 80%;
}

div.Linkliste dl {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 1em;
	/*background: white;*/
}


div.Linkliste dl dt {
	margin-left: 0px;
	margin-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0px;
	padding-bottom: 0.5em;
	width: 70%;
}

div.Linkliste dl dd {
		width: 70%;
}

div.Linkliste ul li ul li ul li
{
	border-left: 1px solid black;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0.5em;
}


div.Linkliste dl dt > a {
	font-weight: bold;
}

div.Linkliste dl dd p {
	margin-top: 0.4em;
	margin-bottom: 0px;
	padding-left: 3em;
}

/* Bildboxen */

div.img,
div.img-left,
div.img-right {
  border: none;
  text-align: center;
}

div.img-left {
  float: left;
  padding-bottom: 1em;
  padding-right: 1em;
}

div.img-right {
  display: inline;
  float: right;
  padding-bottom: 1em;
  padding-left: 1em;
}

div.img img,
div.img-left img,
div.img-right img {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

div.tabelle
{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

div.tabelle table
{
	border-color: silver;
	border-width: 1px;
	border-style: solid;
	padding: 0.5em;
	width: 80%
}

div.tabelle table th, td
{
	padding: 0.3em;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
}

.center-inline
{ text-align: center;
display: inline;
}

.extraindex
{
	text-align: center;
	clear: both;
	padding: 20px 120px 20px 20px;
}
	
/* ---- Weblog Spezialfälle ---- */	

.blog
{
	margin: 10px 40px 10px 20px;
	padding: 15px 45px 15px 25px;
	background-color: transparent;
	width: 60%;
	height: 500px;
	overflow: scroll;
	border: thin none;
}
.blogbody
{
	margin-top: 5px;
	margin-bottom: 2em;
	/*width: 60%;*/
	padding: 0px;
	background-color: #FF6;
	border-color: silver black black silver;
	border-width: 1px 3px 2px 1px;
	border-style: solid outset outset solid;
}

h3.entry-title
{
	margin: 0px;
	padding: 5px;
	background-color: #FF0;
	border-bottom: black;
	font-size: 100%;
	border-width: 0 0 1px 0;
	border-style: none none inset none;
}

h3.entry-title a, h3.entry-title a:link, h3.entry-title a:visited, h3.entry-title a:active, h3.entry-title a:hover
{
	text-decoration: none;
	font-size: 100%;
	color: black;
	background: transparent;
}

.blogeintrag

{ padding: 10px; }


	.blogeintrag a,
	.blogeintrag a:link,
	.blogeintrag a:visited,
	.blogeintrag a:active,
	.blogeintrag a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

		
	.posted	
	{
		font-size: small;
		color: #000000;
		margin-top: 1em;
		margin-bottom: 25px;
	}
		
	
	.syndicate {
		font-family:verdana, arial, sans-serif;
		font-size:xx-small;		
  		line-height:140%;
  		padding:2px;
  		margin-top:15px;
  		background-color: transparent;  		
 		}	
		
	.powered	
	{
		font-family: palatino, georgia, times new roman, serif;
		color: #666;
		font-size: x-small;
		line-height: 140%;
		text-transform: uppercase;
		padding: 2px;
		margin-top: 50px;
		letter-spacing: .2em;
		background-color: transparent;
	}	

.user-comments
{
	color: silver;
	font-style: italic;
}

/*xxx*/	
	
	.comments-body {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	
			
	
	.trackback-url {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;		
 		border:1px dotted #999; 					
		}


	.trackback-body {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	

		
	.comments-head	{ 
		font-family:palatino, georgia, verdana, arial, sans-serif; 
		font-size:small; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		

	#banner-commentspop {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px solid #FFF;	
		border-right:1px solid #FFF;  		
		border-top:1px solid #FFF;  		
  		background:#003366;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}