* {
    padding: 0;
    margin: 0;
} 

body {
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	background: url('../images/back.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   overflow-y: scroll;
}

#Head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left:0px;
	color: white;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: -35px;
}

#Page {
	width: 750px;
	text-align: center;
	font-size: 12px;
}

#top {
	background: url('../images/topbg.png');
	height: 60px;
	z-index: 2;
}

#frame {

	background: url('../images/midbg.png');
	background-repeat: repeat-y;
	z-index: 2;
	font-size: 12px;
}

#bottom {
	background: url('../images/bottombg.png');
	height: 60px;
	z-index: 2;
}

#Middle {
	float: none;
}

#Menu{
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	font: lighter;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: center;
}

#MenuEntry{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	font: lighter;
}

#Content{
	font-size: 14px;
	margin-left: 120px;
	margin-right: 70px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #8000ff;
	text-decoration: inherit;
	background-color: white;
}

a:active{
	text-decoration: inherit;
	border-bottom: thin solid silver;
	color: silver;
}	

.border{
	border-bottom: thin solid silver;
	border-left: thin solid silver;
	border-right: thin solid silver;
   border-bottom: 1px;
   border-bottom-style: solid;
   border-bottom-color: #8C8CD9;
   border-right: 1px;
   border-right-style: solid;
   border-right-color: #8C8CD9;
   border-left: 1px;
   border-left-style: solid;
   border-left-color: #8C8CD9;
	background-color: white;
}

.noborder{
	background: none;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#footer {
	text-align: center;
	color: black;
	font-size: 11px;
	border-bottom:none;
	margin-right: -50px;
	margin-top:-40px;
}

h1{
	text-align: center;
	font-size: 18px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: lighter;
}

h2{
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
	margin-bottom: 10px;
	font-weight: lighter;
	}
h3{
	text-align: center;
	padding-top: 40px;
	margin-bottom: 20px;
	font-weight: lighter;
   color: #00006B;
   letter-spacing: 0.1em;
   font-size: 12pt;
	}
h4{
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: lighter;
	}	
h5{
	text-align: left;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: lighter;
	}

p{
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.block{
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

.centered{
	text-align: center;
}

.info{
	text-align: center;
	color:#0002b5 ;
}
.aright{
	text-align: right;
}

.aleft{
	text-align: left;
}

.einzug
{
padding-left: 10px;	
}

.small{
	padding-left:130px;
	text-align: center;
	font-size: 11px;
}  
 
.big{
	font-size: 14px;
	//font-style: normal;
	font: lighter;
}   

.norm{
	font-size: 12px;
	font: lighter;
	line-height: 18px; 
}   

table {
	background-image: url(../images/bsp1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 500px;
}

.withoutPic{
	background: white;
	text-align: justify;
}

th { 
}

td { 
	background:transparent; 
	vertical-align: top;
}


ul{
padding-left: 200px;
}
li{
	list-style: disc;
	list-style-image: url(../images/ball.png);
	font-size: 12px;
	text-align: left;
}