	html, body {
		height: 100%;
		background-color : white;
		color : black;
		margin : 0 auto;
		text-align : center;
		font-size : 100,01%;
		font-family : verdana, helvetica, sans-serif;
		}

	strong  {
		font-weight: 700;
		}
	
	#main {
		text-align : center;
		margin : 20px auto;
		width : 75%;
		}

	#top {
		height : 65px;
		text-align : center;
		background-color: blue;
		color: white;
		}

	#top h1  { font-size: 1.5em; margin: 0; padding: 0 }

	#nest {
		text-align : left;
		
		}
		
		#leftBox {
		width : 200px;
		float : left;
		height: 100%;
		}
		
		#leftBox h1 , #leftBox p {
		padding : 0;
		margin : 0;
		}	
		
		.klick {
		margin-top: 10px;
		margin-bottom : -1px;
		width : 180px;
		cursor : pointer;
		}

		#content {
		margin: 20pt 0 0 200px;
		padding: 0px 0 10px 20px;
		border: solid 1px green;
		font-size : 80%;
		}

#footer {
		clear : both;
		padding : 10px 0;
		}	 #footer p {
		font : 500 75%/100% verdana, helvetica, sans-serif;
		}

	#f	{
	display : block;
	}
			input, textarea, select
		 { margin-top: 7px; border: solid 1px green }
.TextNavi {
			margin-top: 10px;
		}
#f li {
		font-size : 95%;
		margin-left: -40px;
		list-style-type: none;
}

#f a {
		color: red ;
		text-decoration:none;
}

		#content li {
		padding-bottom: 10px
		}

