@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #b2cae9;
	color: #000000;
	font: 14px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

p {
	text-align: justify;
	margin: 5px 5px 10px 5px;
	padding: 0px;
}

p.headline_small {
	font-weight: bold;
}

p.headline_xsmall {
	font-weight: bold;
	font-style: italic;
}

p.headline_xxsmall {
	font-style: italic;
}

p.headline_normal {
	font-weight: bold;
}

pre {
	margin: 5px 5px 10px 5px;
	padding: 0px;
}

a {
	color: #4f4f4f;	
}

table.template {
	width: 100%;
}

table.template td {
	padding: 5px;
	vertical-align: top;
}

table.template td.header {
	height: 112px;
	padding: 0px;
	background-image: url(../IMAGES/header_background.png);
	border-bottom: solid 1px black;
}

table.template td.navigation {
	width: 250px;
	background-color: #ffffff;
}

table.template td.content {
	width: 100%;
	background-color: #ffffff;
}

table.template td.content table {
	margin: 5px 5px 10px 5px;
	padding: 0px;
}

table.template td.footer {
	text-align: center;
	border-top: solid 1px black;
	color: #4a4a50;
}

table.template td.footer p {
	text-align: center;
}

table.navigation {
	width: 120px;
}

table.navigation td.headline {
	font-weight: bold;
}