﻿@charset "utf-8";
/***************************/
/* RLB Veranstaltungen 2012*/
/* agindo 06.09.12  pd     */
/***************************/

/***************************/
/* tags                    */
/***************************/
*{
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:11px;
	background:url(/img/bg_body_shadow.png) repeat-y center 0 ;
}
img{
	border:none;
}
/***************************/
/* Haupt ID's              */
/***************************/
#mtmbSite{
	width:740px;
	min-height:100%;
	margin:0 auto;
	background:#FFF;
}
#mtmbMain{
	padding:0 20px 20px;
	position:relative;
}
#mtmbFooter,
#mtmbHeader{
	height:120px;
	background:url(/img/bg_hdft.png) repeat-x 0 0;
	position:relative;
}
#mtmbFooter{
	margin-top:100px;
}
.logo{
	padding:20px 0 0 20px;
}
#mtmbVideo{
	background:#000;
}
/***************************/
/* slider                  */
/***************************/
.shadow{
	background:url(/img/bg_slider.png) no-repeat 0 0;
	margin:9px -11px;
	padding:11px;
}
.slider{
	position:relative;
	height:300px;
	overflow:hidden;
}
.slider ul{
	list-style-type:none;
}
.slider ul li{
	position:absolute;
	top:0;
	left:0;
}

.simplenavigate{
}
.simplenavigate a{
	background:url(/img/bg_btnsimplenav.png) no-repeat 0 0;
	display:block;
	position:absolute;
	width:32px;
	height:60px;
}
.simplenavigate a.snext{
	right:0;
	top:120px;
	background-position:-32px 0;
}
.simplenavigate a.sprev{
	left:0;
	top:120px;
}

.simplenavigate a.snext:hover{
	background-position:-32px -60px;
}
.simplenavigate a.sprev:hover{
	background-position:0 -60px;
}
.simplenavigate a span{
	display:none;
}
.gogame{
	position:absolute;
	left:486px;
	top:60px;
}

/***************************/
/* allg. klassen           */
/***************************/
div.clearfloat{
	clear:both;
	height:0;
	font-size:1%;
	line-height:0;
}
div.thmb{
	float:left;
	margin:0 20px 0 0;
	min-width:10px;
}
div.thmb img{
	display:block;
}
div.desc{
	float:left;
	min-width:10px;
}
img.block{
	display:block;
}
div.sujet img{
	margin:0 -20px;
}
div.sujet + #mtmbFooter{
	margin-top:20px;
}
img.ftext{
	position:absolute;
	top:90px;
	left:12px;
}
div.icontent{
	/*display:none;*/
	position:absolute;
	left:0;
	top:120px;
	background:#F1F1F1;
	margin-right:20px;
}
div.icontent img.ipic{
	margin-right:20px;
	cursor:pointer;
}
div.icontent p{
	padding:1em 20px;
}

