html
{
	text-align: center;
	font-family: sans-serif;
}


body
{
	width: 900px; height: 600px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}

img
{
	border: 0;
}


div#verschwoerung
{
	float: right;
	margin-right: 4px; margin-top: 4px;
}

div#headline
{
	width: 796px; height: 60px;
	margin-bottom: 10px; padding-right: 100px;
	background-color: #efefef;
	border-width: 2px; border-color: #bababa; border-style: solid;
	text-align: right;
}


div#navigation
{
	float: left;
	width: 180px; height: 570px;
	background-color: #efefef;
	border-style: solid; border-width: 2px; border-color: #bababa;
	padding-left: 10px; padding-right: 10px;
	margin-right: 10px;
}


div#navigation ul
{
	list-style-type: none;
}


div#content
{
	float: left;
	width: 662px; height: 530px;
	background-color: #efefef;
	border-width: 2px; border-style: solid; border-color: #bababa;
	padding-left: 10px; padding-right: 10px;
	padding-top: 20px; padding-bottom: 20px;
	overflow: auto;
	margin-bottom: 10px;
}

div#startpage
{
	float: left;
	width: 876px; height: 210px;
	background-color: #efefef;
	border-width: 2px; border-style: solid; border-color: #bababa;
	padding-left: 10px; padding-right: 10px;
	padding-top: 150px; padding-bottom: 20px;
	overflow: auto;
	margin-bottom: 10px;
}

div#lang_links
{
	width: 200px;
	margin-left: auto; margin-right: auto;
	background-color: #efefef;
	font-size: 16pt;
}

div#footer
{
	clear: both;
	width: 896px; height: 80px;
	text-align: center;
	padding-top: 10px;
	background-color: #efefef;
	border-width: 2px; border-color: #bababa; border-style: solid;
}


hr
{
	width: 90%;
	border-style: solid; border-color: #cbcbcb;
}


A:link, A:visited
{
	color: #000099;
	text-decoration: none;
}


A:hover, A:active
{
	color: #0000ff;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6
{
	font-style: italic;
	color: #000099;
}
