/* Author: Harald Betzler */


/******************************************************************************/
/* Allgemeines ****************************************************************/
/******************************************************************************/

/* alle Standardabstaende des Browsers auf 0 setzen */
* {
	margin: 0px;
	padding: 0px;
}

/* Anzeige einer vertikalen Scrollbar erzwingen (z.B. fuer Firefox) */
html {
	height: 101%;
}

/* Hintergrundfarbe fuer das gesamte Browserfenster */
body {
	margin-top: 20px;
	background-color: #d7f0ff;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4f478e;
	text-align: left;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

ul {
	margin-left: 13px;
	margin-bottom: 10px;
}

a, a:link {
	color: #69F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

h1 {
	font-size: 28px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* Einstellungen fuer das umschliessende DIV */

#head {
	width: 800px;
	height: 100px;
	margin: 0px auto;
	padding: 0;
	border: 30px solid #ffc978;
	border-bottom: none;
	background-color: #7393f5;
	background-image: url(head.gif);
	background-repeat: no-repeat;
}

#main {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	border: 30px solid #7393f5;
	border-top: none;
	background: #ffc978;
}

#content {
	float: left;
	width: 600px;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	padding: 20px 20px 0px 20px;
}

#navigation {
	float: right;
	width: 120px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
}

#foot {
	width: 800px;
	height: 25px;
	margin: 0px auto;
	text-align: center;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
}

/******************************************************************************/
/* Referenz-Links *************************************************************/
/******************************************************************************/

.linktable {
	margin-bottom: 10px;
}

.linkcell0 {
	width: 400px;
}

.linkcell1 {
	width: 150px;
	text-align: right;
}

/******************************************************************************/
/* Navigation *****************************************************************/
/******************************************************************************/

#navigation ul.nav1st {
	margin: 30px 0px;
	list-style: none;
	padding: 0px;
}

#navigation ul.nav1st li {
}

#navigation ul.nav1st a,
#navigation ul.nav1st a:link {
	display: block;
	width: 120px;
    margin: 5px 0px;
	padding: 10px 0px;
	background-color: #7393f5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffc978;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	font-weight: bold;
	color: #ffc978;
}

#navigation ul.nav1st a:hover {
	text-decoration: underline;
}  
