/* allgemeine Body, Definition der Scrollbalcken */
body
{

	background-image: url(gif/bg2.jpg);
	background-position:0% 100%;
	background-repeat:repeat;
	background-attachment:fixed;
	background-color:#DDCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: black;

	scrollbar-base-color: #DDCC99;
	scrollbar-track-color: #DDCC99;
	scrollbar-face-color: #DDCC99;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: black;

}

#fixiert {
    position: absolute;
    top: 7em;
    left: 2em;
    z-index:3;

  }

#mitte {
    position: absolute;
    top: 7em;
    left: 15em;
    width: 48em;
    z-index:1;
  }

#rechts
{
    position: absolute;
    top: 100px;
    left: 57em;
    width: 159px;
    z-index:2;
}
#rechts_unten
{
    position: absolute;
    top: 730px;
    left: 57em;
    width: 159px;
    z-index:2;
}
#rechts_oben
{
    position: absolute;
    top: 7em;
    left: 57em;
    width: 159px;
    z-index:2;
}

#wm-aktuell {
    position: absolute;
    top: 200px;
    left: 320px;
    z-index:3;
  }

#wm-achtel {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index:3;
  }

#wm-viertel {
    position: absolute;
    top: 80px;
    left:690px;
    z-index:3;
  }

#wm-halb {
    position: absolute;
    top: 420px;
    left: 690px;
    z-index:3;
  }
img
{
	border: 0px;

}

/* Links */
a
{
	color: Black;
	text-decoration:none;
}

a:visited
{
	color: #555555;
	text-decoration:none;
}

a:active
{
	color: red;
	text-decoration:none;
}
a:hover
{
	color: red;
	text-decoration:none;
}

/* Formatierungen für Tabellen */
table
{
    	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight:normal;
}

td
{
 	vertical-align:	   top;
}
/* Definition des Formates H1 */
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
	color: black
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: black
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:italic;
	color: black
}