@charset "utf-8";

/*------------------------------------------------
  filename: style.css
  author: Stefan Benicke
  last update: 09.08.2010
------------------------------------------------*/

/* general
------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  font: 100%/1.5 tahoma, arial, sans-serif;
  color: #fff;
  background: #fffed7 url(img/bg.jpg) no-repeat center top;
}
a img, fieldset {
  border: none;
}
img {
  vertical-align: middle;
}
:active, :focus {
  outline: none;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
#skip, #menu h1, #content h1, legend {
  position: absolute;
  left: -999em;
}
input, textarea {
  font: 85% tahoma, arial, sans-serif;
  color: #000;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
/* wrapper
------------------------------------------------*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 50px;
}
/* header
------------------------------------------------*/
#header {
	height: 310px;
}
#header h1 {
	position: absolute;
	left: -999em;
}
/* menu
------------------------------------------------*/
#menu {
	float: left;
	width: 366px;
}
#menu li {
	list-style: none;
	line-height: 2.2;
}
#menu a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #372b1c;
}
/* video
------------------------------------------------*/
#player {
	float: right;
	width: 358px;
	height: 228px;
	padding: 4px;
	background: #333;
	background: rgba(51,51,51,0.8);
}
/* content
------------------------------------------------*/
#content {
	float: left;
	width: 366px;
	color: #333;
}
#content h1, #content h2, #content p, #content dt {
	margin: 1em 0;
}
#content a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#impressum #content {
	float: none;
	width: auto;
}
#content dt {
	font-weight: bold;
}
#content dd {
	margin-left: 2.5em;
}
#content .right {
	float: right;
	width: auto;
}
/* sidebar
------------------------------------------------*/
#sidebar {
	float: right;
	width: 366px;
	color: #333;
}
#sidebar h1, #sidebar h2, #sidebar p, #sidebar form, #plakat {
	margin: 1em 0;
}
#sidebar a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* formular
------------------------------------------------*/
label {
	float: left;
	width: 66px;
}
#name, #mail, #text, #submit {
	margin: 0.1em 0;
	color: #fff;
	border-color: #333;
	background: #333;
	background: rgba(51,51,51,0.8);
}
#submit {
	margin-left: 82px;
	padding: 0 0.2em;
	cursor: pointer;
}
#name, #mail, #text {
	float: right;
	width: 280px;
}
/* plakat
------------------------------------------------*/
.plakat-top {
	display: block;
	width: 366px;
	height: 9px;
	background: url(../images/plakat-top.png) no-repeat;
}
.plakat-left {
	display: block;
	float: left;
	width: 12px;
	height: 243px;
	background: url(../images/plakat-left.png) no-repeat;
}
.plakat {
	float: left;
	width: 344px;
}
.plakat-right {
	display: block;
	float: left;
	width: 10px;
	height: 243px;
	background: url(../images/plakat-right.png) no-repeat;
}
.plakat-bottom {
	display: block;
	clear: both;
	width: 366px;
	height: 7px;
	background: url(../images/plakat-bottom.png) no-repeat;
}
/* sponsor
------------------------------------------------*/
#sponsor {
	margin: 1em 0;
}
#sponsor a {
  margin-left: 33px;
}
#sponsor a.kick {
  margin-left: 0;
}
#sponsor a.momworx {
  margin-left: 254px;
}
