@page
{
	size: portrait;
}

html, body
{
	padding: 4cm 1cm 1cm 1cm;
	margin: 0 auto;
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 17cm;
	text-align:justify;
	max-width: 17cm;
}

a
{
	color: black;
	text-decoration: none;
}

#navi
{
	display: none;
}

#header
{
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 2cm;
	text-align: left;
}

#container
{
	position: absolute;
	top: 0;
	left: 0;
	border: 1pt solid black;
	padding: 1.5cm;
}

#footer
{
	display: none;
}

.picture
{
	border: 1pt solid black;
	float: right;
	width: 450px;
	height: 300px;
	display: none;
}

#pic_referenzen
{
	background: url(img/referenzen.jpg) top left no-repeat;
}

#pic_bio
{
	background: url(img/bio.jpg) top left no-repeat;
}

#pic_angebot
{
	background: url(img/angebot.jpg) top left no-repeat;
}

#pic_institut
{
	background: url(img/institut.jpg) top left no-repeat;
}

#pic_kontakt
{
	background: url(img/kontakt.jpg) top left no-repeat;
}

#pic_impressum
{
	background: url(img/impressum.jpg) top left no-repeat;
}

.validator
{
	display: none;
}
