* {
  padding: 0;
  margin: 0;
}
h2, p, ul, ol {
   margin-bottom: 1em;
}
ul ul {
   margin-left: 1em;
   list-style-image: url(http://maiwald-training.de/templates/BuT/Grafik/li.gif);
}
html {
   height: 101%;
}

body{
   font-size: 62.5%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #0009a2;
   background-color: #FFFFCE;
}

p {
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
}

p.address {
	font-size: 0.75em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

p.head {
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-align: left;
}

h1 {
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-align: left;
}


a:link {
   text-decoration: underline;
}
a:visited {
   color: #0000cc;
}
a:hover, a:focus {
   color: #ff9933;
}

a:active {
   color: #666666;
   text-decoration: none;
}

ul.liste {
   font-size: 1.2em;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   line-height: 1.8em;
   text-transform: none;
   color: #0009a2;
   letter-spacing: normal;
   word-spacing: normal;
   list-style-position: outside;
   padding-left: 0.4em;
}
a.liste {
   line-height: 1.8em;
   text-transform: none;
   color: #0009a2;
   letter-spacing: normal;
   word-spacing: normal;
   list-style-position: outside;
   
}

#wrap
{
   font-size: 1.2em;
   width: 70em;
}

#header {
	padding: 1em 1em;
	border: 0em;
	margin: 0em;
	height: 15em;
	font-size: 2.4em;
	font-weight: bold;
}

/* #header h1, h2, h3, h4, h5 {
   margin: 0.5em 0em 0.5em 0em;
}
  */
.titel {
   margin: 0em;
   border: 0em;
   padding: 0em;
   top: 0em;
   left: 0;
}

.logo {
   position: absolute;
   margin: 0em;
   border: 0em;
   padding: 0em;
   top: 0em;
   right: 0em;
}

#menu {
	text-align: left;
	padding: 0em 0.1em 0.1em;
	margin-left: 0em;
	font: bold 1.2em;
	background: #FFFFCE;
	width: 16em;
	top: 16em;
	left: 1em;
	height: 3em;
	vertical-align: top;
	position: absolute;
	
}
* html #menu { width: 15.4em; } /* Patch für IE */

#menu li {
	list-style: none;
	margin: 0em;
	border-top: 0.1em solid gray;
	text-align: left;
	font-weight: bold;
	
}

#menu li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #AAB;
	background: #CCD;
	text-decoration: none;
}

#menu li a:link { color: #448; }

#menu li a:visited { color: #667; }

#menu li a:hover {
	border-color: #FE3;
	color: #FFF;
	background: #332;
}

#menu_default a:link {
	font-size: 1.5em;
	text-decoration: none;
}

#menu_current {
	font-size: 1.5em;
	font-weight: bold; 
}
#anschrift {
   position: relative;
   width: 14em;
   height: 5em;
   left: 0em;
   top: 0em;
}
#blau {
   position: absolute;
   margin: 0em;
   border: 0em;
   padding: 0em;
   height: 45em;
   left: 17em;
   top: 16em;
   width: 0.5em;
   background-image: url(Grafik/blau.gif);
}

#content {
   position: absolute;
   width: 62em;
   text-align: justify;
   vertical-align: top;
   top: 16em;
   left: 17em;
   margin: 0em 1em;
   padding: 0em 1em;
}

#content h2 {
 	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-align: left;
}

#content p img {
   margin-right: 1em;
}

#content a:link {
   text-decoration: underline;
}

#content li {
	list-style-image: url(http://maiwald-training.de/templates/BuT/Grafik/li.gif);
}

#content ul li {
   text-align: left;
   color: #0009a2;
   list-style-position: outside;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 2em;
}

#content ul li.listenpunkte {
   text-align: left;
   color: #0009a2;
   list-style-position: outside;
   margin-top: 0;
   margin-bottom: 0;
}


