/* Copyright 2000 - 2004 Computeropa
    - Stylesheet http://www.computeropa.de/ */
/* ---------------------------------------------- */
/* Standard-Formate */
body	{
	color: #000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0fff0;
	margin: 0px;
	padding: 10px;
	background-image: url(pic/backgrnd_h.jpg);
	scrollbar-base-color: #669966;
	scrollbar-3dlight-color: #9c9;
	scrollbar-arrow-color: #030;
	scrollbar-darkshadow-color: #030;
	scrollbar-face-color: #9C9;
	scrollbar-highlight-color: #f0fff0;
	scrollbar-shadow-color: #363;
	scrollbar-track-color: #f0fff0; /*scrollbar-track-color: #cfc;*/
	background-attachment: fixed;
}

h1,h2,h3,h4	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #363;
	font-weight : normal;
}

h1	{
	margin-top: 0px;
	font-size : 30px;
}

h2	{
	margin-top: 0px;
	font-size : 26px;
}

h3	{
	margin-top: 0px;
	font-size : 22px;
}

h4	{
	font-size : 18px;
}

p,td	{
	color : #000;
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

th	{
	color : #696;
	font-size : 18px;
	background-color : #f0fff0;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

ul	{
	list-style : url("pic/list.gif") disc;
}

a:link	{
	color : Blue;
}

a:visited	{
	color : #696;
}

a:hover	{
	background-color : #f0fff0;
	color : #C06;
	text-decoration : underline;
}

hr	{
	border : 0px;
	height : 1px;
	color : #696;
}

/* ---------------------------------------------- */
/* ---------- Definition der Klassen  ----------- */
/* ---------------------------------------------- */
/* Hintergrund und Text für Gästebuch und AOL-Seite */
.nav	{
	/*background-color : #f0fff0;*/
	color : #030;
	text-align : center;
	vertical-align : top;
}
/* ---------------------------------------------- */
/* Logo-Bereich */
#top	{
	background-color: #030;
	background-image: url(pic/backgrnd.jpg);
	color: #f0fff0;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	border: 3px outset #9c9;
}
#top h1	{
	position: absolute;
	z-index: -1;
	top: 30px;
	left: 30px;
	color: #030;
}
/* ---------------------------------------------- */
/* Formatierung des Menübereichs */
/* Hintergrund der Navigationsleiste */
#navi	{
	width: 100px;
	color: #030;
	text-align: center;
	float: left;
	position: absolute;
	top: 106px;
	left: 10px;
}

.menu	{
	width : 100px;
}
.menu a	{
	padding : 2px;
	font-weight : bold;
	margin : 0px 0px 5px 0px;
	display : block;
}

.menu a:LINK	{
	color : #fff;
	background-color : #363;
	text-decoration : none;
	border : 3px outset #696;
}

.menu a:VISITED	{
	color : #cfc;
	background-color : #363;
	text-decoration : none;
	border : 3px outset #696;
}

.menu a:hover , .menu a:active , .menu a:focus	{
	background-color : #030;
	text-decoration : none;
	border : 3px inset #696;
}
/* ---------------------------------------------- */
/* Statistiken */
#stats	{
}

#stats p	{
	width : 100px;
	font-size : 11px;
	margin-top : 6px;
	margin-bottom : 6px;
}
/* ---------------------------------------------- */
/* Textbereich */
#textteil	{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #696;
	margin-left: 110px;
	min-height: 450px;
}
/* ---------------------------------------------- */
/* Fußzeilen */
#unten	{
	margin-left: 110px;
}

#unten p {
	font-size: 11px;
	text-align: center;
	margin-top : 6px;
	margin-bottom : 6px;
}
/* ---------------------------------------------- */
/* Eingefärbte und verkleinerte Bereiche */
/* große Schrift */
.klein	{
	font-size: 11px;
}

.unterlegt	{
	color : #696;
	font-size : 18px;
	background-color : #f0fff0;
}

/* normale Schrift */
.markiert	{
	color : #696;
	background-color : #f0fff0;
}

/* normale Schrift, zentriert, evtl. senkrechte Schrift */
.markzent	{
	color : #696;
	background-color : #f0fff0;
	text-align : center;
	glyph-orientation-vertical : 270deg;
	writing-mode : bt-lr;
}

/* Rand oben / unten */
.geraendelt {
	border-bottom: 1px solid #696;
	border-top: 1px solid #696;
}

/* ---------------------------------------------- */
/* Bilder */
.bild	{
	margin-bottom : 6px;
	text-align : center;
}

/* Formatierung der Bildunterschrift */
.bildunter	{
	font-size : 11px;
	margin-top : 6px;
	margin-bottom : 18px;
	text-align : center;
}
/* Im Textfluss */
img.txt	{
	vertical-align: middle;
}
/* ---------------------------------------------- */
/* Links mit Paßwortsperre */
A.gesperrt:LINK	{
	color : #C06;
}

A.gesperrt:VISITED	{
	color : #903;
}

A.gesperrt:HOVER	{
	color : #903;
	background-color : #FFF0F5;
}