/* Dateiname: main.css */

body {margin-top: 0px;
      margin-left: 0px;
      text-align: center;
      background: #fffff1 url(images/b_wald.gif) center top repeat;}

body, table, p {background-color: #fffff1;
	      font-family: comic sans ms, arial, sans-serif;
               color: #000000;
               font-size: 11pt}

#container {
	background-color: #fffff1;
         text-align: center;
	width: 898px;
	margin:auto;
         }

table {margin: 20px 85px;}

#kopf {
	height: 90px;
	background: #fffff1 url(images/banner.jpg) no-repeat;
         position: relative;
         }

h1 {text-decoration:none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #d2c5a6;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #d2c5a6;
    margin-top: 10px;
    margin-bottom: 12px;
    font-weight:bold;
    color:#000000;
    font-size: 16pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px}

h2 {text-decoration:none; font-weight:bold; color:#000000; font-size: 14pt}

h3 {text-decoration:none; font-weight:normal; color:#000000; font-size: 12pt}

a {color: #ccffff; font-family: comic sans ms, arial, verdana, sans-serif; font-size: 11pt}
a:visited {text-decoration:none; font-weight:bold; color:#999999;}
a:link {text-decoration:none; font-weight:bold; color:#999999;}
a:active {font-weight:bold; color:#999999;}
a:hover {text-decoration: none; font-weight:bold; color:#f37a0c;}