body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 20px;
	background-color: #FFFFFF;
	color: #666666;
}
form, object {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #CC0033;
}
a:hover {
	color: #000033;
	text-decoration: underline;
}
#box {
	width: 800px;
	margin: 0px auto 0px auto;
}
#content {
	padding: 0px;
	margin: 0px;
	display: block;
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 1.1em 0px;
	line-height: 1.1em;
	font-weight: bold;
	color: #000033;
}
#content .date {
	font-weight: bold;
	color: #FF6633;
}
#content h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	line-height: 1.1em;
}
#content h3 {
	font-size: 100%
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 90%;
	color: #55555F;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
}
#content p {
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	margin-top: 0px;
	padding-right: 10px;
}
#content ul {
	list-style-image: url(bullet.gif);
	list-style-type: square;
	padding: 0px;
	margin: 0px 10px 1.3em 0px;
}
#content li {
	margin: 0px;
	font-size: 90%;
	padding: 0px;
	text-indent: 0px;
	line-height: 1.3em;
}
#content .left {
	width: 320px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content .right {
	width: 460px;
	float: right;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
#content .list {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	clear: left;
	width: 460px;
	color: #666666;
	font-weight: bold;
}
#content .list img {
	float: left;
	margin: 0px 5px 5px 0px;
}
#content .header {
	clear: both;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#header {
	width: 100%;
	margin: 0px;
}
#language {
	width: 100%;
	margin: 0px;
	text-align: right;
	font-size: 70%;
}
#language a {
	color: #999999;
	text-decoration: none;
}
#language a.active, #language a.active:hover {
	color: #000033;
	text-decoration: none;
}
#language a:hover {
	color: #000033;
	text-decoration: none;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px 0px 42px 0px;
	width: 340px;
}
#menu {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 460px;
	padding: 0px;
}
#menu p {
	margin: 0px;
	font-weight: bold;
	font-size: 110%;
	text-align: justify;
	letter-spacing: normal;
}
#menu a {
	color: #999999;
	text-decoration: none;
}
#menu a.active, #menu a.active:hover {
	color: #000033;
	text-decoration: none;
}
#menu a:hover {
	color: #000033;
	text-decoration: none;
}
#footer {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	clear: both;
}
#footer p {
	font-size: 90%;
	color: #999999;
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000033;
}
#klitsche {
	float: right;
}
#klitsche a {
	background-color: #CCCCCC;
}
#klitsche a:hover {
	background-color: #FF0000;
}
.xclear {
	clear: both;
	float: none;
	height: 0px;
}
.xspace {
	margin: 10px 0px 0px 0px;
	width: 100%;
}
video {
	max-width:100% !important;
	margin-bottom:1.3em;
	width:100%;
	height:auto;
}

/* contact form */
label {
	display:block;
}
input[type=email], 
input[type=text], 
textarea {
	width:100%;
	max-width:100%;
	background:none;
	border:1px solid #555555;
	color:#555555;
}
input[type=submit] {
	background:none;
	border:1px solid #555555;
	color:#555555;
}
