/* Copyright 2004 Marco vom Engelskotten
    - Stylesheet http://www.engelskotten.de/  */
/* ---------------------------------------------- */
/* Standard-Formate */
body	{
	margin: 0px;
	padding: 10px;
	color: #000;
	background-color: #F0F0FF;
	font-size: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	scrollbar-base-color: #69c;
	scrollbar-3dlight-color: #69c;
	scrollbar-arrow-color: #036;
	scrollbar-darkshadow-color: #036;
	scrollbar-face-color: #69c;
	scrollbar-highlight-color: #F0F0FF;
	scrollbar-shadow-color: #369;
	scrollbar-track-color: #F0F0FF;
	scrollbar-track-color: #E6E6FA;
	background-image: url(pic/backgrnd_b.jpg);
	background-attachment: fixed;
}

h1,h2,h3,h4	{
	color : #369;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	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 : 15px;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}

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

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

a:link	{
	color : Blue;
}

a:visited	{
	color : #369;
}

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

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

/* ---------------------------------------------- */
/* ---------- Definition der Klassen  ----------- */
/* ---------------------------------------------- */
/* kleiner Text */
.klein		{
	font-size : smaller;
}
/* Fußzeilen */
.fuss	{
	font-size : smaller;
	text-align : center;
	margin-top : 6px;
	margin-bottom : 6px;
}
/* ---------------------------------------------- */
/* Hintergrund und Text für Gästebuch */
.nav	{
	color : #036;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}
/* ---------------------------------------------- */
/* Bilder */
.bild	{
	margin-bottom : 6px;
	text-align : center;
}
/* Bildunterschrift */
.bildunter	{
	font-size : 11px;
	margin-top : 6px;
	margin-bottom : 18px;
	text-align : center;
}
/* Im Textfluss */
img.txt	{
	vertical-align: middle;
}
/* ---------------------------------------------- */
/* Logo-Bereich */
#top	{
	background-color: #036;
	color: #F0F0FF;
	text-align: center;
	background-image: url("pic/backgrnd.jpg");
	padding: 10px;
	margin-bottom: 10px;
	border: 3px ridge #69C;
}
#top h1	{
	position: absolute;
	z-index: -1;
	top: 30px;
	left: 30px;
	color: #036;
}
/* ---------------------------------------------- */
/* Formatierung des Menübereichs */
/* Hintergrund der Navigationsleiste */
#navi	{
	width: 120px;
	color: #036;
	float: left;
	position: absolute;
	top: 106px;
	left: 10px;
}

.menu	{
	width: 120px;
}

.menu A	{
	height : 26px;
	display : block;
	padding : 4px;
	margin: 0px 0px 3px 0px;
}

.menu A:LINK	{
	color : #036;
	background-color : #F0F0FF;
	text-decoration : none;
	border : 0px none;
}

.menu A:VISITED	{
	color : #369;
	background-color : #F0F0FF;
	text-decoration : none;
	border : 0px none;
}

.menu A:HOVER , .menu A:active , .menu A:focus	{
	/*color : #369;*/
	background-color : #E6E6FA;
	text-decoration : none;
	border : 0px none;
}
/* ---------------------------------------------- */
/* Statistiken */
#stats	{
	margin-top: 40px;
	text-align: center;
	width: 120px;
}

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

#unten p {
	font-size: 11px;
	text-align: center;
	margin-top : 6px;
	margin-bottom : 6px;
}
/* ---------------------------------------------- */
/* Eingefärbte Bereiche */
/* große Schrift */
.unterlegt	{
	color : #369;
	font-size : 18px;
	background-color : #F0F0FF;
}
/* ---------------------------------------------- */
/* Links mit Paßwortsperre */
A.gesperrt:LINK	{
	color : #C06;
}

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

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