html, body, div {
	padding: 0;
	margin: 0;
}
body {
	min-width: 740px;
	min-height: 560px;
	width: 100%;
	height: 100%;
	background: #ffe6f2 url(../gfx/bg.loop.png) repeat-x;
	font: normal 13px/21px Arial, Helvetica, sans-serif; 
	color: #333;
}
#tellafriend,
#support,
#imprint {
	display: none;
}
div#page {
	position: relative;
	width: 690px;
	margin: auto;
}
div#header {
	position: relative;
	height: 130px;
}
div#header a#logo-keinhirnhasen,
div#header a#logo-buergercourage {
	display: block;
	position: absolute;
}
div#header a#logo-keinhirnhasen:focus,
div#header a#logo-buergercourage:focus {
	outline: none;
}
div#header a#logo-keinhirnhasen img,
div#header a#logo-buergercourage img {
	display: block;
	border: none;
}
div#header a#logo-keinhirnhasen,
div#header a#logo-keinhirnhasen img {
	width: 340px;
	height: 80px;
}
div#header a#logo-keinhirnhasen {
	left: 40px;
	top: 39px;
}
div#header a#logo-buergercourage,
div#header a#logo-buergercourage img {
	width: 60px;
	height: 50px;
}
div#header a#logo-buergercourage {
	left: 582px;
	top: 67px;
}

div#footer {
	position: relative;
	margin: -45px 0 100px 56px;
	padding: 0;
}
div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#footer ul li {
	float: left;
	margin-right: 16px;
	color: #50227b;
}
div#footer ul li a {
	text-decoration: none;
	font-size: 13px;
	color: #f6c;
}
div#footer ul li a:hover {
	color: #f09;
	border-bottom: 1px dotted #f6c;
}
div#footer ul li a:focus {
	outline: none;
}
div#footer ul li a.info {
	color: #80579b;
}
div#footer ul li a:hover.info {
	color: #fff;
}

div#canvas {
	position: relative;
	width: 640px;
	height: 360px;
	margin-top: 5px;
	padding: 0 25px 50px 25px;
	background: transparent url(../gfx/bg.canvas.png) no-repeat;
}
div#canvas div.content {
	width: 580px;
	height: 330px;
	padding: 20px 30px 10px 30px;
	margin-bottom: 5px;
}
div#canvas div.content a.showvideo {
	position: absolute;
	top: 0;
	right: 25px;
	display: block;
	width: 64px; 
	height: 64px;
	background: transparent url(../gfx/button.video.png) no-repeat;
}
div#canvas div.content a:hover.showvideo {
	border: none;
}
div#canvas div.content a:focus.showvideo {
	outline: none;
}
div#canvas div.content a.showvideo small {
	display: none;
}
div#canvas div.content a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #f09;
}
div#canvas div.content a:hover {
	color: #ed2375;
	border-bottom: 1px dotted #f6c;
}
div#canvas div.content h2 {
	display: block;
	font: bold 18px/32px Georgia, 'Times New Roman', Times, serif;
	color: #ed2375;
	padding: 0;
	margin: 0 0 10px 0;
}
div#canvas div.content p {
	padding: 0;
	margin: 0 0 5px 0;
}
div#canvas div.content h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #666;
	margin: 20px 0 0 0;
}
div#canvas div.content a.email span.at span,
div#canvas div.content a.email span.dot span {
	display: none;
}
div#canvas div.content a.email span.at:before {
	content: "\0040";
}
div#canvas div.content a.email span.dot:before {
	content: "\002E";
}
div#canvas div.content div.info {
	position: relative;
	left: 180px;
	top: -184px;
	width: 400px;
	height: 0;
}
div#canvas div.content span.info {
	padding: 0;
	margin: 0;
}
div#canvas div.content .info {
	font-size: 11px;
	line-height: 15px;
}
div#canvas div.content noscript p {
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #f33;
}
div#canvas div.content .supportedby {
	clear: both;
	font-size: 11px;
	line-height: 15px;
	margin-top: 30px;
}
div#canvas div.content a.flashplayer {
	display: block;
	width: 240px;
	height: 40px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
div#canvas div.content a:hover.flashplayer {
	border-bottom: none;
}
div#canvas div.content a:focus.flashplayer {
	outline: none;
}
div#canvas div.content a.flashplayer img {
	width: 90px;
	height: 30px;
	border: none;
	float: left;
	margin: 0 8px 0 0;
}
div#canvas div.content a.flashplayer span {
	font-size: 11px;
}
div#canvas div.content a:hover.flashplayer span {
	border-bottom: 1px dotted #f6c;
}
div#canvas div.content form {
	margin-top: 15px;
}
div#canvas div.content form div {
	width: 375px;
	height: 120px;
	float: left;
}
div#canvas div.content form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
div#canvas div.content form fieldset.name {
	float: left;
	margin: 0 5px 10px 0;
}
div#canvas div.content form small {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #999;
	letter-spacing: 1px;
	padding: 3px;
}
div#canvas div.content form input.data {
	font-family: 'Courier New', Courier, serif;
	font-size: 12px;
	width: 180px;
	padding: 2px;
	margin: 0;
	background-color: #ddd;
	border: none;
	border-top: 1px solid #ccc;
}
div#canvas div.content form fieldset.submit {
	position: relative;
	width: 200px;
	height: 104px;
	float: right;
	padding: 16px 0 0 0;
}
div#canvas div.content form fieldset.submit input {
	position: absolute;
	top: 80px;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
}
div#canvas div.content form fieldset.submit p.hint {
	display: block;
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ea4caf;
}
div#canvas div.content form fieldset.submit p.hint strong {
	text-decoration: underline;
}
div#canvas div.content form#snippet {
	display: block;
	width: 580px;
	height: 126px;
	margin: 0 0 10px 0;
}
div#canvas div.content form textarea {
	font-family: 'Courier New', Courier, serif;
	font-size: 11px;
	width: 580px;
	height: 126px;
	border: none;
	background-color: #eee;
}
div#canvas div.content div#banner img {
	float: left;
	display: block;
	width: 160px;
	height: 40px;
	margin: 0 10px 0 0;
}
div#canvas div.content div#banner p {
	line-height: 15px;
}