/**    GENERAL    **/
body {
	background: #141413 url('../img/bg_video.gif') no-repeat center 60px;
	color: #ccc;
}
body.sub {
	background-image: url('../img/bg.gif');
	background-position: center 112px;
}
.wrapper {
	display: block;
	margin: 50px auto 0;
	max-width: 960px;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


/**    CONTENT    **/
#content {
	margin: 0 auto;
	text-align: left;
	width: 670px;
}
h2 {
	color: #be161c;
	font-size: 22px;
	margin: 2em 0 0.5em;
}
h3 {
	font-size: 16px;
}
p {
	font-size: 14px;
	font-family: 'Minion Pro', serif;
	line-height: 21px;
	margin: 0 auto 1em;
}
p b, p strong {
	color: #fff;
	font-weight: bold;
}
.text {
	margin-top: 60px;
}
.info {
	background: url('../img/footer.jpg') center;
	clear: both;
	color: #4e4e4e;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	width: 100%;
}
a {
	color: #fff;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.button {
	color: #555555;
    font: 12px/16px 'Helvetica Neue W01 45 Light', 'Helvetica Neue', 'Helvetica', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
/**    IMAGES    **/
img {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.logo {
	margin: 0 auto 70px;
}
#videoplayer {
	background-color: #fff;
	border: 8px solid #fff;
	margin: 27px auto;
	width: 363px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#main-menu {
	margin: 2em auto;
	max-width: 725px;
}
#main-menu .menu {
	display: table;
	padding-left: 0;
	width: 100%;

	/* css3 */
	background: -moz-linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	background: -o-linear-gradient(top,  #1e1e1e 0% ,#000000 100%);
	background: -ms-linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	background: linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000',GradientType=0 );

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#main-menu .menu li {
	display: table-cell;	
}
#main-menu .menu li a {
	border-left: 1px solid #333;
	color: #ddd;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#main-menu .menu li:first-child a {
	border-left: 0 none;
}
#main-menu .menu .active > a {
	color: #be161c;
}
.buttons {
	background: #1e1e1e;
	height: 40px;
	margin: 50px auto;
	padding: 10px;
	text-align: center;
	width: 440px;

	/* css3 */
	background: -moz-linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	background: -o-linear-gradient(top,  #1e1e1e 0% ,#000000 100%);
	background: -ms-linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	background: linear-gradient(top,  #1e1e1e 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000',GradientType=0 );

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.buttons a {
	color: #be161c;
	display: inline-block;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 49%;
}
.buttons a:first-child {
	border-right: 1px solid #444;
	color: #ddd;
}
.back {
	margin: 34px auto 0;
	width: 74px;
}
.back a {
	display: block;
	margin-bottom: 10px;
}

/** login **/
fieldset {
	border: 0 none;
	margin: 0 0 50px;
	padding: 0;
}
fieldset input {
	background-color: #212120;
	border: 1px solid #2c2c2c;
	color: #ccc;
	display: block;
	margin: 0 auto;
	padding: 3px 7px;
	width: 52px;
}
fieldset label,
fieldset p {
	margin-top: -4px;
	margin-bottom: 4px;
	padding: 0;
}
fieldset label {
	font-size: 14px;
	margin: 0 auto 0.5em;
}
#user,
#pass {
	background-color: #101010;
	border: 1px solid #212120;
	height: 16px;
	margin-bottom: 1em;
	padding: 3px 3px;
	text-align: center;
	width: 100px;
}
fieldset label[for="user"]:after {
	content: ':';
}
#pass {
	width: 45px;
}
#login, #logout {
	cursor: pointer;
}
.login #login {
	float: right;
}
.login #pass {
	float: left;
}
.login {
	width: 112px;
	margin: 0 auto;
}

#footer {
	color: #555;
	font: 12px/16px 'Helvetica Neue W01 45 Light','Helvetica Neue','Helvetica',sans-serif;
	margin: 0 auto;
	width: 670px;
}
#footer ul a {
	text-transform: uppercase;
}

#footer-menu {
	float: left;
}
#footer-menu ul {
	padding: 0;
}

#language-menu {
	float: right;
}

.language-switch {
	display: block;
	padding: 0;
	text-align: center;
    text-transform: uppercase;
}
#footer-menu li,
.language-switch li {
	border-left: 1px solid #333;
	display: inline;
	list-style: none;
	padding: 0 5px;
}
#footer-menu li:first-child,
.language-switch li:first-child {
	border-left: 0 none;
	padding-left: 0;
}
#footer-menu li a,
.language-switch li a {
	color: #555;
}
#footer-menu li a:hover,
.language-switch li a:hover {
	color: #ddd;
	text-decoration: none;
}
.info, .back {
	display: none;
}
.info.show-more {
	display: block;
}
.footer-nav {
	padding: 10px 120px;
}
.footer-nav a {
	line-height: 16px;
}

/* sponsoren */
#sponsors, #sponsors2 {
	display: block;
	float: left;
	margin: 0 30px 0 120px;
	width: 120px;
}
#sponsors2 {
	float: right;
	margin: 0 120px 0 30px;
}

/* hacks */
* html #sponsors {
	margin: 0 20px 0 70px;
}
* html #sponsors2 {
	margin: 0 70px 0 20px;
}
*+ html #sponsors {
	margin-right: 42px;
}
*+ html #sponsors2 {
	margin-left: 42px;
}

#footer > a {
	display: none;
}

#page-116 #content,
#page-119 #content,
body.imprint #content {
	text-align: center;
	width: auto;
}
#page-116 #main-menu,
#page-119 #main-menu,
body.imprint #main-menu {
	display: none;
}

