* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat-x top;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 764px;
}

h1, h2, h3  {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1 {
	border-bottom: 2px solid #fff;
	color: #333;
	margin: 10px 20px;
}

p, li, th, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, li, td, th {
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
	z-index: 1;
}

.extern {
	background: url(../images/extern.gif) no-repeat right 1px;
	padding-right: 12px;
}

#header {
	float: left;
	height: 150px;
}

#header h1,
#header h2 {
	display: none;
}

#page {
	float: left;
}

#page #content {
	background-color: #ccc;
	margin-top: 20px;
	padding: 20px;
	width: 724px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 4px 6px rgba(0,0,0,.5);
	box-shadow: 0px 4px 6px rgba(0,0,0,.5); 
}

#page #content h3 {
	border-bottom: 1px solid #6699cc;
	color: #6699cc;
	margin-bottom: 5px;
	padding: 5px 0 2px 0;
}

#page #content h3 small {
	color: #999999;
	font-size: 0.7em;
}

#page #content p,
#page #content ul,
#page #content table {
	padding-bottom: 15px;
}

#page #content table tr th {
	text-align: left;
}

#page #content table tr th,
#page #content table tr td {
	padding: 3px;
}

#page #content table tr td p,
#page #content table tr th p ,
#page #content table tr td form p,
#page #content table tr th form p {
	padding-bottom: 0px;
}

#page #content ul li a,
#page #content table tr td a,
#page #content p a {
	border-bottom: 1px dotted #333;
}

#page #content ul {
	list-style-type: none;
}

#page #content ul li {
	line-height: 1.8em;
}

#page #content ul li a{
	color: #333;
}

#page #content ul li a:hover{
	color: #000;
	border-bottom: 1px solid #333;
}

#page #content #ueber_uns {
	margin: 0 62px;
	width: 600px;
}

#page #content #entry_list table {
	width: 100%;
}

#page #content #whizzyshow_wysiwyg {
	background-color: #fff;
}
