body
{
  color:              #000000;
  background-color:   #ffffff;
#  background-image:   url("../images/background.png");;
#  background-repeat:  repeat-y;
  font-family:        arial;
  font-size:          14pt;
  margin:             0;
  padding:            0;
  text-align: center;
}


td.header_top
{
  color:              #666666;
  background-color:   #cccccc;
  
  font-size:          10pt;
  text-align:         left;
  font-weight: 	  bold;
}

td.header_line
{
  color:              #ffffff;
  background-color:   #cc7b7a;
}


td.redcolumn
{
	background-color: #cc0000;
}

td.redcolumn_sel
{
	background-color: #df5958;
}

td.menuitem
{
	cursor: pointer;
}

td.menuitem_sel
{
	background-color: #bebebe;
}

div.menudot
{
	width: 9px; 
	height: 9px; 
	background-color: #cc0000;
}

div.menudot_sel
{
	width: 9px; 
	height: 9px; 
	background-color: #df595a;
}

div.angebotedot
{
	width: 6px; 
	height: 6px; 
	background-color: #666666;
}

div.menudot_mouseover
{
	width: 9px; 
	height: 9px; 
	background-color: #cccccc;
}

div.menudot_mouseover_sel
{
	width: 9px; 
	height: 9px; 
	background-color: #df595a;
}



td.menutext
{
	color: #cc0000; 
	font-size: 16px; 
	font-weight: bold;
}

td.menutext_sel
{
	color: #df5958; 
	font-size: 16px; 
	font-weight: bold;
}


td.header_menu
{
  color:              #ffffff;
  font-weight:        bold;
  background-color:   #3B75AB;
  font-size:          9pt;
  text-align:         left;
  padding:            2px;
  padding-right:      5px;
}


.error
{
	color: #B62C2C;
	font-weight: bold;
}

.note
{
	color: #000099;
	font-weight: bold;
}

a
{
  color:              #000000;
  background-color:   transparent;
  text-decoration:    none;
}

a:hover
{
  text-decoration:    none;
}

.colored {
  color: #000099;
}

.title {
  color: #000099;
  font-weight: bold;
}

.headline {
  color: #000099;
  font-size: 13pt;
  font-weight: bold;
}

a.menu
{
  color:              #ffffff;
  font-weight:        bold;
  background-color:   #3B75AB;
  font-size:          9pt;
  text-decoration:    none;
}

a.menu:hover
{
  text-decoration:    none;
}

td
{
  font-size:          10pt;
}


td.menu
{
  padding:            2px;
  padding-left:       5px;
}

td.code_border
{
  color:              #000000;
  background-color:   #c0c0c0;
}

td.code
{
  color:              #000000;
  background-color:   #f0f0f0;
}

td.type
{
  font-style:         italic;
}

td.angebote_button
{
	border-width: 2px; 
	border-color: #cd6667; 
	border-style: solid; 
	color: #cc0000; 
	text-align: center; 
	cursor: pointer;
}

input.edit
{
	border-width: 2px;
	border-color: #cd6667;
	border-style: solid;
	background-color: #cccccc;

}

select.edit
{
	border-width: 2px;
	border-color: #cd6667;
	border-style: solid;
	background-color: #cccccc;

}

textarea.edit
{
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	background-color: #cccccc;

}

input.kontakt
{
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	background-color: #cccccc;

}

textarea.kontakt
{
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	background-color: #cccccc;

}



