@import url(http://fonts.googleapis.com/css?family=Dr+Sugiyama);


@font-face {
    font-family: 'texgyreheroscnregular';
    src: url('../font/texgyreheroscn-regular-webfont.eot');
    src: url('../font/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('../font/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('../font/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular') format('svg');
}

@font-face {
    font-family: 'texgyreheroscnbold';
    src: url('../font/texgyreheroscn-bold-webfont.eot');
    src: url('../font/../font/texgyreheroscn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreheroscn-bold-webfont.woff') format('woff'),
         url('../font/texgyreheroscn-bold-webfont.ttf') format('truetype'),
         url('../font/texgyreheroscn-bold-webfont.svg#texgyreheroscnbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


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


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}



body {
    font-family: 'texgyreheroscnregular'; 
	font-weight: normal;
    font-style: normal;
	font-size: 16px;
	line-height: 18px;
	color: #454545;
	margin: 0;
	padding: 0;
}

/* Backgroundimage */
#bg-body {
    background: none repeat scroll 0 0 #FFF;
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
}
#bg-body img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}


/* Structure */
#page-wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
}
* html #page-wrapper {
	height: 100%;
}
#hr-top {
	background: #a9ae7b;
	height: 4px;
	width: 100%;
	clear: both;
}
#wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0;
	padding: 0;
}
#main {
	width: 80%;
	max-width: 630px;
	margin: 0 10% 40px 10%;
	float: left;
}

#main-1col {
	width: 30%;
	margin: 35px 5% 80px 10%;
	float: left;
	font-size: 14px;
}
#main-2col {
	width: 45%;
	margin: 35px 10% 80px 0;
	padding: 4px 0 0 0;
	float: left;
}

#main-2col h1{
	font-size: 14px;
	padding: 0 0 8px 0;
}

#main-2col p{
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 14px 0;
	letter-spacing: 0.01em;
}

#main-2col a{
	background: #456265;
	color: #FFF;
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	letter-spacing: 0.01em;
}

/* banner */
#banner {
	float: left;
	width: 100%;
}
#banner img {
	width: 100%;
	max-width: 230px;
	border: solid 6px #e9e9e9;
}

#footer {
	position: absolute;
	width: 100%;
	height: 153px;
	min-height: 153px;
	bottom: 0px;
	background: #f2f2f2;
}

#footer-inner {
	width: 44%;
	padding: 0 3%;
	float: left;
}


.foot-left {
	float: left;
}

.foot-right {
	float: right;
}


aside #left {
	float: left;
	font-family: 'texgyreheroscnbold';
	padding: 120px 0 0 0;
	font-size: 13px;
}

aside #left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

aside #left li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 26px;
	background: url(../images/nl_icon.png) 0 5px no-repeat;
}

aside #left a {
	color: #a6a6a6;
	text-decoration: none;
}

aside #right {
	width: 240px;
	height: 140px;
	float: right;
	padding: 0 0 0 0;
	font-size: 13px;
	background: url(../images/bg_adresse.jpg) right 16px no-repeat;
}

aside #right h1 {
	font-family: 'Dr Sugiyama', cursive;
	font-size: 24px;
	padding: 28px 0 9px 0;
	margin: 0;
	font-weight: 400;
}

aside #right p {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	letter-spacing: 0.03em;
	background: none;
}

aside #right a {
	color: #454545;
	text-decoration: none;
}

/* Header / Logo H1 */
header {
	width: 100%;
}

header h1 {
	height: 100px;
	width: 250px;
	display: block;
	background: url(../images/logo_ma_perla.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	font-family: 'Dr Sugiyama', cursive;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	margin: 50px 10% 70px 10%;
	padding: 0;
}

h1 {
	font-family: 'texgyreheroscnbold';
	font-size: 16px;
	font-weight: normal;
    font-style: normal;
	margin: 0;
	padding: 0 0 10px 0;
	letter-spacing: 0.01em;
}

p {
	font-size: 16px;
	margin: 0;
	padding: 0 0 16px 0;
	letter-spacing: 0.01em;
	background: url(../images/trans.png) 0 0 repeat;
}

a {
	color: #9a9f67;
	text-decoration: none;
}

.hidden {
	display: none;
}


@media screen and (max-width: 480px) {
	
	#bg-body {
		display: none;	
	}
	
	#main-1col {
		width: 85%;
		float: none;
	}
	#main-2col {
		width: 85%;
		margin: 35px 5% 80px 10%;
		padding: 4px 0 0 0;
		float: none;
	}
	
	#footer-inner {
		width: 80%;
		padding: 0 10%;
		float: none;
	}
	
	.foot-left {
		float: none;
		display: block;
	}
	
	.foot-right {
		float: none;
	}
	
	aside #left {
		float: left;
		font-family: 'texgyreheroscnbold';
		padding: 20px 0 10px 0;
		font-size: 13px;
	}
	
	aside #left li{
		list-style: none;
		margin: 0;
		padding: 0 0 0 26px;
		background: url(../images/nl_icon.png) 0 5px no-repeat;
	}
	
	aside #right {
		width: 240px;
		height: 140px;
		float: left;
		padding: 0 0 0 0;
		font-size: 13px;
		background: url(../images/bg_adresse.jpg) right 18px no-repeat;
	}
	
	
	
}

@media screen and (max-width: 640px) {

	#bg-body {
		display: none;	
	}
	
}

@media screen and (max-width: 850px) {
	
	#bg-body {
		display: none;	
	}
}

@media screen and (max-width: 980px) {
	
	
}