/*****************************************************************************************
* Restposten aus Einzelseiten
*****************************************************************************************/
body {
	margin-top: 0px;
	margin-left: 0px;
	font-style: normal;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Stil1 {font-size: 12}
.Stil3 {
	color: #993333;
	font-weight: bold;
}
.Stil4 {font-size: 10px}
.Stil6 {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
}
.Stil8 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.Stil9 {color: #2C6FBE}
.Stil11 {color: #F2E62F}

/*** gleich Stil 3  ****/
h2,h3 {
	font-weight: bold;
	color: #993333;
}


/*****************************************************************************************
* Allgemein
*****************************************************************************************/
td 				{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.smallbold		{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000}
.small			{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000}
.bluebold		{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #00a8ff}

.error		{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ff6600}<br>

.weiss 			{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff}
.whiteheader	{  font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: normal; color: #ffffff}
.whiteheader1	{  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #ffffff}

.red 			{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #cc0000}
.redbold 		{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc0000}

.header1 		{  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000}

.form200 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 200px;}
.form348		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 348px;}

A 				{  font-size: 12px; color: #00a8ff; text-decoration: none; font-weight: normal;}
A:hover 		{  font-size: 12px; color: #00a8ff; text-decoration: none; font-weight: normal;}

A.blacknavi 		{ color: #000000; text-decoration: none; font-weight: normal;}
A.blacknavi:hover 	{ color: #00a8ff; text-decoration: none; font-weight: normal;}

A.black 		{ color: #000000; text-decoration: none; font-weight: bold;}
A.black:hover 	{ color: #000000; text-decoration: underline; font-weight: bold;}

A.linkwhite 		{ color: #ffffff; text-decoration: none; font-weight: bold;}
A.linkwhite:hover 	{ color: #ffffff; text-decoration: underline; font-weight: bold;}

/*****************************************************************************************
* main menu on the left side
*****************************************************************************************/

#leftmenu {
	float:left;
	width: 215px;
	margin: 0;
	padding:0;
	background:url(../img/leftmenu_topedge.gif) top right no-repeat;
}

#leftmenu ul {
	list-style-type:none;
	margin: 25px 0 0 0;
	padding:0;
}

#leftmenu ul li {
	margin:0; 
	padding:0;
	display:inline;
}

#leftmenu ul li a {
	display:block;
	padding: 0.5em 0 0.5em 25px;
}

#leftmenu ul li a.active {
	color:#FFFFFF;
}

#leftmenu ul li ul {
	margin:0;
	background-color:#e9e9e9;
}

#leftmenu ul li ul li a {
	padding: 0.5em 0 0.5em 32px;
}

#leftmenu ul li ul li a.active {
	color:#000000;
}

#leftmenu ul li ul li ul {
	background-color:#f2f2f2;
}

#leftmenu ul li ul li ul li {
}

#leftmenu ul li ul li ul li a {
	padding: 0.5em 0 0.5em 49px;
}



