/*Gestaltung der Links*/

a:link { text-decoration: none; color: #E0E0E0; }
a:visited { text-decoration: none; color: #E0E0E0; }
a:hover { text-decoration: underline; color: #E0E0E0; }
a:active { text-decoration: none; color: #E0E0E0; }


.head
{
	font-size: 25px;
	font-weight: bold;
	color: #E0E0E0;
	line-height: 25px;
	font-family: serif,Courier New,Courier;
}

.logo
{
	width:120; 
	height:74;
}

.imgbig
{
	width:500; 
	height:375;
	text-align:center;
}

.body 
{
	background-color: #2B2B2B; 
	color: #F0F0F0;
	/*alink=#C0C0C0;*/
}

.tbl-format
{
	border:0;
	/*cellspacing:0;
	cellpadding:0;*/
	width:100%;
}

.tbl-Galerie
{
	border:0;
	width:100%;
	
	
}

.cell-Logo
{
	/*align:left; */
	width:100;
}

.cell-Head-Text
{
	vertical-align:middle;
	text-align:center;
}

.cell-Bottom
{
	vertical-align:middle;
	text-align:center;
}

.cell-Galerie
{
	width:100%;
}

.Galerie-Thumb
{
	/*max-height:100px;
	
	max-width:100px;*/
}

/*Normaler Menupunkt*/
.menu
{
	font-size: 14px;
/*	color: #F0F0F0;*/
	line-height: 25px;
	font-family: sans-serif,Courier New,Courier;
}

/*Aktueller gewählter Menupunkt*/
.menu_activate
{
	font-size: 14px;
	font-weight: bold; 
	/*color: #F5F5F5;*/
	line-height: 25px;
	font-family: sans-serif,Courier New,Courier;

}

/*Untergestellte Menupunkte (Kontakt Impressum)*/
.menu_passiv
{
	font-size: 12px;
	color: #909090;
	line-height: 25px;
	font-family: sans-serif,Courier New,Courier;
}

/**/
#menu_spalte
{
	width: 150px;
}
#inhalt_spalte
{
	width: 500px;
}


.text
{
	font-size: 12px;
	/*color: #C0C0C0;*/
	line-height: 14px;
	font-family: Verdana,Arial,Helvetica;
}

.texthigh
{
	font-size: 16px;
	/*color: #C0C0C0;*/
	line-height: 18px;
	font-family: Verdana,Arial,Helvetica;
}

.textlow
{
	font-size: 10px;
	color: #808080;
	line-height: 10px;
	font-family: Verdana,Arial,Helvetica;
}

.inactive
{
	color: #808080;
}




