/*
 * fichtelgebirge.css
 *
 * layout of the site fichtelgebirge.org
 *
 * author: Sebastian Hempel <shempel@fichtelgebirge.org>
 # last change: 2003-04-21
 */

/*
 * layout-/page-blocks
 */

#navigation
{
	position:fixed;
	left:0px;
	top:0px;
	width:125px;
	height:100%;
	text-align:center;
}

#content
{
	position:absolute;
	left:135px;
	top:10px;
	right:10px;
	height:auto;
	text-align:left;
}

/*
 * design of the generic elements
 */

body
{
	margin:0px;
	border:0px;
	background-image:url("../images/background.jpg");
	background-repeat:repeat-y;
}

p, h1, h2, div, dt
{
	font-family:Arial,Helvetica,Sans-Serif;
}

h1, h2, h3
{
	font-style:normal;
	font-weight:bold;
	color:#33cc33;
}

dt
{
	font-weight:bold;
	margin-top:5px;
}

/*
 * user defined classes
 */

/* a center class */
.center
{
	text-align:center;
}

/* a class to format the logo with years */
.logo
{
	text-align:center;
	font-family:Arial,Helvetica,Sans-Serif;
	font-style:normal;
	font-weight:bold;
	font-size:large;
	color:#6666ff;
}

/* navigation links */
.n1
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-style:normal;
	font-weight:bold;
	font-size:medium;
	color:#6666ff;
	border-bottom:3px;
}

/* paragraph at the bottom with the copyright */
.copyright
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-style:normal;
	font-size:small;
	text-align:center;
}
