/**
 * Style sheet regelwerk
 */
h3
{
	font-weight:normal;
	font-size:24px;
	line-height:24px;
}

h2
{
	font-weight:normal;
	font-size:40px;
	line-height:38px;
}

h1
{
	font-weight:normal;
	font-size:40px;
	line-height:38px;
}

body
{
	padding:50px;
	background-color:#c9d0ce;
	font-family:"Berthold Akzidenz Grotesk BE", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size:18px;
	color: #555555;
	line-height:22px;
	text-transform: lowercase;
}

.X, .X:visited, .X:link
{
	margin-left:2px;
	text-decoration:none;
	color:#FFFFFF;
	text-transform: uppercase;
}

a:link
{
	color: #555555;
	text-decoration: underline;
}

a:visited
{
	color:#8e9090;
}

