/* generelle Einstellungen */
body
{
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../gfx/wabe_hell_klein.png);
	background-repeat: repeat;
	background-attachment:fixed;
	margin:0px;
	font-family: verdana,arial,sans-serif;
}

/* Link Farben */
a:link
{
	color:#2A447F;
}
a:visited
{
	color:#2A447F;
}
a:hover
{
	color:#3F66C0;
}
a:active
{
	color:#2A447F;
}

/* Absatz Einstellungen */
p
{
	text-indent:0.5em;
	text-align: justify;
}
p:first-letter
{
	font-weight: bold;
}
div
{
	text-indent:0.5em;
	text-align: left;
}
div:first-letter
{
	font-weight: bold;
}


/* Rahmentabellen */
table.rahmen
{
	background-color: #B6BDB0;
	border-left: solid 2px #B6BDB0;
	border-right: solid 2px #B6BDB0;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	table-layout: fixed;
}

/* Navitabellen */
table.navi
{
	background-color: #FFFFFF;
	border-left: solid 2px #B6BDB0;
	border-right: solid 2px #B6BDB0;
	border-bottom: solid 2px #B6BDB0;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	table-layout: fixed;
	text-align: center;
}

/* Farbe für die R's von CTR */
font.r
{
	color: #DD0000;
}

/* Haupttextfeld */
td.main
{
	background-color:#FFFFFF;
	padding:15px;
	vertical-align:top;
	font-size: 12px;
}

/* Sublinkfeld */
td.navi
{
	border-style: solid;
	border-color: #B6BDB0;
	border-width: 0px 2px 0px 0px;
	background-color:#FFFFFF;
	background-image: url(../gfx/wabe_hell_gross.png);
	vertical-align: top;
	padding: 15px 5px 15px 5px;
	width: 160px; 
}

/* Titelzeile */
td.titel
{
	font-weight: bold;
	padding-left: 4px;
	letter-spacing: 0.2em;
}

/* Sublink Marker */
td.aktiv
{
	border-left: #DD0000 3px solid;
	font-weight: bold;
}
td.inaktiv
{
	border-left: #FFFFFF 3px solid;
	font-weight: bold;
}

/* Textbilder */
img.links
{
	float: left;
	margin: 5px 20px 10px 2px;
}
img.rechts
{
	float: right;
	margin: 10px 2px 10px 20px;
}

/* Datentabelle */
table.daten
{
	font-size: 12px;
	border: solid 2px #B6BDB0;
}

/* Bilderzeilen */
div.pics
{
	text-align: center;
}

/* Aufzählungen */
ul
{
	list-style-type:square;
}


