/* Element declarations for the textzoom css sample file */
/* For your pleasure from grishan 2005 http://www.dotform.net */

body{
	background-image: url(../pics/hintergrund/bg.gif);
	margin: 0;
	padding: 0;
}


a:link, a:visited, a:hover {
	color: Maroon;
	text-decoration: underline;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3{
font-size: 140%;
}
h4{
font-size: 130%;
}
h5{
font-size: 120%;
}
h6{
font-size: 110%;	
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 18px; 
   font-weight: normal; 
   font-variant: normal; 
   font-style: normal; 
   color: #000000
}
.text_weiss { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: normal; font-variant: normal; font-style: normal; color: #FFFFFF}
.text_maron { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: normal; font-variant: normal; font-style: normal; color: #990000}
.text_menu { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; font-weight: normal; font-variant: normal; font-style: normal; color: #333333; text-transform: uppercase}
.text_GROSS { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: normal; font-variant: normal; font-style: normal; color: #000000 ; text-transform: uppercase}
