/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #806401;
	text-decoration:none;
	font-weight:bold;
	}
		
a:hover {
	color: #806401;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #806401;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 10px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}
	
.redstar {color: #990000}

/* Formular*/
form p, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #806401;
	} 


.submit, .reset {
background-color: #EfE8D6; 
border: 1px double #999966;
color: #806401;
	}
	

form {
   width: 400px; 
   padding: 10px;
   border: 1px solid #999966;
   margin: 0;
}


/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #000;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	

.logos {
padding-left: 30px;
	}
	
.kontaktdaten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #806401;
}	

.kontaktdaten input {
	display: inline;
	margin: 3px;
	border: 1px solid #999966;
}

.bestelldaten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #806401;
}	

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #806401;
	display: inline;
	margin: 3px;
	border: 1px solid #999966;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #806401;
	display: inline;
	margin: 3px;
	border: 1px solid #999966;
}


/************** #Eingabe-Fehler styles **************/


.errorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	background-color: #FFFFCC;
} 
.errorTable 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	background-color: #E2E1E1;
} 
