body {
	margin: 0; 
	padding: 0;
	background-color: #111111; 
	font-family: "Century Gothic", Arial, sans-serif;
	color: #ffffff;
	font-size: 14px;
}
p {
	line-height: 140%;
	text-align: center;
	padding-left: 5px;
}
h2 { 
	text-align: center;
}
h3 { 
	text-align: center;
}
p a {
	color: #999;
	text-decoration: none;
}
p a:hover {
	color: #999;
	text-decoration: underline;
}
a img { 
	border: none; 
}
img.displayed {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 20px; 
}
table {
	margin-left: auto;
	margin-right: auto;
}
table#wkk {
	border-collapse:collapse;
}
table#wkk td {
	border-bottom: 1px solid white;
	width: 280px;
	padding: 5px;
}
table td {
	width: 130px;
}
table#crea td {
	width: 180px;
}
table#crea img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 3px;
        margin-top: 10px; 
}

table img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 0; 
}
address { 
	text-align: center;
	font-size: 12px;
}
address a {
	color: #999;
	text-decoration: none;
}
address a:hover {
	color: #999;
	text-decoration: underline;
}
#top_space {
  	width: 500px;
	height: 100px;
  	margin: 0 auto;
	padding: 15px 0;
}
#total {
  	width: 800px;
  	margin: 0 auto;
}
#total_1000 {
  	width: 900px;
  	margin: 0 auto;
}
#links {
	float: left;
	width: 200px;
	padding: 0;
}
#rechts {
	float: left;
	width: 650px;
	padding: 0;
	//padding-top: 40px;
}
#navcontainer ul {
	text-align: center;
	margin-left: -8px;
}
#navlist ul {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a
{
	padding: 1px 8px 1px 8px;
	border: 1px solid #333;
	background-color: #999;
}

#navlist a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navlist a:hover
{
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}

#navlist #active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}
#subnavcontainer ul {
	margin-left: 0px;
}
#subnavlist ul {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#subnavlist li {
	list-style-type: none;
}

#subnavlist a
{
	display: block; 
	width: 140px; 
	height: 20px; 
	padding: 1px 8px 1px 8px; 
	text-align: left;   
	border: 1px solid #333;
	background-color: #999;
}

#subnavlist a:link, #subnavlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#subnavlist a:hover
{
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}
#subnavlist #active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
}
