/*
 *	Wiesenser Tiefbau GmbH Stylesheet
 *
 *	Author: Kai Gossel
 *	Company: ActiView GmbH
 *	Company URI: http://actiview.de
 */

*, html { margin: 0; padding: 0; }
html { height: 100%; width: 100%; }

body
{
    background: #FFF;
    color: #4C4C4C;
    font-family: 'Arial',Helvetica Neue,Helvetica,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#wrapper
{
	height: auto;
	left: 50%;
	margin: -95px 0 0 -200px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 400px;
}

#wrapper img
{
	border: 0;
}

#wrapper p
{
	line-height: 22px;
	margin-top: 30px;
}

#wrapper a
{
	color: #446453;
	font-weight: bold;
	text-decoration: none;
}

#wrapper a:hover
{
	text-decoration: underline;
}