/***************************/
/* boxensystem             */
/***************************/
.boxed{
	margin-right:-20px;
}
.boxed.info{
	position:relative;
	height:120px;
	overflow:hidden;
}
.box{
	border:0 solid #FFF;
	margin:0 0 20px;
	padding:20px;
	background:none;
}
.box.x2{
	width:220px;
}
.voffset{
	/*margin-top:20px;*/
	margin-bottom:20px;
}
.boxed .box{
	background:#F1F1F1;
}
.box.claim{
	background:#000;
	padding:0 20px 33px;
	position:relative;
}
.box.goreg{
	padding:40px 20px 0;
}
/***************************/
/* Typo                    */
/***************************/
h1,h2,h3,h4,h5,h6,p,td,th{
	color:#000;
}
h1{
	/*font-size:2.31em;*/
	/*line-height:2.54em;*/
	font-size:1.85em;
	line-height:1.08em;
	padding:0 0 0.8em;
	font-weight:bold;
	text-transform:uppercase;
	border:0 solid #EBEBEB;
}
h2{
	font-size:1.69em;
	line-height:1.09em;
	padding:1em 0 0.8em;
	font-weight:bold;
	border:0 solid #EBEBEB;
}
h3{
	font-size:1.38em;
	line-height:1.17em;
	padding:1em 0 0.8em;
	font-weight:normal;
	border:0 solid #EBEBEB;
}
h4{
	font-size:1.08em;
	line-height:1.17em;
	padding:1em 0 0.8em;
	font-weight:bold;
	border:0 solid #EBEBEB;
}
.statement h2{
	padding-top:0.5em;
}
#mtmbGame h3{
	padding-top:0;
}
#formSect + h4{
	padding-top:0;
}
p{
	font-size:1em;
	line-height:1.62em;
	padding:0 0 1em;
}
a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
#mtmbHeader p,
#mtmbHeader a,
#mtmbFooter p,
#mtmbFooter a{
	color:#010203;
}
p.icon{
	padding:1em 0 0;
}
p.icon a{
	padding-left:20px;
	display:inline-block;
	background:url(/img/icon_file.png) no-repeat 0 center;
}
p.icon a.pdf{
	background-image:url(/img/icon_pdf.png);
}
p.info{
	text-align:center;
	line-height:60px;
	font-size:22px;
	font-weight:bold;
	padding:0;
	background:#F1F1F1;
}
p.info a{
	display:block;
	line-height:60px;
	background:url(/img/bg_info.png) repeat-x 0 100px;
}
p.info a:hover{
	background-position:0 0;
	text-decoration:none;
}
p.meta{
	position:absolute;
	left:240px;
	width:440px;
}
#mtmbHeader p.meta{
	top:16px;
}
#mtmbFooter p.meta{
	top:87px;
}
#mtmbFooter.righty{
	text-align: right;
	padding: 87px 2em 0 0;
}
p.meta span{
	float:right;
}
p.iclose{
	position:absolute;
	right:10px;
	top:10px;
	padding:0 !important;
}
a.close{
	float:right;
	display:block;
	width:20px;
	height:20px;
	background:url(/img/close.gif) no-repeat center center;
}
a.close span{
	display:none;
}
.formItem a.close{
	margin-right:-10px;
}
p.claim{
	padding-bottom:2.5em;
}
.statement img{
	margin-right:15px;
}
p.errormsg{
	border:1px solid #F00;
	color:#F00;
	padding:8px 12px;
	width:434px;
}
p.confirm{
	background:#FAEA32;
	padding:5px 10px;
	border:1px solid #BFBFBF;
	border-top-color:#FFF;
}
a.showTB{
	text-decoration:underline;
}
p.pagination{
	text-align:center;
	line-height:24px;
	padding:0;
	margin:1em 0;
}
p.pagination a,
p.pagination span{
	background:url(/img/bg_pagination.png) repeat-x 0 0;
	line-height:24px;
	width:24px;
	padding:0;
	margin:0 1px 0 0;
	display:inline-block;
}
p.pagination span{
	background-position:0 -24px;
}
p.pagination a:hover{
	text-decoration:none;
	font-weight:bold;
}
p.picLogout{
	position:absolute;
	right:40px;
	top:124px;
}
/************************************/
/* Formulare                        */
/************************************/
#mtmbKontakt{
	background:#F1F1F1;
	overflow:hidden;
}
form#mtmbGame{
	position:absolute;
	left:35px;
	top:72px;
	background:url(/img/bg_form.png) repeat 0 0;
}
div.formular{
	padding:0 0 10px;
}
div.formSect{
	padding:0 20px;
	margin:0;
	clear:both;
}
.formSect.sep{
	padding-top:10px;
	margin:10px 0 0;
	border:0 solid #EFEFEF;
	border-width:1px 0 0;
}
form#mtmbGame div.formSect{
	padding-top:20px;
}

div.formItem{
	padding:5px 0;
	clear:both;
}
div.filiale,
div.tbed{
	overflow:hidden;
}
div.formItem.indent{
	padding-left:145px;
}
.text, .select, .textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#555;
	padding:2px;
	margin:0 5px 0 0;
	border:1px solid #BFBFBF;
}
.select{
	/*height:18px;*/
	padding:1px;
}
.select option{
	padding:0 3px;
}
.textarea{
	width:309px;
	height:124px;
}
input.checkbox, input.radio{
	margin:0 4px 0 0;
	vertical-align:-2px;
}
.x1{
	width:53px;
}
.x2{
	width:117px;
}
.x3{
	width:181px;
}
.x4{
	width:245px;
}
.x5{
	width:309px;
}
.x6{
	width:373px;
}
select.x1{
	width:59px;
}
select.x2{
	width:123px;
}
select.x3{
	width:187px;
}
select.x4{
	width:251px;
}
select.x5{
	width:315px;
}
select.x6{
	width:379px;
}
label{
	line-height:normal;
	cursor:pointer;
	font-size:1em;
	margin:0 5px 0 0;
}
label.label{
	display:inline-block;
	width:140px;
}
label.label.top{
	vertical-align:top;
}
label.labeltop{
	display:block;
	width:auto;
	margin:0 0 3px;
}
label.radio{
	margin:0 15px 0 0;
	display:inline-block;
}

