/* Angaben für body */
body      { margin-left: 0pt; margin-right: 0pt; margin-top: 0pt }

/* Linkfarben */
a:link    { color: #AA0000; text-decoration: underline }
a:visited { color: #333333; text-decoration: underline }
a:active  { color: #FF0000; text-decoration: underline }

h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,p,small
{
	font-family:Arial,Helvetica,sans-serif;
}

h1 
{
	font-size: 175%;
	color: #E12523;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 3px;
}


h2
{
	font-size:     150%;
	line-height:   120%;
	font-family: Arial,Helvetica,sans-serif;
	color:      #666666;
}


/* div#content table tr td { font-size: 85%; } */
small					{ font-size: 85%; }
small.impressum			{ font-size: 70%; }

td.start-spacer  { background-color: #FFFFFF; }
td.start-content { background-color: #FFFFFF; }

td.aktuell	{ font-size: 80%; line-height: 110%; border-left: 1px solid black; padding-left: 15px; }
td.content	{ font-size: 80%; line-height: 140%; }



/* td			{ font-size: 85%; line-height: 140%; } */
b,strong	{ font-weight: bold; }

ul			{ padding-left: 8px; margin-left: 8px; }
li			{ padding: 0px 0px 9px 0px; }




div.hr
{
	width:     100%;
	height:    12px;
	font-size:  2px;
	margin:    12px 0px  0px 0px;
	padding:    0px 0px  0px 0px;
	border-top: 2px solid #666666;
/*	border-bottom: 1px solid blue; */
}

a.text-aktuell, a.text-aktuell:visited
{
	font-size:   110%;
	font-weight: bold;
	font-style:  italic;
	color:       #666666;
	text-decoration: none;
}

a.text-aktuell:hover
{
	text-decoration: underline;
}

img.logo-aktuell
{
	border: 1px solid gray;
	margin-top: 3px;
	margin-bottom: 30px;
}


/* CSS-Ersatz für <nobr> */
.nowrap
{
	white-space: nowrap;
}

