body {
	padding: 0px;
	color: #000;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	}
	
a 	{
	color: #330;
	}
	
a:hover
	{
	color: #663;
	}
	
#category 
	{
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
	color: #999;
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	margin: 0px;
	padding: 4px;
	}
	
#header
	{
	text-align: center;
	padding: 15px;
	}
	
#footer
	{
	text-align: center;
	padding: 15px;
	}
	
#footer small
	{
	color: #000;
	font-size: 9px;
	font-family: Geneva, Times New Roman, Serif;
	}
	
#leftbar
	{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 16px;
	font-family: Geneva, Times New Roman, Serif;
	line-height: 150%;
	text-align: center;
	list-style: none;
	}
	
#leftbar li 
	{
	display: inline;
	}
	
#leftbar a
	{
	text-decoration: none;
	color: #000;
	padding: 0px 5px;
	}
	
#leftbar a:hover
	{
	color: #663;
	border-width: 0 0 1px 0px;
	border-color: #600;
	border-style: solid;
	}
	
	
#content
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 500px;
	font-size: 14px;
	line-height: 20px;
	font-family: Geneva, Times New Roman, Serif;
	line-height: 24px;
	}
	
#content #left
	{
	display: table-cell;
	width: 50%;
	padding: 0 15px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #000;
	}

#content #right
	{
	display: table-cell;
	width: 50%;
	padding: 0 15px;
	}
	
.sendung
	{
	padding: 5px;
	}
	
.sendung h1
	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	display: inline;
	text-decoration: underline
	}
	
.sendung .link
	{
	font-size: 10px;
	float: right;
	}
	
.sendung h2
	{
	font-size: 14px;
	margin: 0px;
	margin-left: 10px;
	}

a.sendung
	{
	color: #000;
	display: block;
	text-decoration: none;
	}
	
a:hover.sendung
	{
	background-color: #ffc;
	color: #330;
	}
	