body
{
	background-color: white;
}

.menu_left
{
	border:	solid black 1px;
	background-color: #DDDDDD;
	font-family:	sans-serif;
}

.menu_left li
{
  	list-style: none;
}

.menu_left li a
{
	display: 	block;
	padding: 	0.2em;
	font-weight: 	bold;
	text-decoration:none;
}

.menu_left li a:link
{
	color:		black;
	background-color:	orange;
}

.menu_left li a:visited
{
	color:		black;
	background-color:	orange;
}

.menu_left li a:hover
{
	color:		black;
	background-color:	gray;
}

.menu_left li a:active
{
	color:		black;
	background-color:	gray;
}


.content .header
{
	background-color:	red;
}

.content .content-list
{

}

.content .content-list .list-entry
{
	background-color:	#EEEEEE;
}

.content h2
{
	background-color:	orange;
}

.impressum
{
	background-color:	orange;
	border:			1px solid black;	
}

.impressum a, .impressum a:hover, .impressum a:link, .impressum a:visited, .impressum a:active
{
	text-decoration:	underline;
	color:			black;
	font-family:		sans-serif;
}