p.button{
	display:inline-block;
	margin:8px 0;
	padding:0 0 0 12px;
	height:34px;
	line-height:32px;
	background:url(/img/bg_buttons.png) no-repeat 0 0;
	font-size:15px;
}
p.button + p.button{
	margin-left:20px;
}

p.button:hover{
	background-position:0 -34px;
}
p.button a{
	text-decoration:none !important;
	padding:0 12px 0 0;
	margin:0 -8px 0 0;
	height:34px;
	display:block;
	color:#000;
	font-weight:bold;
	white-space:nowrap;
	background:url(/img/bg_buttonsr.png) no-repeat right 0;
}
p.button input,
p.button button{
	text-decoration:none;
	text-align:left;
	padding:0 12px 2px 0;
	margin:0 -8px 0 0;
	height:34px;
	display:inline-block;
	color:#000;
	font-weight:bold;
	border:none;
	background:none;
	background:url(/img/bg_buttonsr.png) no-repeat right 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	cursor:pointer;
}
p.button *:hover,
p.button:hover *{
	background-position:right -34px;
}

p.button.dis{
	background-position:0 -68px;
}
p.button.dis:hover{
	background-position:0 -68px;
}
p.button.dis *,
p.button.dis *:hover,
p.button.dis:hover *{
	background-position:right -68px;
	color:#666;
	cursor:default;
}
/**************************/
/* Bildergalerien         */
/**************************/
body.sbcontent{
	background:#000;
}
#rlbAlben.box{
	margin:20px 0 30px;
	padding:0;
}
#rlbAlben.detail{
	margin-right:-20px;
}
#rlbAlben img{
	display:block;
	padding:1px;
	border:1px solid #BFBFBF;
	background:#FFF;
}
ul.albenListe{
    margin:0;
	list-style-type:none;
}
.detail ul.albenListe.video li{
	float:none;
	width:auto;
	padding:0;
}
.detail ul.albenListe li{
    margin:0 20px 20px 0;
	float:left;
	width:100px;
	padding:0;
}
.list ul.albenListe li{
    margin:0 0 1px;
	padding:10px;
	border:0 solid #F2F2F2;
	border-width:0 0 1px;
	background:url(/img/bg_grdgrey.png) repeat-x 0 -110px;
}
.list ul.albenListe li:hover{
	background-position:bottom;
	border-color:#BFBFBF;
}
.list .albenListe .thmb{
	width:124px;
	margin:0;
}
.list .albenListe .desc{
	float:right;
	width:536px;
}
.list .albenListe.video .desc{
	width:585px;
}
.detail .desc{
	margin-right:17px;
	float:none;
}
.detail .video .thmb{
	width:174px;
}
.detail .video .desc{
	float:right;
	width:486px;
}
#rlbAlben.list .box{
	border-width:0;
}
.player{
	width:600px;
	height:338px;
}
.player *{
	display:block;
}
/***************************/
/* fckeditorStatic inhalte */
/***************************/
div.fckeditorStatic{
	overflow:hidden;
}
.fckeditorStatic ul,
.fckeditorStatic ol{
	margin:0 0 0.5em 1em;
}
.fckeditorStatic ul ul{
	margin-bottom:0.3em;
	/*margin-left:0.3em;*/
}
.fckeditorStatic ul ul li{
	padding:0 .15em;
}

/***************************/
/* IE anpassungen          */
/***************************/
.MSIE7 p.button{
	margin-right:20px;
	display:inline;
}
.MSIE7 p.button input,
.MSIE7 p.button button{
	padding:0 8px 0 0;
	display:inline;
	text-align:center;
	vertical-align:-7px;
}
.MSIE7 p.meta span{
	margin-top:-16px;
}
.Firefox p.button input,
.Firefox p.button button{
	vertical-align:-1px;
}

