body 
{
	padding: 0px;
    margin: 0px;
   
}

.content_table
{
	width:100%;
	/*height: 200px;*/
}

.content_table_uebergang
{
	background-color: #d8d8d8 ;
	width: 1px;
}

.content_table_menu
{
	background-color: #bdbdbd;
	width: 200px;
	vertical-align: top;
	font-family: Arial; 
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.content_table_menu A:link
{
	background-color: #bdbdbd;
	width: 200px;
	vertical-align: top;
	font-family: Arial; 
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.content_table_menu A:visited
{
	background-color: #bdbdbd;
	width: 200px;
	vertical-align: top;
	font-family: Arial; 
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.content_table_menu A:active
{
	background-color: #bdbdbd;
	width: 200px;
	vertical-align: top;
	font-family: Arial; 
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

.content_table_menu A:hover
{
	background-color: #bdbdbd;
	width: 150px;
	vertical-align: top;
	font-family: Arial; 
	font-size: 12px;
	color: #007022;
	text-decoration: none;
}

.content_table_text
{
	padding-left: 10px;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
}

.content_table_text A:link
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.content_table_text A:visited
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.content_table_text A:active
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.content_table_text A:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #007022;
}

.content_bg
{
	background:url('../images/bgcontent.jpg') no-repeat;
	/*height:250px*/
}



