@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed !important;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
/* landscape tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
body{
    background-image: transparent !important;
    }
.wrap_bg_p{
    background-image: transparent !important;
    }
.wrap_bg_l{
	background-image: url(../img/bg-landscape.jpg) !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 768px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: -1;
    }
}
/* portrait tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
body{
    background-image: transparent !important;
    }
.wrap_bg_l{
    background-image: transparent !important;
    }
.wrap_bg_p{
	background-image: url(../img/bg-portrait.jpg) !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 1300px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	z-index: -1;
    }
}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
body{
	background-image: transparent !important;
    }
.wrap_bg_p{
    background-image: transparent !important;
    }
.wrap_bg_l{
	background-image: url(../img/bg-landscape.jpg) !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 768px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: -1;
    }
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
body{
	background-image: transparent !important;
    }
.wrap_bg_p{
	background-image: url(../img/bg-portrait.jpg) !important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 1300px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	z-index: -1;
    }
.wrap_bg_l{
	background-image: transparent !important;
    }
}
h1{
	font-size: 24px;
	line-height: 30px;
	color: #0000ff;
	}
a:link{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}
a:active{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}
a:visited{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}
a:hover{
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	}
/* landscape tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
h1{
	font-size: 20px;
	line-height: 24px;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
h1{
	font-size: 50px;
	line-height: 60px;
	}
}
img{
	display: block;
	height: 100%;
	width: 100%;
	}
#master {
	width: 100%;
	}
#haeder {
	width: 100%;
	min-height: 55px;
	position: fixed;
	padding-top: 15px;
	background-image: url(../img/bg-haeder.png);
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	z-index: 1000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eceded;
	}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
#haeder {
	min-height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
#haeder {
	min-height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
}
.logo{
	float: left;
	position: relative;
	padding-left: 15%;
	height: 40px;
	width: 533px;
	}
/* landscape tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape){
.logo{
	padding-left: 2%;
	}
}
/* portrait tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : portrait){
.logo{
	padding-left: 9%;
	}
}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.logo{
	float: left;
	position: relative;
	padding-left: 9%;
	height: 50px;
	width: 667px;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.logo{
	float: left;
	position: relative;
	padding-left: 9%;
	height: 60px;
	width: 800px;
	}
}
.menu{
	float: right;
	position: relative;
	padding-right: 15%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 15px;
	}
/* landscape tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape){
.menu{
	padding-right: 2%;
	}
}
/* portrait tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : portrait){
.menu{
	padding-right: 9%;
	}	
}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.menu{
	font-size: 24px;
	padding-right: 9%;
	padding-bottom: 10px;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.menu{
	font-size: 40px;
	padding-right: 9%;
	padding-bottom: 10px;
	}
}
.menu a:link{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
.menu a:active{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
.menu a:visited{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
.menu a:hover{
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
	}
#content{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 100px;
	}
.left{
	float: left;
	position: relative;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 600px;
	font-size: 14px;
	margin-left: 15%;
	line-height: 20px;
	padding: 0px;
	}
/* landscape tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape){
.left{
	width: 400px;
	margin-left: 2%;
	}
}
/* portrait tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : portrait){
.left{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	width: 800px;
	margin-left: 9%;
	}
}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.left{
	width: 800px;
	margin-left: 9%;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 30px;
	margin-top: 30px;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.left{
	width: 800px;
	margin-left: 9%;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 30px;
	margin-top: 100px;
	}
}
.right{
	float: right;
	position: relative;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 400px;
	font-size: 11px;
	margin-right: 15%;
	line-height: 16px;
	padding: 0px;
	margin-top: 10px;
	}
/* landscape tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape){
.right{
	margin-right: 2%;
	}
}
/* portrait tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : portrait){
.right{
	float: left;
	width: 800px;
	margin-left: 9%;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 30px;
	}
}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.right{
	width: 800px;
	margin-left: 9%;
	font-size: 26px;
	line-height: 32px;
	float: left;
	margin-bottom: 30px;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.right{
	width: 800px;
	margin-left: 9%;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 30px;
	margin-top: 30px;
	float: left;
	}
}
.middle{
	float: left;
	position: relative;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 500px;
	max-width: 800px;
	font-size: 14px;
	margin-left: 15%;
	line-height: 20px;
	margin-bottom: 50px;
	padding: 0px;
	}
/* landscape tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
.middle{
	margin-left: 2%;
	}
}
/* portrait tablet*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : portrait){
.middle{
	float: left;
	width: 800px;
	margin-left: 9%;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 30px;
	}
}
/* landscape phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.middle{
	width: 800px;
	margin-left: 9%;
	font-size: 26px;
	line-height: 32px;
	float: left;
	margin-bottom: 30px;
	}
}
/* portrait phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.middle{
	width: 800px;
	margin-left: 9%;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 30px;
	margin-top: 30px;
	}
}
#anker{
	float: left;
	position: relative;
	}
#anker:hover{
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity:0.40;
	opacity:0.40;
	}
