/*
author / date: josef renner, 9. februar 2010
this is not meant to be a long lasting solution,
rather a temporary attempt to emulate the template used in the subsequent pages.
*/

* {margin: 0; padding: 0;}

#container
{
	margin: 50px 0 0 50px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px; line-height: 16px;
}

a { color:black; text-decoration:none; }
a:hover {font-weight: bold;}
a:visited { color:black; text-decoration:none; }

#logo {
	margin-top: 50px;
	margin-left: 0px;
	height:49px;
	width:170px;


}
.text {
    margin-left: 58px;
	margin-top: 20px;
}

.text p {margin-bottom: 5px;}