body {
		background-color:#000000;
		background-image:url(images/background.png);
		background-repeat:repeat-x;
}
	
html,body,table,td
	{
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px;
		line-height:1.5em;
		color:#000000;
	}
table.small td
	{
		font-size:12px;
	}
table.thumbnails img {
	border:1px solid #cccccc;
	margin-right:8px;
}
table.thumbnails img:hover {
	border:1px solid #000000;
}
th {
	text-align:left;
}
tr.highlight {
	background-color:#e6e0e5;
}
h1
	{
		font-size: 1.8em;
		font-weight: normal;
		margin-top:0px;
		margin-bottom:0.4em;
		display:block;
		padding-bottom:0.4em;
		border-bottom:1px solid #cccccc;
	}
h2
	{
		font-size: 13px;
		font-weight: bold;
		margin-top:6px;
		margin-bottom:0px;
	}
h3
	{
		font-size: 16px;
		font-weight:bold;
		color:#000000;
		margin-top:10px;
		margin-bottom:6px;
	}
h4 {
	font-size:13px;
	font-weight:bold;
	margin:0;
}
ul
	{
		padding-left:20px;
		text-align:left;
		margin-top:0px;
		margin-bottom:8px;
		margin-left:0px;
		list-style-image:url(images/block_liste.gif);
	}
.werbungen strong {
	font-weight:normal;
}
strong
	{
		font-weight:bold;
	}
img
	{
		border:none;
	}
a:link, a:visited, a:active
	{
		color:#812089; /* Old: #e36f7a; */
		text-decoration:none;
		font-weight:bold;
	}
a:hover
	{
		color:#812089;
		text-decoration:underline;
		font-weight:bold;
	}
#container {
		width:100%;
		height:100%;
	}
	
#content {
	width:440px; /* 480 - paddings */
	height:444px; /* 474 - paddings */
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

.impressum {
	margin-right:10px;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

.menu {
	height:40px;
}