body {
	background: #EBEBEB;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
}



.tbl {
	background: #EBEBEB;
	color: #999999;
}

/********DOCS************/
.title {
	font-size: 12px;
	font-weight: bold;
}
.title1 {
	font-size: 18px;
}

.title2 {
	font-size: 18px;
}
.title3 {
	font-size: 12px;
	font-weight: bold;
}

.text {
	font-size: 12px;
	line-height: 18px;

}


/*schriftfarbe auf weiss*/
td {
	font-size: 12px;
	color: #777777;	
}

/*passiv*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

/* Aktive Links */
a.aktiv:link {
	color: #333333;
	text-decoration: none;
}
a.aktiv:visited {
	color: #333333;
	text-decoration: none;
}
a.aktiv:hover {
	color: #333333;
	text-decoration: none;
}
a.aktiv:active {
	color: #333333;
	text-decoration: none;
}

/* unterstrichen */
a.underline:link {
	color: #666666;
	text-decoration: underline;
}
a.underline:visited {
	color: #666666;
	text-decoration: underline;
}
a.underline:hover {
	color: #666666;
	text-decoration: underline;
}
a.underline:active {
	color: #666666;
	text-decoration: underline;
}

/*****NAV LINK****************/
a.nav:link
	{
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	}
a.nav:visited
	{
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	}
a.nav:hover
	{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	}

/*****NAV LINK****************/
a.nav_aktiv:link
	{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	}
a.nav_aktiv:visited
	{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	}
a.nav_aktiv:hover
	{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	}



/**************************************
 produkte_uebersicht.php
**************************************/

.uebersicht_groups {
	/*padding: 1px;*/
	background:  #EBEBEB;
	font-size: 12px;
	color: #999999;
}

.uebersicht_subgrouptable {
	/*padding: 1px;*/
	background: #EBEBEB;
	font-size: 12px;
	color: #999999;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
}

.uebersicht_textfeld {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
	height: 16; width: 118;
}

.uebersicht_button {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
}




/**************************************
 ausstellung.php
**************************************/


.ausstellung_borderleftbottom {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
	background: #EBEBEB;
	color: #999999;
}

.ausstellung_borderleftbottom_white {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
	background: white;
	color: #999999;
}


/**************************************
 produkte_gruppe.php
**************************************/


.gruppe_borderleft {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	background: #EBEBEB;
	color: #999999;
}

.gruppe_borderleftright {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-right-width:3px;
	border-right-style:solid;
	border-right-color:white;
	background: #EBEBEB;
	color: #999999;
}


.gruppe_border {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-right-width:3px;
	border-right-style:solid;
	border-right-color:white;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
	background: #EBEBEB;
	color: #999999;
}

.gruppe_border_white {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-right-width:3px;
	border-right-style:solid;
	border-right-color:white;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
	background: white;
	color: #999999;
}

.gruppe_borderleftbottom {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
	background: #EBEBEB;
	color: #999999;
}

.gruppe_borderleftbottom_white {
	border-left-width:3px;
	border-left-style:solid;
	border-left-color:white;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:white;
	background: white;
	color: #999999;
}


.gruppe_table {
	background: #EBEBEB;
	color: #999999;
}

/***********************************************************************
 produkte_detail.php 
***********************************************************************/

body.detail {
	background: white;
	font-family: verdana,arial,helvetica;
	font-size: 12px;

}

.detail_table_text {
	background: #EBEBEB;
	color: #999999;
}


.detail_table {
	background: #EBEBEB;
	color: #999999;
}
/***********************************************************************
 kontakt.php 
***********************************************************************/
.kontakt_textfeld {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
	height: 16; width: 203;
}

.kontakt_plz {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
	height: 16; width: 59;
}
.kontakt_ort {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
	height: 16; width: 140;
}

.kontakt_textarea {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
	height: 121; width: 203;
}
.kontakt_pulldown {
	/*FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	border: none;*/ 
}
.kontakt_button {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #999999;
	border: none; 
	background: #EBEBEB;
}

/***********************************************************************
 Admintool: admin.php, groupform.php,productform.php,subgroupform.php
 ***********************************************************************/
a.admin:link {
	color: #666666;
	text-decoration: none;
}
a.admin:visited {
	color: #666666;
	text-decoration: none;
}
a.admin:hover {
	color: #333333;
	text-decoration: none;
}
a.admin:active {
	color: #666666;
	text-decoration: none;
}


.admin_white {
	background: #EBEBEB

}

.admin_whitebold {
	background: #EBEBEB;
	font-weight: bold;
	color: #666666;
}


.admin_check {
	background: white;
	color: #666666;
}

.admin_checkbold {
	background: white;
	font-weight: bold;
	color: #666666;
}


.admin_table {
	font-size: 12px;
	color: #666666;
	background: #EBEBEB;
}

.admin_table_header {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background: #EBEBEB;	
}



.admin_textfeld {
	FONT-FAMILY: verdana; FONT-SIZE: 12px; 
	color: #777777;

