/*Container*/
body, table
{
	background-color: #fff;
	color: #1e1e1e;
	font-size: 12px;
	line-height: 16px;
	font-family: sans-serif;
	margin: 0;
	text-align: center;
}

img
{
	border: 0px;
	border-bottom: none;
}

#container
{
	text-align: left;
	margin: auto;
	width: 686px;
}

#header { padding: 64px 0 36px 206px; }

#navigation
{
	text-align: right;
	float: left;
	width: 170px;
}

#content
{
	float: left;
	width: 455px;
	margin-left: 36px;
}

#counter
{
	font-size:10px;
	color: #BBB;
}

/* Ueberschirften h1*/
h1,h2
{
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

h2 { margin: 32px 0 0 0; }
h1 { padding: 4px 0 0 0; }
p { margin: 8px 0; }

/*Auszeichnungsarten*/
.text_markiert 
{ 
	color: #600000;
	font-style: italic;
}

.text_gross { font-size: 16px; }

.zitat
{
	font-style: italic;
	font-size: 13px;
	font-family: "Times New Roman",Georgia,Times,serif;
}

.kleinschrift { font-size: 10px; }
.ohneabsatz { margin-top: 0; }

/*Listenarten*/
ol,ul
{
	margin: 0;
	padding: 16px 0 16px 0;
}

li
{
	background: url(grafiken/list_knopp.gif) no-repeat 0 3px;
	padding-left: 16px;
	list-style-type: none;
	margin-bottom: 8px;
}

.bildliste { margin: 0 0 0 -3px; }

.bildliste li
{
	background: none;
	float: left;
	padding: 8px;
	margin-bottom: 1px;
}

.bildliste a,.bildliste a:active,.bildliste a:hover { border-bottom: 0px solid; }

.abstandlosliste{
	padding: 0 0 0 0;
}

/*Links auf interne & externe Seiten plus Zustaende*/
a
{
	color: #600000;
	text-decoration: none;
	border-bottom: 1px #600000 dotted;
}

a:hover
{
	color: #b60000;
	border-bottom: 1px #b60000 dotted;
}

a:active
{
	color: #f33;
	border-bottom: 1px #f33 dashed;
}

a.noline {
	text-decoration: none;
	border-bottom: 0px #FFF solid;	
}

/*Links im Header ohne gedottete Linie*/
#header a { border-bottom: none; }

a.intern,a.extern,a.aktiv,p.passiv
{
	line-height: 24px;
	padding-left: 14px;
}

a.intern /**/ { background: url(grafiken/ilink.gif) no-repeat 0 3px; }
a.extern /**/ { background: url(grafiken/elink.gif) no-repeat 0 3px; }
a.passiv /**/ { background: url(grafiken/alink.gif) no-repeat 0 3px; }

a.aktiv, a.aktiv:hover
{
	font-weight: bold;
	text-decoration: none;
	background: url(grafiken/alink.gif) no-repeat 0 3px;
}

a.aktiv:hover /**/ { background: url(grafiken/alink_hover.gif) no-repeat 0 3px; }
a.extern:hover /**/ { background: url(grafiken/elink_hover.gif) no-repeat 0 3px; }
a.intern:hover /**/ { background: url(grafiken/ilink_hover.gif) no-repeat 0 3px; }