﻿/* CSS Document */

body {
	font: 90% Geneva, Arial, Helvetica, sans-serif;
    margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auff&uuml;llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0;
	background-image:url(body.png);
	background-repeat: repeat-y;
    text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
}

a {
	outline: none;
}

a:link, a:visited {
	color: #EA704D;
	text-decoration: none; /* Hierdurch wird die Einstellung f&uuml;r visited links &uuml;berschrieben. */
}

a:hover {
    color: #828282;
	text-decoration: none; /* Hierdurch wird die Einstellung f&uuml;r hovered links &uuml;berschrieben. */
}


/************** .styles *****************/

.bold {
	font-weight: bold;
}

.small  {
	font-size: 85%;
	font-weight: bold;
}

.smaller  {
	font-size: 75%;
}

h1, h2, h3, h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7A7B7C;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 140%;
}

h2{
	font-size: 120%;
}

h3{
	font-size: 100%;
}

h4{
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}

/************** End styles *****************/

#page {
	width: 972px;
	height: 728px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element &uuml;berschrieben. */
	margin: 20px auto;
}

#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 968px;
	height: 728px;
}

#title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 968px;
	height: 120px;
	border-bottom: solid #EA704D;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	position: static;
	width: auto;
	height: auto;
	padding: 10px 0px;
	color: #7A7B7C;
	font-weight: bold;
}

#rahmen {
  border-width: 1px;
  border-style: solid;
  border-color: #EA704D;
}


#navbar_top {
	position: absolute;
	top: 68px;
	left: 0px;
	width: 968px;
	height: 43px;
	font-weight: bold;
}

#navbar_left {
	position: absolute;
	top: 122px;
	left: 0px;
	width: 230px;
	height: 584px;
	padding: 0.2em 0.7em 0.7em 0;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 122px;
	left: 245px;
	width: 700px;
	height: 584px;
	padding: 0.7em;
}

#bottom {
	position: absolute;
	top: 558px;
	left: 181px;
	width: 739px;
	height: 33px;
	padding: 10px;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** #navBar link styles ***********/

#navleft {
	margin: 0;
	padding: 0.8em;
	list-style-type: none;	
    text-decoration: none;
	font-size: 12px;
	line-height: 18px;
}

#navleft li {
	display: block;
	margin-top: 1px;
	margin-bottom:1px;
	width: 215px;
	float: left;
}

#navleft a, #navleft span {
    text-decoration: none;
}

#navleft a:hover {
    color: #828282;
}

#navleft span {
    color: #7A7B7C;
	font-weight: bold;
}

#navleft div {
     clear: left;
}

#navtop {
    margin: 0;
	padding: 0.3em;
	font-size: 16px;
	line-height: 25px;
    text-align: center;
}
  
#navtop li {
    list-style: none;
    display: inline;
    margin: 0;
	padding: 0;
}
  
#navtop a, #navtop span {
    float: left;
	width: 8.5em;
    margin: 0.4em;
	padding: 0.2em 0.5em;
    text-decoration: none;
}

* html #navtop a, * html #navtop span {  /* Korrektur fuer IE 5.x */
    width: 9.5em;
    w\idth: 7.5em;
}
  
#navtop a:hover {
    color: #828282;
}

#navtop span {
    color: #7A7B7C;
	font-weight: bold;
}

#navtop div {
     clear: left;
}

ul{
	list-style-type: none;
	padding-left: 0.5em;
}

ul ul{
	list-style-type: none;
	padding-left: 0.5em;
}

ul ul ul{
	list-style-type: none;
	padding-left: 0.5em;
}

/*********** End #navBar link styles ***********/

