/* Style Sheet for *.dietpizza.ch website */


basefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	#background-color: #D0F6CE;
	color:            #FF0000;
}


.sectionTitle{
	font-size: 12px;
	font-weight: bold;
}

.sectionSubTitle{
	font-size: 10px;
	font-weight: bold;
}

.sectionContent{
  color: #B06014;
	background-color: #D0F6CE;
	font-size: 12px;
}

.title{
	font-size: 20px;
	font-weight: bold;
}

.footer{
	font-size: 8px;
}

table{
	background-color: white;
	color:            #000000;
}

/* menu table  */
.menuSection{
	background-color: #D0F6CE;
	color:            #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: nowrap;
  
}

.menuItem{
	background-color: #EFF69E;
	color:            #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: nowrap;
  
}

img{
   hspace="2"; 
}

/* links  */
a{
	font-size: 9px;
}

a:link{
  text-decoration: none;
  background-color: transparent;
  color: black;
}

a:visited{
  text-decoration: none;
  background-color: transparent;
  color: #222222;
}

a:active{
  text-decoration: none;
  background-color: transparent;
  color: black;
}

a:hover{
  text-decoration: underline;
  background-color: transparent;
  color: red;
}



