/* styles.css
** CSS for http://www.gastroprofi.de
** 2003-08-06 by Zardos <info@w-4.de>
** W-4 GmbH, Ravensburg 88212, Germany
**
** Colors:
** blue		#00007C
** orange	#FD9C2B
** gray		#EEECED
*/

/* Headings */
h1			{ font-family: Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #00007C; font-weight: bold; }
h2			{ font-family: Arial,Helvetica,Sans-Serif; font-size: 16pt; color: #00007C; font-weight: bold; }
h3			{ font-family: Arial,Helvetica,Sans-Serif; font-size: 14pt; color: #00007C; font-weight: bold; }
h4			{ font-family: Arial,Helvetica,Sans-Serif; font-size: 12pt; color: #00007C; font-weight: bold; } 
h5			{ font-family: Arial,Helvetica,Sans-Serif; font-size: 10pt; color: #00007C; font-weight: bold; }
h6			{ font-family: Arial,Helvetica,Sans-Serif; font-size: 8pt;  color: #00007C; font-weight: bold; }

/* Text */
body		{ font-family: Arial,Helvetica,Sans-Serif; font-size: 10pt; color: #000000; }
.bodytext	{ font-family: Arial,Helvetica,Sans-Serif; font-size: 10pt; color: #000000; }
p		{ font-family: Arial,Helvetica,Sans-Serif; font-size: 10pt; color: #000000; }
.small		{ font-family: Arial,Helvetica,Sans-Serif; font-size: 8pt; }
.impressum	{ font-family: Arial,Helvetica,Sans-Serif; font-size: 8pt; margin-left: 10px; padding-left: 10px; padding-right: 10px; width: 150px; }

.maintable { 
margin-top: 15px; 
margin-left: 15px;
padding-right: 50px;
padding-left: 15px;
font-size: 10pt;
padding-bottom: 15px;
color: black;
padding-top: 15px;
font-family: Arial,Helvetica,Sans-Serif;
}

.formtable { 
font-size: 10pt;
color: black;
font-family: Arial,Helvetica,Sans-Serif;
}

a		{ text-decoration: none; color: #FD9C2B; }
a:active	{ text-decoration: underline; color: #FD9C2B; }
a:visited	{ text-decoration: none; color: #FD9C2B; }
a:hover		{ text-decoration: underline; color: #FD9C2B; }


a.menu { 
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 10pt; 
	display: block; 
	margin-top: 5px; 
	margin-left: 10px;
	text-align: left; 
	width: 200px;
	background-color: White;
	border-style: solid; 
	border-width: 1px; 
	padding: 2px;
}

a.menu:link {
	color:#00007C; 
	text-decoration:none;
}

a.menu:visited { 
	color:#00007C;
	text-decoration:none;
}

a.menu:hover {
	color:#FD9C2B; 
	text-decoration:none;
}

a.menu:active {
	color:#FD9C2B; 
	text-decoration:none;
}

a.submen {
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size:10pt; 
	text-align:left; 
	padding-left: 15px;
	text-decoration: none;
} 

a.submen:link {
	color: #00007C;
}

a.submen:visited {
	color: #00007C;
}
a.submen:hover {
	color: #FD9C2B;
}
a.submen:active {
	color: #FD9C2B;
}

span.submen {
	color: #000000;
}



