body{
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size: 16px;
}
header {
	border-bottom: 5px solid #c2121c;
}
#user_line{
	text-align:center;
	background-color: #eee;
	border-bottom:1px solid #000;
}
#contact_line{
	margin-bottom:5px;
	height:28px;
	text-align:right;
	border-bottom: 5px solid #c2121c;
	background-color: #ddd;
	background-image: url(/images/contact_line.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#slideshow_ext{
	margin-bottom:5px;
	height:240px;
	background-image:url(/images/slideshow_ext_bg.gif);
	overflow:hidden;
}
#slideshow_ext2{
	width:100%;
	height:240px;
}
#slideshow{
	position:relative; 
	z-index:1; 
	margin-left:680px; 
	width:1240px;
	height:240px;
}
#slideshow_fg{
	position:relative;
	z-index:10;
	width:100%;
	height:100%;
	background-image: url(/images/slideshow_fg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#headline_img{
	display:none;
}
#main_menu{
	margin-bottom:3px;
	height:40px;
	background-image: url(/images/m_bg.gif);
	font-family: sans-serif;
	overflow:hidden;
}
#mobile_main_menu{
	display:none;
}
.menu_line{
	margin:auto;
	width:745px;
}
a.mitem{
	text-decoration:none;
}
.mi{
	float:left;
	width:180px;
	height:40px;
	text-align:center;
	padding-top:12px;
	background-image: url(/images/mi_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	color:#eee;
	font-weight:bold;
	text-shadow: 0px 0px 1px #000;
}
.mi:hover{
	background-image: url(/images/mi_bg_.png);
	text-shadow: 0px 0px 3px #000;
	color:#fff;
}
.mmi{
	padding:5px;
	background-color: #c2121c;
	border-bottom:1px solid #fff;
	text-align:center;
	color:#eee;
	font-size:24px;
	font-weight:bold;
	text-shadow: 0px 0px 1px #000;
}
.mmi:hover{
	background-color: #f2121c;
	text-shadow: 0px 0px 3px #000;
	color:#fff;
}
section{
	min-height:500px;
	margin-bottom: 5px;
	border-bottom: 5px solid #c2121c;
	background-color: #ddd;
}
.page_title{
	margin:auto;
	width:1000px;
	padding:5px;
	color:#545c5f;
	font-weight:bold;
	font-size: 20px;
	border-bottom:2px solid #c2121c;
	/*background-color: #fff;*/
}
.page_desc{
	margin:auto;
	width:1000px;
	padding:5px;
	color:#545c5f;
	font-weight:bold;
	font-size: 18px;
	/*border-top:2px solid #fff;*/
	/*background-color: #fff;*/
	text-align:right;
}
.content{	
	margin:auto;
	margin-bottom:5px;
	width:1000px;
	padding:5px;
	text-align: justify;
	/*background-color: #fff;*/
}
.content_img{
	width:auto;
}
aside{
	background-color: #ddd;
}
footer{
	margin-top: 5px;
	padding:5px;
	background-color: #c2121c;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	color: #fff;
}
.right_side_tab{
	position: fixed;
	z-index:1000;
	width:200px;
	height:135px;
	right:-20px;
	bottom:40px;
	border-top:2px outset #555;
	border-left:2px outset #555;
	border-bottom:2px outset #555;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow: 2px 2px 5px #333;
	overflow: hidden;
}
#sz2020_img{
	width:200px;
}
textarea{	
	margin-bottom:5px;
	width:98%;
	height:800px;
}
#editor_content_menu{
	display:none;
	position: absolute;
	z-index:1001;
	padding:4px;
	width:32px; 
	height:32px;
	background-color:#fff;
	border:2px outset #333;
	border-radius:5px;
	box-shadow:2px 2px 2px #333;
	cursor:pointer;
}

@media only screen and (min-width:1920px){
	#slideshow_ext2{
		margin:auto;
		width:1920px;
	}
}
@media only screen and (max-width:1000px){
	#slideshow_ext{
		margin-bottom:5px;
		height:auto;
		overflow:hidden;
	}
	#headline_img{
		display:block;
		width:100%;
	}
	#slideshow_ext2{
		display:none;
	}
	#slideshow_fg{
		display:none;
	}
	#slideshow{
		display:none;
	}
	.page_title{
		width:auto;
	}
	.page_desc{
		width:auto;
	}
	.content{
		width:auto;
	}
	.content_img{
		width:95%;
	}
}
@media only screen and (max-width:800px){
	#contact_line{
		display:none;
	}
	#main_menu{
		display:none;
	}
	#mobile_main_menu{
		display:block;
	}
	.right_side_tab{
		position: static;
		width:100%;
		height:auto;
		border:none;
		box-shadow: none;
		overflow: hidden;
		text-align:right;
	}
	#sz2020_img{
		width:100%;
		max-width:300px;
		height:auto;
	}
}