﻿
/* Allgemeines */
body
{
  background-color: #e9e9e9;
  font-family: Arial, Helvetica, sans-serif;
}
/*  Schriftbild */
p
{
  font-size: 12px;
  color: #666666;
  margin:0;
  padding:0;
}
h1
{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 0 0 10px 0;
  margin: 0;
}
h2
{
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  padding: 0 0 5px 0;
  margin: 0;
}
h3
{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  padding: 0 0 3px 0;
  margin: 0;
}
td
{
  font-size: 12px;
  color: #666666;
}
ul
{
  margin-top:0;
  padding-top:0;
  margin-bottom:0;
  padding-bottom:0;
}
li
{
  font-size: 12px;
  color: #666666;

}
/* Boxmodel */
#aussen
{
  position: absolute;
  height: auto;
  width: 1024px;
  left: 50%;
  margin: 30px 0 0 -512px;
  top: 16px;
  background-color: #ffffff;
}
#oben
{
  width: 1024px;
  height: 281px;
  background-color: #ffffff;
}
#navigation
{
  background-image: url('images/linie001.gif' );
}

#inhalt
{
  width: 1024px;
  height: auto;
  background-color: #ffffff;
}
#fusszeile
{
  width: 1024px;
  height: 22px;
  clear: both;
  background-image: url(images/linienmuster.gif);
}
/* Verweise*/


a:link, a:active, a:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

img
{
	border: 0;
	
}
#fadeinpic
{
position: absolute;
top: 380px;
margin-left: 180px;
}



















