body	{
		font-family: Verdana;
		font-size: 12px;
		background-color: #fff;
		}
H1	{
		font-family: Verdana;
		color: #0000cc;
		font-size: 18px;
		margin-bottom:0px;
		}
H2	{
		font-family: Verdana;
		color: #0000cc;
		font-size: 16px;
		}
H3	{
		font-family: Verdana;
		color: #0000cc;
		font-size: 14px;
		}
H4	{	font-family: Verdana;
		color: #0000cc;
		font-size: 16px;
		font-variant: small-caps;
		}
		
H5	{	font-family: Verdana;
		color: #ff0000;
		font-size: 12px;
		}
				
		
p	{
		margin-top:5px;
		}
code	{
		color: #0000ff;
		font-size: 14px;
		}
pre	{
		color: #cccccc;
		font-size: 14px;
		padding:5px;
		}
A:link, A:visited, A:active, A:hover	{
		color: #634142;
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
		}

A:active, A:hover	{
		text-decoration: underline;
			}
				
		
		
#title	{
		height:34px;
		border-bottom:1px solid #000000;
		margin-bottom:20px;
		padding:5px;
		}
#left, #right	{
		font-family: Verdana;
		font-size: 10px;
		width: 14%;
		line-height:18px;
		background-color: #ece8e8;
		}
#left	{
		float:left;
		}

#right	{
		float:right;		
		}
			
#menu	{
		clear:left;
		border-top:1px solid #669999;
		}
		
/*die Titelzeile*/
#title	{
		padding-top:15px;
		height:29px;
		}
		
		
.menutitle	{
		font-family: "Comic Sans MS";
		font-size: 13px;
		font-weight: bold;
		border-top:1px dashed #000;
		margin-top:12px;
		}
#content	{
		font-family: Verdana;
		font-size: 12px;
		background-color: #fff; 
		width: 66%;
		float: left;
		margin-left: 3%		
		}
#footer		{
		clear: left;
		background-color: #fff;
		border-top:1px solid #666666;
		margin:3px;
		padding:3px;
		}
		
table		{
		border-collapse: separate;
		border-spacing: 2px 2px;
		margin: 1em;
		background-color: #fff;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		}
td		{
		padding: 2px 15px 2px 5px;
		}
tfoot th	{
		text-align: right;
		}
table tfoot tr.caption {
		display: none;
		}
table thead tr,
table tfoot tr	{
		background-color: #ddf7ee
		}								


