/* ------------------------------------------------------ */
/* Use imports from the Blueprint CSS Library             */
/* ------------------------------------------------------ */

@import 'lib/reset.css';
@import 'lib/typography.css';

/* ------------------------------------------------------ */
/* Author:   Olaf Bergner                                 */
/* Created:  2008/02/18                                   */
/* ------------------------------------------------------ */

a {
	text-decoration: none
}

#logobox {
    height: 90%;
	padding-top: 150px;
	padding-bottom: 150px;
	vertical-align: middle;
}

img.logo {
    width: 40%;
	height: 40%;
    display: block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	text-align: center;
}

#underconstruction {
	font-size: smaller;
}

#impressumlink {
  font-size: smaller;
	font-weight: bold;
}

#impressumlink:hover {
	color: red;
	text-decoration: none;
}

#impressum {
  padding-top: 30px; 
  font-size: larger;
  text-align: center;
}
