@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/*Standard*/

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
.clearL,
.clearR,
.clear
{
	clear: both;
}
H1, H2, H3, H4, H5, H6
{
	font: 15px / 140% 'PT Sans', Arial, Verdana, Sans-serif;
	color: #0b2844;
	padding: 10px 0 0;
}
H1
{
	font-size: 24px;
	margin-bottom: 20px;
}
H2
{
	font-size: 20px;
	margin-bottom: 25px;
}
P
{
	padding: 10px 0 5px;
}
A
{
	text-decoration: none;
	color: #e32321;
}
A:hover
{
	text-decoration: underline;
}
TEXTAREA, INPUT, BUTTON
{
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: inherit;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}

INPUT[type=text], TEXTAREA, INPUT[type=password], INPUT[type=email], SELECT, BUTTON
{
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], TEXTAREA, BUTTON
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
::-webkit-input-placeholder
{
	color: #ccc;
}
:-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder
{
	color: #ccc;
}

P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
A.Button, A .Button, .Button A {
	display: inline-block;
	background: #e37234;
	color: #fff;
	padding: 5px 20px;
}
A.Button:hover, A:hover .Button, .Button A:hover {
	background: #de570e;
	text-decoration: none;
}
/*Template*/
HTML, BODY, #site
{
	height:100%;
}
BODY > #site
{
	height:auto;
	min-height:100%;
}
BODY
{
	font: 16px 'PT Sans', Arial, Verdana, Sans-serif;
	line-height: 20px;
	color: #0b2844;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	position: relative;
}
#site
{
	overflow: hidden;
	background: url(../img/heyden-brackground-neu.png) no-repeat center bottom;
}
/*Head*/
.head
{
	position: relative;
	left: 50%;
	margin-left: -1000px;
}
#logo
{
	background: url(../img/logo-neu.png) no-repeat center top;
	width:251px;
	height:35px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#logo A
{
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN
{
	display: none;
}
/*Allcont*/
.allcont
{
	text-align: center;
	margin-top:35px;
	padding-bottom: 40px;
}
.allcont .inner SPAN{
	color: #e32321;
}
.inner{
	width: 960px;
	margin: 0 auto;
}
/*Foot*/
.foot
{
	font-size: 13px;
	color: #FFF;
	background-color:#0b2844;
	padding: 10px 0;
	margin-top: -40px;
}
.foot A
{
	color: #FFF;
}
#copy
{
	display: inline;
	padding-right: 250px;
}
#webdesign
{
	display: inline;
	padding-right: 70px;
}
/*Special*/
.allcont TABLE
{
	margin: 0 auto;
	text-align: left;
	font-family: 'PT Sans', Arial, Verdana, Sans-serif;
	font-size:16px;
	line-height: 23px;
}
.allcont TABLE TR TD
{
	padding: 2px 0;
}
.allcont TABLE TD + TD{
	padding-left: 50px;
}
.allcont TABLE IMG{
	width: 17px;
	padding-right: 5px;
}
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}

