/* Allgemeines */
body {
color: black;
font-family: Verdana;
font-size: 12px;
text-align: left;
margin: auto;
background: #E0E0E0;
margin-left: 0px;
margin-bottom: 20px;
margin-top: 0px;
vertical-align: top;
}

td {
font-size   : 12px;
font-family : Verdana;
text-align: left;
margin: auto;
background: #FFFFFF;
}

a:link {text-decoration: none; color: #CE3F3F; cursor: pointer; }
a:active {text-decoration: none; color: #CE3F3F; cursor: pointer;  }
a:visited {text-decoration: none; color: #CE3F3F; cursor: pointer; }
a:hover {text-decoration: underline; color: #CE3F3F; cursor: pointer; }

/*input, select, textarea {
 border-color: #BBBBBB;
 background-color: #D2D2D2;
 border-width: 0.1mm;
 color: #000000;
 font-family: Tahoma;
 font-size: 12px;
 font-weight: bold;
}*/

.navi_link:link { color: black; text-decoration: none; }
.navi_link:active { color: black; text-decoration: none; }
.navi_link:visited { color: black; text-decoration: none; }
.navi_link:hover { color: black; text-decoration: underline; }

.switch_1 {
  background: #FFFFFF;
  padding: 5px;
}

.switch_2 {
  background: #F4F4F4;
  padding: 5px;
}

#content {
text-align: left;
}

#navi_left {
text-align: left;
line-height: 20px;
}

#navi_right {
text-align: left;
line-height: 20px;
}

#my_top {
line-height: 15px;
}

#latest_specials {
line-height: 39px;
}

input 
{
	padding: 2px;
	color: #333333;
	border: 1px #BBBBBB solid;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea	
{ 
	padding: 3px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px #BBBBBB solid;
	font-size: 12px; 
	overflow: auto;
}

select
{
  background-color: #FFFFFF;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  border: 1px #BBBBBB solid;
  font-size: 12px;
}
