html,body {background-color:#67798f;
     	text-align:center;
 	scrollbar-base-color:#84180a; 
	scrollbar-track-color:#D2D2D2;
	scrollbar-face-color:#988670;
	scrollbar-highlight-color:#84180a;
	scrollbar-3d-light-color:#84180a;
	scrollbar-dark-shadow-color:#84180a;
	scrollbar-shadow-color:#84180a;
	scrollbar-arrow-color:#000000;
	margin:0px;
        }

body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {font-family:Verdana, Arial, Helvetica, sans-serif; }
body, td, div, p, pre, ul {font-size: 10pt;}

td.gb {	height:30px;
	vertical-align: bottom;
	background-color: #660000;
	color: #FFFFFF;}

h1 {font-size: 12pt; color:#000000; margin-bottom:10px}
h2 {font-size: 10pt; color:#000000; margin-bottom:5px}
h3 {font-size: 8pt;  color:#000000; margin-bottom:3px}

a 	  {text-decoration: none; font-weight: bold;}
a:link    {color: #84180a;}
a:visited {color: #84180a;}
a:active  {color: #84180a;text-decoration:underline;}
a:hover   {color: #84180a;text-decoration:underline;}

a.copy	       {text-decoration: none; font-weight: bold;}
a.copy:link    {color: #FFFFFF;}
a.copy:visited {color: #FFFFFF;}
a.copy:active  {color: #FFFFFF;text-decoration:underline;}
a.copy:hover   {color: #FFFFFF;text-decoration:underline;}

a.menu		{border-bottom-style: dashed; border-width:1px; padding-left:10px; padding-right:10px; text-decoration: none; font-size: 11pt; font-weight: bold;}
a.menu:link	{color: #FFFFFF;}
a.menu:visited  {color: #FFFFFF;}
a.menu:active   {color: #FFFFFF;}
a.menu:hover    {color: #FFFFFF; border-bottom-style: solid; text-decoration: none;}

a.aktuell	{border-bottom-style:double; border-width:3px; padding-left:10px; padding-right:10px; text-decoration: none; font-size: 11pt; font-weight: bold;}
a.aktuell:link	{color: #FFFFFF;}
a.aktuell:visited  {color: #FFFFFF;}
a.aktuell:active  {color: #FFFFFF;}
a.aktuell:hover   {color: #FFFFFF; text-decoration: none;}

hr {noshade; color:#003300; background-color:#000099;
    height:2px; text-align:center; width:600;}

#main {
	width:760px;
   	margin:10px auto;
   	text-align:left;
   	border:double 3px #FFFFFF;
	}
#banner{
	height:50px;
	background-image: url(./images/top_banner.jpg);
	repeat: no-repeat;
	}

#menu {
	font-size: 12pt;
	color: #FFFFFF;
	background-color:#84180a;
	text-align:center;
	padding:10px 0px 10px 0px;

	border-style: solid;
	border-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
       }


#inhalt{
	text-align:left;
	background-color:#988670;
	padding:5px;
	color:#000000;
	min-height:400px;
	border-style: solid;
	border-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	}

#footer{
	text-align:center;
	background-color:#84180a;
	padding:5px 0px 5px 0px;
	color: #FFFFFF;
	height:20px;
	}
        
form      {padding:3px;
          border:0px};
input, select, textarea {color:#000000; overflow:auto;}