/***************************/
/* Login                   */
/***************************/
form#anmeldung input#pin{
	text-transform:uppercase;
}
.ag-hint span {
	display: inline-block;
	line-height: 1.1;
	
}
.ag-hint span a:not(:hover) {
	color: lightslategray;
}
/***************************/
/* phones                  */
/***************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
	body,html{
		height:auto;
	}
	body{
		font-size:100%;
		font-family:Helvetica,Verdana, Arial, Helvetica, sans-serif;
		background:#FFF;
	}
	#mtmbSite{
		background:#FFF;
		width:100%;
	}
	#mtmbMain{
		padding:0 !important;
	}
	#mtmbHeader,
	#mtmbFooter{
		padding:0;
		background: #fbf316;
		background: -moz-linear-gradient(top,  #fbf316 0%, #fbde06 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf316), color-stop(100%,#fbde06));
		background: -webkit-linear-gradient(top,  #fbf316 0%,#fbde06 100%);
		background: -o-linear-gradient(top,  #fbf316 0%,#fbde06 100%);
		background: -ms-linear-gradient(top,  #fbf316 0%,#fbde06 100%);
		background: linear-gradient(to bottom,  #fbf316 0%,#fbde06 100%);
		height:80px;
	}
	.logo img{
		width:100px;
		height:40px;
	}
	h2{
		font-size:140%;
	}
	p{
		font-size:100%;
	}
	p.meta {
		left:auto;
		right:20px;
		font-size:small;
	}
	#mtmbFooter p.meta{
		top:30px;
	}
	div.formItem.indent{
		padding-left:0;
	}
	.text{
		font-size:larger;
		padding:10px 5px;
		margin-right:0;
		box-sizing:border-box;
	}
	.text.x3,
	.text.x4,
	.text.x5,
	.text.x6{
		width:100%;
		display:block;
	}
	.text.x1[id=plz]{
		width:23% !important;
		display:inline-block;
		margin-right:7%;
	}
	.text.x4[id=ort]{
		width:70% !important;
		display:inline-block;
	}
	
	input.checkbox, input.radio{
		vertical-align:baseline;
	}
	input.checkbox + label,
	input.radio + label{
		margin-left:10px;
		margin-bottom:5px;
		vertical-align:middle;
		max-width:80%;
	}
	label{
		font-size:medium;
	}
	label.label{
		display:block;
		margin-bottom:5px;
	}
	label.label[for=pin]{
		display:none;
	}
	p.button{
		background: #fbf316;
		background: -moz-linear-gradient(top,  #fbf316 0%, #fbde06 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf316), color-stop(100%,#fbde06));
		background: -webkit-linear-gradient(top,  #fbf316 0%,#fbde06 100%);
		background: -o-linear-gradient(top,  #fbf316 0%,#fbde06 100%);
		background: -ms-linear-gradient(top,  #fbf316 0%,#fbde06 100%);
		background: linear-gradient(to bottom,  #fbf316 0%,#fbde06 100%);
		
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
		box-shadow: 0 2px 2px rgba(0,0,0,0.7);

		display:block;
		font-size:20px;
		line-height:46px;
		height: 46px;
		margin:8px 0;
		padding:0;
	}
	p.button a{
		background:none;
		height:46px;
		margin:0;
		padding:0 12px;
	}
	p.button input,
	p.button button{
		box-sizing:border-box;
		padding:0 12px;
		margin:0;
		height:46px;
		display:block;
		width:100%;
		background:none;
		font-family:Helvetica, Verdana, Arial, sans-serif;
		font-size:1em;
	}
	p.button:hover{
		background: #fcf75c;
		background: -moz-linear-gradient(top,  #fcf75c 0%, #fce851 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf75c), color-stop(100%,#fce851));
		background: -webkit-linear-gradient(top,  #fcf75c 0%,#fce851 100%);
		background: -o-linear-gradient(top,  #fcf75c 0%,#fce851 100%);
		background: -ms-linear-gradient(top,  #fcf75c 0%,#fce851 100%);
		background: linear-gradient(to bottom,  #fcf75c 0%,#fce851 100%);
	}
	p.button *:hover,
	p.button:hover *{
		background:none;
	}
	
	p.errormsg {
		box-sizing:border-box;
		background: #ff3019;
		background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
		background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
		background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
		background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
		background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
		border:none;
		color:#FFF;
		width:100%;
		font-weight:bold;
		line-height:1.2em;
	}
	div.sujet{
		margin:0;
	}
	div.sujet img{
		width:100%;
		margin:0;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) and (orientation: landscape) {
	h2{
		font-size:120%;
	}
	p{
		font-size:60%;
	}
	.text.x1[id=plz]{
		width:18%;
		margin-right:7%;
	}
	.text.x4[id=ort]{
		width:73%;
	}
}
