/* Optische Gestaltung; die division werden definiert */
/* Es werden 5 Bereiche definiert - oben, links, mitte, rechts und unten; container ist das allgemeine Erscheinungsbild */

/* basic */
/* Hintergrund-Farbe setzen mit Bild oder Farb-defintion gemäß www */
	body {background-image:url('images/background.jpg')}
/* Fontdefinitionen; hX - Header-Schrift etc */
	h1 {font-size: 200%; font-weight: bolder; font-family: Arial,Helvetica,Geneva; color: #000000}
	h2 {font-size: 150%; font-weight: bold; font-family: Arial,Helvetica,Geneva; color: #000000}
	h3 {font-size: 120%; font-weight: bold; font-family: Arial,Helvetica,Geneva; color: #000000}
	h4 {font-size: 100%; font-weight: bold; font-family: Arial,Helvetica,Geneva; color: #000000}
	h5 {font-size: 135%; font-weight: bold; font-family: Arial,Helvetica,Geneva; color: #000000}
	h6 {font-size: 70%; font-weight: bold; font-family: Arial,Helvetica,Geneva; color: #000000}
	p  {font-size: 100%; font-family: Arial,Helvetica,Geneva; color: #000000}

/* Link-Definitionen */
a.link:link {color: #000066}
a.link:visited {color: #990000}
a.link:hover {color: #000099; font-weight: bold; background: #00FFFF}

a.sublink:link {font-size: 80%; color: #000066}
a.sublink:visited {font-size: 80%; color: #990000}
a.sublink:hover {font-size: 80%; color: #000099; font-weight: bold; background: #00FFFF}

#container {
	width:100%;
	margin:0 auto;
	   }
	
/* TOP - obere Leiste */
#oben	{
	width: 100%;
	position: top;
	text-align: center;
	height: 150px;
	top: 0;
	margin-bottom: 40px;
	}

#links	{
	top: 150px;
	margin: 1%;
	width: 20%;
	float: left;
/*	position: left;		*/
	}

#mitte	{
	top: 150px;
	margin-left: 25%;
	width: 60%;
/*	float: center;		*/
/*	position: center;	*/
	}

#rechts	{
	top: 150px;
	width: 10%;
	float: right;
/*	position: right;	*/
	}

#unten	{
	width: 100%;
	float: left;
	position: bottom;
	text-align: center;
	top: auto;
	margin-top: 40px;
	bottom: 0;
	}


div.link-list {
        width:10.2em;
        position:absolute;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
