	* {
		font-family: Verdana;
		color:#666;
	}
				
	body {
		margin: 0;
	}

	.buchbild {
		float:left;
		width:150px;
	}

	#idPage {
		width: 100%;
		height: 100%;
	}
	
	#idHeader {
		background: url('topbg.png');
		height: 90px;
	}
	
	#idLeft, #idRight {
		width: 160px;
		vertical-align: top;
		padding: 5px;
	}
	
	#idContent {
		vertical-align: top;
		font-size: 10pt;
		padding: 5px;
	}
	
	#idFooter { 
		height: 25px;
		vertical-align: top;
		font-size: 8pt;
		color: #666;
		text-align: center;
	}
	
	#idFooter a {
		color: #666;
	}
	
	h1, h2 {
		font-size: 14pt;
		border-bottom:1px dashed #DFDFDF;
		color:#545454;
		margin-bottom:1em;
	}
	
	ul {
		list-style-type: square;
		margin-left: 0px;
		padding-left: 15px;
	}
	
	li {
		font-size: 10pt;
	}
	
	a:link, a:visited, a:active {
		color:  #0077DD;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#idContent table {
		margin:auto;
	}
	
	#idContent a strong {
		color: #0077DD;
	}