* {
  padding: 0;
  margin: 0;
}

/*body {
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
  FONT-SIZE: 11px; 
  background-color: #90bade; 
  color: #333;
}*/
body  {
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
/*  font: 100% Verdana, Arial, Helvetica, sans-serif;*/
  text-align: center;
  background-color: #90bade; 
  color: #333;
/*  background-color: gray;*/
  margin-top: 10px;
}

#mother {
  width: 820px;
  text-align: center;
  background-color: #ffff99;
  margin: 0 auto;
  border: 5px solid white;
  
}

#header {
	background-image: url(images/wappen1.jpg);
	background-position: 600px 30px;
   background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	color:  Black;
	width: 800px;
  height: 250px;
  background-color: white;
}

#main {
  background-color: white;
  padding: 20px 10px;
  margin: 0 0 0 170px;
  width: 630px;
}

#menu {
	float: left; /* schwebt links */
	width: 160px;
	background-color: #ffff99;
	padding: 20px 5px 5px 5px;
}

#footer {
  clear: both;
  height: 30px;
  background-color: silver;
}

hr {
	color: Black;
	background: Black;
   border-style: solid;
	clear: both;
	height: 1px;
}

.oben20 {
	margin-top: 20px;
}

a {color: #008000;}
a.vlink {color: #008000;}
a.alink {color: #000000;}

a.nodeko          {TEXT-DECORATION: none;  }
a.nodeko:link     {TEXT-DECORATION: none; color:#000000; }
a.nodeko:visited  {TEXT-DECORATION: none; color:#000000; }
a.nodeko:hover    {TEXT-DECORATION: none; color:#0000ff; }
a.nodeko:active   {TEXT-DECORATION: none; color:#FF0000; }

h5 {
	font-family: "Century Gothic, Arial, Helvetica";
	color: Black;
	text-align: center;
	font-size: larger;
	font-style: normal;
}

h4 { font-family: "Century Gothic, Arial, Helvetica"; color: #808080; text-align: center; }

h3 {
	font-family: "Century Gothic, Arial, Helvetica";
	color: #666666;
	font-size: large;
}
h3.mitte {text-align: center; }

h2 {
	font-family: "Century Gothic, Arial, Helvetica";
	color: #333;
	font-size: 32px;
}

h1 {
	font-family: "Century Gothic, Arial, Helvetica";
	color: #333;
	font-size: 45px;
}

table {
	FONT-SIZE    : 11px;
	font-family  : "Arial, Helvetica";
	border-left  : 1px solid #CCFFFF;
	border-top   : 1px solid #CCFFFF;
	border-right : 1px solid #669999;
	border-bottom: 1px solid #669999;
	text-align   : center; }

td, th {	text-align: center;
	border-left  :1px solid #669999;
	border-top   :1px solid #669999;
	border-right :1px solid #CCFFFF;
	border-bottom:1px solid #CCFFFF; }

td.bold {text-align: center;
         margin-left: 5%;
         margin-top: 5%;
/* 	font-family: "Arial, Helvetica";*/
       /*	font-size: small;*/
	font-weight: bold;
	vertical-align: top;}

.unsichtbar {
       border-left  :0px;
       border-top   :0px;
       border-right :0px;
       border-bottom:0px;
       }

li {
	text-align: "left";
	vertical-align: center;
	PADDING-TOP: 10px;
	margin: 10px 1px 1px 1px;
}

.mitte {text-align: center;}
.links {text-align: left; }
.rechts{text-align: right; margin-right: 18px; }

.rahmen {
	width: 940;
	padding: 0;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
};

th {background: #D3FAF9;}

ul { text-align: left;
 padding: 0;
	margin: 0;
}


/* ab hier div-Test */

#header h1 {
	font-size: 42px;
/*	color:  Black;
	padding-left: 20px;*/
}

#header h2 {
/*	color:  Black;
	padding-left: 20px;*/
	font-size: 30px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: Black;
	display: block;
	padding: 3px;
}

#menu a:hover {
	color: Red;
}

#menu li {
	border: 1px solid #ffff99;
}

#menu #high {
	font-weight: bold;
	color: White;
	background-color: #ff9900;
	display: block;
	padding: 3px;
}

#menu ul {
	line-height: 1.6;
	list-style-type: none;
}

#menu ul ul {
	line-height: 1.4;
	list-style-image:  url(reddot.gif);
	padding-left: 20px;
}


#main h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333399;
	padding-bottom: 14px;
}

#main h2 {
	font-family: "Century Gothic, Arial, Helvetica";
	color: #333;
	font-size: 32px;
/*	font-size: 1em;
	line-height: 1.4;*/
	margin-bottom: 6px;
}

#main p {
	margin-bottom: 12px;
	line-height: 1.3;
}

#main .kasten {
	text-align: center;
	padding: 5px;
	background-color: #ffff99;
	border: solid 1px black;
	width: 500px;
}

/* Minigrafik rechts */
#main .floatR130 {
	float: right;
	margin-left: 5px;
	margin-right: 130px;
}

/* UL mit graf. Aufzaehlungszeichen */
#main ul {
	list-style-image: url(reddot.gif);
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#main strong {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: Red;
}