* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: #d3e1e9;
}

img {
 	border: 0;
}
.body {
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: url(img/bgheader.jpg) top center no-repeat;
}
.clear {
	height: 0;
	line-height:0;
	font-size: 1px;
	clear: both;
}
a:hover {
	text-decoration: none;
	outline: none;
}
@font-face {
	font-family: 'dinpro-regular';
	src: local('dinpro-regular'), url(font/DINPro-Regular.woff) format('woff'), url(font/DINPro-Regular.ttf) format('ttf'), url(font/DINPro-Regular.svg) format('svg'), url(font/DINPro-Regular.otf) format('otf'), url(font/DINPro-Regular.eot) format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dinpro-bold';
	src: local('dinpro-bold'), url(font/DINPro-Bold.woff) format('woff'), url(font/DINPro-Bold.ttf) format('ttf'), url(font/DINPro-Bold.svg) format('svg'), url(font/DINPro-Bold.otf) format('otf'), url(font/DINPro-Bold.eot) format('eot');
	font-weight: normal;
	font-style: normal;
}

.content {
	margin: 0 auto;
	width: 1000px;
}

.header {
	height: 100%;

}

.headerleft {
	float: left;
	margin: 40px 0 0 10px;
	width: 500px;
	font-family: dinpro-bold;
	color: #1d2022;
	text-align: left;
}
.headertitle {
	margin: 0 0 0 0;
	width: 500px;
	font-family: dinpro-bold;
	font-size: 32px;
	color: #1d2022;
	text-align: left;
	text-transform: uppercase;
}
.headerdesc {
	margin: 0 0 0 20px;
	width: 500px;
	font-family: dinpro-regular;
	font-size: 18px;
	color: #1d2022;
	text-align: left;
}

.headerright {
	float: right;
	margin: 45px 10px 0 0;
	width: 350px;
	font-family: dinpro-regular;
	font-size: 24px;
	color: #1d2022;
	text-align: right;
}
.headercenter {
	margin: 0 213px;
	padding: 130px 0 0 0;
	width: 570px;
	height: 363px;
	font-family: dinpro-bold;
	font-size: 22px;
	line-height: 17px;
	text-align: center;
	background: url(img/bgheader.png) center center no-repeat;
	color: #fff;
}

.headerempty {
	margin: 0 213px;
	padding: 60px 0 0 0;
	width: 570px;
	height: 10px;
	font-family: dinpro-bold;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.headermenu {
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	height: 60px;
	font-family: dinpro-regular;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	color: #324351;
}

.headermenu a {
	color: #1d2022;
	outline: none;
}

.headerleft a {
	text-decoration: none;
	outline: none;
}

.headercenter a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.headercenter p {
	margin: 0 0 0 0;
}

.contentinfo {
	margin: 0 0 60px 0;
	background: #fff;
	border-radius: 40px; 
	-webkit-border-radius: 40px; 
	-moz-border-radius: 40px; 
	-khtml-border-radius: 40px;
}

.list {
	float: left;
	padding: 20px 60px 60px 60px;
	width: 880px;
	text-align: left;
}
.photocontent {
	width: 100%;
	text-align: center;
	color: #192028;
}

.photoleft {
	width: 33%;
	float: left;
}
.photocenter {
	width: 33%;
	float: left;
}
.photoright {
	width: 33%;
	float: right;
}


.photocolumn {
	width: 25%;
	float: left;
	padding: 0 0 20px 0;
}

.photocolumn a {
	outline: none;
}

.list h2 {
	font-family: dinpro-bold;
	font-size: 26px;
	color: #324351;
	text-align: center;
}
.list p {
	margin: 30px 0 0 0;
	font-family: dinpro-regular;
	font-size: 18px;
	line-height: 30px;
	color: #192028;
	list-style: none;
}

.navi {
	margin: 0 0 40px 0;
	font-family: dinpro-regular;
	font-size: 18px;
	line-height: 30px;
	color: #192028;

}

.navileft {
	padding: 0 0 0 20px;
	float: left;
	text-align: left;
}

.naviright {
	padding: 0 23px 0 0;
	float: right;
	text-align: right;
}			

.list a {
	color: #192028;
}

.list h3 {
	margin: 40px 0 0 0;
	font-family: dinpro-bold;
	font-size: 20px;
	line-height: 30px;
	color: #324351;
	list-style: none;
}

.photocontent h3 {
	margin: 60px 0 0 0;
	font-family: dinpro-bold;
	font-size: 20px;
	line-height: 30px;
	color: #324351;
	list-style: none;
}

.photocontent a {
	color: #192028;
}

.list .copyright {
	margin: 80px 0 0 0;
	text-align: left;
	font-family: dinpro-regular;
	font-size: 14px;
	line-height: 30px;
	color: #555658;
	list-style: none;
}

.list .copyright a {
	color: #555658;
}

