div.menu
{
	position: fixed;
	width: 99px;
	top: 86px;
	left: 0px;
	background-color: #d1d9f4;
	border-style: solid;
	border-color: #275fa4;
	border-width: 0px;
	border-right-width: 1px;
	padding: 10px;
	height: 100%;
}

div.content
{
	position: absolute;
	top: 10px;
	left: 140px;
	right: 10px;
}

body
{
	font-family: sans-serif;
	font-size: 13px;
	background-color: #dfe5ec;
	background-image: url(media/menu-top.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

a.menuEntry
{
	color: #343467;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

a.menuLangEntry
{
	color: #343467;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 85%;
}

a:hover
{
	text-decoration: underline;
}

.vertBreak
{
	clear: both;
	height: 10px;
}

h4
{
        text-align: center;
}

h3
{
	text-align: center;
}

h2
{
	text-align:center;
}

p
{
	text-align: justify;
}

