body { 
	height: 100%;
	margin: 0;
	background: #FFFFFF;
	font-family: tahoma; font-size: 12px;
}

div#inhalt img {
	padding: 8px;
}

div#right { 
	position:absolute; left:0px; top:0px; 
	width:80px; height:800px;
	background-image:url(http://dalberg.conamic.eu/images/right.jpg);
}

div#header {
	position:absolute; left:40px; top:0px; 
	width:785px; height:100px;
	background: #FFFFFF;
}

div#inhalt {
	position:absolute; left:155px; top:150px; 
	width:660px; height:450px; 
	background: #FFFFFF; 
	padding: 10px 10px 10px 10px;
	font-family: tahoma; font-size: 12px;
}

div#menue {
	position:absolute; left:10px; top:160px; 
	width:140px;
}

div#menue div#button { 
	width:140; heigth:20; 
	margin-bottom: 5px; 
	border: 1px solid #000000;
	padding: 4px; 
	font-family: tahoma; font-size: 12px; 
	background: #CCCCCC; 
	font-weight: bold; 
}

div#menue ul#details {
	margin:0; margin-left: 20px;
	padding:0;
	font-weight: normal; 
}

div#termine { 
	position:absolute; left:840px; top:160px; 
	width:160px; height:600px; 
	background: #CCCCCC; 
	padding: 10px 10px 10px 10px; 
	font-family: tahoma; font-size: 11px; 
}

div#trennlinie { 
	position:absolute; left:832px; top:0px; 
	width:1px; height:100%; 
	background: #000000 
}

#abi { 
	position:absolute; left:840px; top:7px; 
	width:220px; height:120px;
}

td { font-family: tahoma; font-size: 12px; }
h1 { font-family: tahoma; font-size: 24px; color: #000000; text-align: center; }
h2 { font-family: tahoma; font-size: 15px; color: #000000; text-align: center; }

div.clear {clear:both;}

div#inhalt A:link { color: #CC0000; text-decoration: none; border-bottom: 1px dotted #CC0000; }
div#inhalt A:visited { color: #CC0000; text-decoration: none; border-bottom: 1px dotted #CC0000; }
div#inhalt A:hover { color: #CC0000; text-decoration: none; border-bottom: 1px solid #CC0000; }
div#inhalt A:active { color: #CC0000; text-decoration: none; border-bottom: 1px solid #CC0000; }

A.menue:link { color: #000000; text-decoration: none; }
A.menue:visited { color: #000000; text-decoration: none }
A.menue:hover { color: #000000; text-decoration: none }
A.menue:active { color: #000000; text-decoration: none }

@media print {
  div#right {display:hidden}
  div#header {display:hidden}
  div#menue {display:hidden}
  div#termine {display:hidden}
  div#trennlinie {display:hidden}
  #abi {display:hidden}

  @page {
  size: 21cm 29.7cm;
  }
}