@font-face {
	font-family: DINPro-Light;
	src: url(/fonts/DINPROL0.eot);
}

@font-face {
	font-family: DINPro-Light;
	src: url(/fonts/DINPro-Light.otf) format("opentype");
}

@font-face {
	font-family: DINPro-Regular;
	src: url(/fonts/DINPROR0.eot);
}

@font-face {
	font-family: DINPro-Regular;
	src: url(/fonts/DINPro-Regular.otf) format("opentype");
}

@font-face {
	font-family: DINPro-Medium;
	src: url(/fonts/DINPROM0.eot);
}

@font-face {
	font-family: DINPro-Medium;
	src: url(/fonts/DINPro-Medium.otf) format("opentype");
}

* {margin:0;padding:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html, body {height:100%;background-color:#FFFFFF}

img {border:none;}

a {outline:none;}

p {text-indent:0;margin:0;}

iframe#_atssh {position:absolute;bottom:0}

h2 {
	font-family: DINPro-Light, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	line-height:normal;
	text-transform: uppercase;
}

h3 {
	font-family: DINPro-Light, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	display: inline;
	line-height:normal;
}

h4 {
	font-family: DINPro-Regular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	display: inline;
	line-height:normal;
}

h5 {
	font-family: DINPro-Regular, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	line-height:normal;
}

h6 {
	font-family: DINPro-Regular, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display: inline;
	line-height:normal;
}

#header, #footer {
	height:30px;
	width:100%;
	position:fixed;
	left:0;
	z-index:99;
}

#header {
	top:0;
}

.innerheader {
	width:960px;
	height:30px;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background-color: #F7F7F7;
	margin:auto;
	text-align:left;
}

@media only screen and (max-device-width: 480px) {
.innerheader {position:fixed;}
}

.logo {
	background-color: #FFF;
	border: 1px dotted #CCC;
	float: left;
	margin-left: 7px;
	margin-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.topmenu {
	font-family: DINPro-Regular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color:#333;
	background-color: #FFF;
	border: 1px dotted #CCC;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 5px;
	margin-right: 7px;
	float: right;
}

.topmenu a:link {text-decoration: none; color:#333;}
.topmenu a:visited {text-decoration: none; color:#333;}
.topmenu a:active {text-decoration: underline; color:#000;}
.topmenu a:hover {text-decoration: underline; color:#000;}

#footer {
	bottom:0
}

.innerfooter {
	width:960px;
	height:30px;
	border:none;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	background-color: #F7F7F7;
	margin:auto;
	text-align:left;
}

#quicklinks {
	float: left;
	padding-left: 7px;
	margin-top: 4px;
}

#sharelinks {
	float: right;
	padding-right: 7px;
	margin-top: 4px;
}

#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	height:100%;
	width:100%;
	z-index:1;
}

#content {
	width: 100%;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
	vertical-align:middle;
	padding:30px 0;
}

#content .innercontent {
	background:white;
	width:960px;
	margin:auto;
}

#slideshowintro {
	text-align: center;
	margin:auto;
}