a{
	color: #002398 !important;
}
p{
	margin: 3px 0;
}
#smBdy{
	width:100%;
	padding:0;
	background-color:#fff;
	background-position: 50% 0;
	font-size:14px;
	font-family:arial, verdana, sans-serif;
	background-color:#F9F9F9;
}
.hide, .invisible { 
	height: 1px !important;
	left: -1000px !important;
	overflow: hidden !important;
	position: absolute !important;
	top: -1000px !important;
	width: 1px !important;
}
.smClr{
	clear:both;
}
#smBdy .inr{
	margin:0 auto;
	padding:0 20px;
	width:80%;
	position:relative;
	background-color:#fff;
}
/** HEADER ****************************************************************************************/
#smHdr{
	width:100%;
	height:261px;
	background: transparent url("http://www.szena-design.de/get_picture_25_5225b392583cd_banner_big.jpg") no-repeat;
	background-position: 50% 0;
	margin:0 auto;
}
/** WRAPPER **************************************************************************************/
#smWrp{
	background: rgba(255, 255, 255, 0.90);
	margin:0 auto;
	margin-top:30px;
	padding:20px 0;
	width: 100%;
	position:relative;
}
/** LEFT **************************************************************************************/
.wrpML{
	float:left;
	width:50%;
}
#shp-lft{
	margin: 10px;
	width: 25%;
}
#shp-cntr{
	margin: 10px;
	width: 70%;
	float: left;
}
#mPic{
}
#mPic a{
	height:580px;
	display:block;
	text-align:center;
	vertical-align:middle;
	margin: 0 auto;
}
#mPic img{
	max-width: 400px;
	width: 100%;
	max-height: 575px;
}
#sPics{
	display:block;
	margin: 0 auto;
	margin-top:5px;
	padding:0;
}
#sPics .in{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#sPics .mid{
	display:table-cell;
	width:155px;
	height:155px;
	text-align:center;
	vertical-align:middle;
}
#sPics img{
	max-width:151px;
	max-height:151px;
	cursor:pointer;
}
/** RIGHT **************************************************************************************/
.wrpMR{
	float:left;
	width:50%;
}
/** CENTER **************************************************************************************/
.mbox {
	border:1px solid #666;
	border-radius:10px;
	padding:10px;
	margin-bottom:20px;
}
.mbox .bot{
	background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
	/*background: #CF2328;*/
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 25px;
	margin: 10px -10px -10px -10px;
	border-top: solid #666 1px;
}
.mbox h2, .mbox h1{
	background: linear-gradient(to top, #fff 0%, #ccc 100%);
	/*background: #CF2328;*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px;
	margin: -10px -10px 10px -10px;
	font-size: 15px;
	border-bottom: solid #666 1px;
	color: #003366;
}
img.sm_pic{
	max-width:200px;
	max-height:200px;
	float: right;
	width:100%;
}

.divTable{
	display: block;
	width: 90%;
}
.tr {
	display: block;
}
.tc{
	border: 1px solid #999999;
	display: block;
	padding: 3px 10px;
	width: 15%;
	float: left;
}
.tc3{
	border: 1px solid #999999;
	display: block;
	padding: 3px 10px;
	width: 45%;
	float: left;
}
.tc4{
	border: 1px solid #999999;
	display: block;
	padding: 3px 10px;
	width: 60%;
	float: left;
}
.tc5{
	border: 1px solid #999999;
	display: block;
	padding: 3px 10px;
	width: 75%;
	float: left;
}
.tb {
	display: block;
}


@media (max-width: 1300px) {
	.wrpMR{
		width:100%;
	}
	.wrpML{
		width:100%;
	}
	#mPic{		
		margin: 0 auto;
	}
	#sPics{
		width: 500px;
	}	
	#smHdr{
		background: transparent url("http://www.szena-design.de/get_picture_25_5225b392583cd_banner_mid.jpg") no-repeat;
		background-position: 50% 0;
		height: 179px;
	}
}
@media (max-width: 815px) {
	#sPics{
		width: 100%;
	}
	#smBdy { 
		font-family: "arial", "verdana", sans-serif;
		font-size: 16px !important;
	}
	#smHdr{
		height: 102px;
		background: transparent url("http://www.szena-design.de/get_picture_25_5225b392583cd_banner_sml.jpg") no-repeat;
		background-position: 50% 0;
	}
	.mbox .zonePic, .mbox .mbox_img{
		max-width: 100%;
	}
	.mbox table{
		display: block;
		overflow: scroll;
		max-width: 100%;
	}
	.mbox td{
		border: 1px solid black;
	}
}4251