/*** Seitenlayout ***/

body
{
	padding: 0 0 0 0;
	margin: 10px 10px 10px 10px;
	border-width: 0;
	border-style: none;
}

#navigation
{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 172px;
	overflow: auto;
	background: #efeff1;
}

.navigation-level-1
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.navigation-level-2
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 1em;
	font-size: 85%;
}

.agg
{
	background: #cc0000;
}

#content
{
	margin: 0 0 0 200px;
	padding: 0 10px 10px 10px;
	width: auto;
}


/*** Tabellen ***/

table, table td, table th
{
	border: solid 1px #888;
	border-collapse: collapse;
}

table td, table th
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

table th
{
	font-weight: bold;
}



/*** Text ***/

em
{
	font-style: italic;
}

p.nosp
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



/*** Überschriften ***/

h1
{
	font-weight: bold;
	font-size: 166%;
}

h2
{
	font-weight: bold;
	font-size: 133%;
	margin-top: 6ex;
}

h3, h4
{
	font-weight: bold;
	font-size: 100%;
	margin-top: 4ex;
	margin-bottom: 2ex;
}


/*** Hyperlinks ***/

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited
{
	color: rgb(208,0,0);
}

a.current, a:link.current, a:visited.current
{
	text-decoration: underline;
	color: rgb(0,0,0);
}

a:hover
{
	text-decoration: underline;
}


/*** Schriftwahl ***/

body, p, table
{
	font: normal 9pt/133% "Verdana", sansserif;
}

li
{
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
}