/* --- Schrift ---------- */
html,
body
{
	height: 100%;
}
body
{
	font-size: 100.01%;
}

body,
input,
textarea
{
	font-family: Verdana,Arial,Helvetica,Geneva, sans-serif;
}
/* --- Farben -------- */
html,
body
{
	/*background-color: #ffffff;*/
}

div.mainContent p.text
{
	color: #ff0000;
}


/* --- Groessen --------- */
#overall
{
	width: 63.75em;
}

#flashcontent
{
	height: 100%;
	border: none;
}

/* --- Abstaende --------- */
body,
form
{
	margin: 0;
}
body
{
	padding: 0;
}


/* --- Border --------- */
img
{
	border: 0em;
}


/* --- Positionierungen --------- */
#overall,
#mainarea,
div.mainContent
{
	position: relative;
}
	
#leftnav
	{
	float: left;
	}

/* --- Ausrichtungen --------- */
img
{
	vertical-align: top;
}

div.mainContent table.ulTable td,
div.mainContent table.contentTable td
{
	vertical-align: top;
}	

/* --- Listen --------- */
#topnav,
#leftnav,
#leftnav ul
	{
	list-style: none;
	}

/* --- Textformatierungen --------- */
span.bold
{
	font-weight: bold;
}

span.underline
{
	text-decoration: underline;
}
	
span.italic
{
	font-style: italic;
}

/* --- Sichtbarkeit --------- */
hr
{
	display: none;
}

/* --- Spezielles ------------*/

#directaccess
	{
	position: absolute;
	top: 0em;
	left: -10em;
	width: 1em;
	height: 1em;
	overflow: hidden;
	}
