html	{
}

body	{
	margin: 0;
	background-color: #d7d4cf;
	/*background-color: #CECAC4;*/
}

body,table	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}

table table	{
	border-collapse: collapse;
}

table table td	{
	/*border: 1px solid white;
	background-color: #eee;*/
}

tr.buffer,td.buffer	{
	/*background-color: magenta;*/
}

tr.buffer	{
	height: 10px;
}

td.buffer	{
	width: 10px;
}

td	{
	font-size: 12px;
}

td.content	{
	line-height: 160%;
}

.left	{
	text-align: left;
}

.right	{
	text-align: right;
}

.top	{
	vertical-align: top;
}

.middle	{
	vertical-align: middle;
}

.bottom	{
	vertical-align: bottom;
}

.title	{
	font-size: 16px;
	font-weight: bold;
}

.subtitle	{
	font-size: 14px;
	font-weight: bold;
}

.small	{
	font-size: 12px;
}

h1,h2	{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin: 0;
	padding: 0;
	display: block;
}

p	{
	margin: 0;
}

img	{
	border: none;
}

ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link,
a:active,
a:visited,
a:hover	{
	font: inherit;
	color: #555555;
	text-decoration: none;
	font-size: 12px;
}

/* navigation_main */
#navigation_main a:link,
#navigation_main a:active,
#navigation_main a:visited,
#navigation_main a:hover	{
	color: #555555;
	font-size: 16px;
}

#navigation_main a:link.ebene1_active,
#navigation_main a:active.ebene1_active,
#navigation_main a:visited.ebene1_active,
#navigation_main a:hover.ebene1_active,
#navigation_main a:hover	{
	color: #ffffff;
}
/* navigation_main */

/* navigation_sub */
#navigation_sub a:link,
#navigation_sub a:active,
#navigation_sub a:visited,
#navigation_sub a:hover	{
	color: #666666;
	display: block;
	font-size: 12px;
}


#navigation_sub a:link.ebene1_active,
#navigation_sub a:active.ebene1_active,
#navigation_sub a:visited.ebene1_active,
#navigation_sub a:hover.ebene1_active,
#navigation_sub a:hover	{
	color: #ffffff;
}
/* navigation_sub */

#foot a:link,
#foot a:active,
#foot a:visited,
#foot a:hover	{
	font: inherit;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#foot a:hover	{
	color: #ffffff;
}

.inactive	{
	font-size: 12px;
}

.sub	{
	font-size: 14px;	
}