body {
	font-family:arial;
	font-size:13px;
	background-color: #ccc;
	line-height:1.4;
}

td.gesamtrahmen {
	border:1px solid #000;
}


td.header {
	background-color:#fff;
	border-bottom:1px solid #000;
}

td.navi {
	background-color:#eee;
	padding: 5px;
}

td.content {
	background-color:#fff;
	padding: 5px 10px 5px 10px;

}

td.spalte_rechts {
	background-color:#fff;
	padding: 5px;
}

td.footer {
	background-color:#fff;
	padding: 5px;
	border-top:1px solid #000;
}

h1 {
	font-size:19px;
	display:inline;
	color: #333;
	border-bottom: 3px solid #000;
	background: #fff;
}

h2 {
	font-size:14px;
	display:inline;
	background: #55f;
	color:#fff;
	padding:2px;
}

a {
	color:#c00;
}

#navigation a { 
	text-decoration: none; 
	color: #333;
	line-height:1.6; 
}

#navigation a:hover {
	border-bottom:2px dotted #55f;
	color:#555;
}

#artikel a { 
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-decoration: none; 
	color: #333;
	line-height:2.0; 
}

#artikel a:hover {
	color:#55f;
}

b.head_artikel {
	border-bottom:2px dotted #55f;
	background: #fff; 
	padding: 1px 4px 1px 4px; 
	letter-spacing: 0.8px;
}

b, strong {
	color:#55f;
}




