@import url("fontface.css");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*	---------------------------------------------------------------------- */


html, body {
	font-family:'DINNextLTProRegular';
	font-weight: normal;
	font-size: 20px;
	color: #244063;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}

.clear {
	clear: both;
}

/*	---------------------------------------------------------------------- */
/* 	elements */
/*	---------------------------------------------------------------------- */

#wrapper {height: 480px; width: 100%; min-width: 1024px; background-color: #244063; background-image: url(../content/bg.png); background-repeat: no-repeat; background-position: center;}
header {height: 380px;  width: 1024px;margin: 0 auto; text-align:center; padding: 100px 0 0 0;}
header img {margin-bottom: 100px}

#content {width: 920px; padding: 0 52px; margin: 65px auto 35px auto;}
#left, #right {width: 420px;}
#left {float: left}
#right {float: right}

/*	---------------------------------------------------------------------- */
/* 	fonts // links */
/*	---------------------------------------------------------------------- */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 5px;
	padding: 10px 15px;
	color: #244063;
	background-color: #bacce1;
	-webkit-font-smoothing: antialiased;
}

h2 {
	font-family: 'DINNextLTProMedium';
	font-weight: normal;
}

p {
	margin-bottom: 1.4em;
}

a {
text-decoration: none;
border-bottom: 1px dashed #244063;
color: inherit;
/*background-color: #96a4db;
padding: 5px;*/
-webkit-transition: ease-out;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
-webkit-transition-delay: initial;
-moz-transition: ease-out;
-moz-transition-duration: 0.2s;
-moz-transition-timing-function: ease-out;
-moz-transition-delay: initial;
transition: ease-out;
transition-duration: 0.2s;
transition-timing-function: ease-out;
transition-delay: initial;
}

a:hover {border-bottom-style: solid;}