body
{
	background-color: #3B3B3B;
}

#header
{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px;
	background-color: #FFF;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #3B3B3B;
}

#container
{
	background-color: #DCDCDC;
	border: 1px solid #3B3B3B;
}

#content
{
	float: right;
	width: 75%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	min-height: 400px;
	height: 100%;
}

#menu
{
	float: left;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
	background-color: #2A9F95;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #3B3B3B;
	padding-top: 5px;
}

#menu a:link
{
	color: #000;
}

#menu a:visited
{
	color: #000;
}

#menu a:hover
{
	color: #DCDCDC;
}

#vedtaegter
{
	border-collapse: collapse;
}

#vedtaegter td
{
	border: 1px solid #3B3B3B;
	vertical-align: top;
}

#refdate
{
text-align: right;
}

#refgreet
{
text-align: center;
}

#refout
{
text-align: center;
}

.underline
{
text-decoration: underline;
}

.aforisme
{
border: 1px solid #000;
float: right;
width: 30%;
margin: 5px;
padding: 5px;
}

hr
{
	color: #3B3B3B;
}

#footer
{
	text-align: center;
}