@import url("fonts.css");


/**
 * reset
 */

center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100.01%;
  font-family: inherit;
  font-variant: inherit;
  vertical-align: baseline;
}

body { overflow-y: scroll; } /* ie lte8 zurueckstellen (def in iehacks.css)  */

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
  outline: 0;
}

body {
  line-height: 1em;
}

ol, ul {
  list-style: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
  display: block;
  height: 1px;
  border: 0;	
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
	vertical-align:middle;
}

ul, ol, dl {
  position: relative;
}


/**
 * font
 */

body,
input,
textarea,
select,
button {
  font-family: 'TitilliumText25L400wt', sans-serif; 
}

input,
textarea,
select,
button {
  font-size: 100%;
}

/**
 * general
 *
 */

body { 
  background: rgb(250,250,250);
  color: rgb(72,72,72);
  font-size: 87.5%;
	font-weight: 300;
	margin: 0 0 30px;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}

address,
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 1em;
}

a {
	color: rgb(72,72,72);
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover {
  color: rgb(4,128,34);
}

.all {
	margin: 0 auto;
	text-align: left;
	width: 600px;
}

.display {
  background: rgb(238,236,236);
  font-size: 114.29%;
  padding: 33px 60px 15px;
}

.home .display {
  text-align: center;
}

h1 {
  margin: 130px 0 7px;
}

h1 a {
  background: url(../interim-img/reys-inter-active-logo.jpg) no-repeat 0 0;
  display: block;
  height: 103px;
  text-indent: -1000em;
}

h1 a:hover {
  opacity: .7;
}

h2 {
  font-size: 131.25%;
  font-family: 'TitilliumText25L800wt';
  margin-bottom: 4px;
}

.footer {
  text-align: center;
}