/* CSS Style für Public Site */

* {
   background-repeat:no-repeat;
   font-family: Arial, sans-serif;
   line-height: 125%;
  }

body {
	padding: 0px;
	margin: 0px;
	background-color: #bb0000;
  }
table {
	margin: auto;
	padding: 0px;
	font-size: 10pt;
}

td {
  vertical-align:top;
  border:0px;
	font-size: 10pt;
	color: #000000;}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 533px;
height: 415px;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
margin: 0.3em auto;
margin-top: 0px;
padding-bottom: 0px;
padding-top: 0px;
text-align: justify;
line-height: 1.5;
vertical-align: top;
}

img {border:0px;}

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #bb0000;
	margin: 0px 0px 2px 0px;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #bb0000;
	margin: 0px 0px 2px 0px;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #bb0000;
	margin: 0px;
}
h4 {
	font-size: 9pt;
	font-style: italic;
	color: #bb0000;
	margin: 0px;
}
h5 {
	font-size: 8pt;
	font-style: italic;
	color: #bb0000;
	margin: 0px;
}
a {
	color: #bb0000;
}
#bookeintrag {
	margin-bottom: 20px;
	width: 250px;
	color: black;
	
}
#bookeintrag td {
	margin-bottom: 5px;
	font-size:8pt;
}

#menuintern {padding-left:10px;width:163px;}
#menuintern, #menuintern  * {color:white;}
#menuintern li {margin-bottom:5px;list-style-type:circle;}
#menuintern ul {margin-top:3px;}
