body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #D7D3D9;
	color: #800000; /*#FF6600;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active
{
	color: #FF6600;
}

IMG
{
	border: none;
}

table, tr
{
	font-size: 14px;
}

a.MenuOn
{
	Color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

a.MenuOff
{
	Color: #FF6600;
	text-decoration: none;
}

a.MenuOff:hover
{
	Color: #CCCCCC;
	text-decoration: none;
}

TH.Klein
{
  FONT-FAMILY: Verdana,Arial,Helvetica;
  FONT-SIZE: 10px;
  FONT-WEIGHT: bold;
  white-space: nowrap;
}

TFOOT TD
{
	FONT-SIZE: x-small;
}

#logo
{
	position: fixed;
	top: 10px;
	left: 10px;
	height: 90px;
	width: 208px;
	background-image: url("Images/Design2/som.png");
}

#menu
{
	position: fixed;
	top: 120px;
	left: 10px;
	height: 100%; 
	background-image: url("Images/Design2/leer.jpg");
	background-repeat: repeat-y;
	border-collapse: collapse;
}

#menu table
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content
{
	position: absolute;
	top: 55px;
	left: 220px;
	right: 15px;
	background-image: none;
	z-index: 100;
	/* width: 100%; */
}

#contentornament 
{ 
	background-image: url('Images/som_ornament_ro.jpg'); 
	background-repeat: no-repeat;
	background-position:right top;
}

.error { color: red; font-size: large; }

.zeitung
{
	text-align: right;
	font-weight: bold;
}
.zeitungstext
{
	text-align: justify;
}

.trenner
{
	text-align: center;
	background-position: center;
	background-image: url("Images/trenner.gif");
	background-repeat: no-repeat;
	padding: 20px;
}

#menutxt
{
	position: absolute;
	top: 10px;
	left: 250px;
	text-decoration: none;
	/*background-color: #CC0000; */
	/* width: 100%; */
}

#menutxt a.MenuOn
{
	Color: red;
	font-weight: bold;
}

#menutxt a.MenuOff
{
	Color: #880000;
}

#menutxt a.MenuOff:hover
{
	Color: red;
}

td.presse
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

@media print
{
	#menu, #menutxt, #logo, .noprint
	{
		display: none;
	}
	#content
	{
		position: static;
		left: 1cm;
		top: 1cm;
		background-color: white;
		color: black;
	}
	#contentornament
	{
		background-image: none;
	}
	aasdfbody
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0px;
		background-color: white;
		color: black;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}


