/* 
	Default values
*/
body { 
 background-color: #eee8aa; 
 background-image: url(../images/Parisbild2.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 margin-left: 20px; 
 margin-right: 40px; 
 margin-top: 20px; 
 font-size: 12px; 
 font-family: Courier New, Courier, mono;
 color: #FF9933;
}

/* 
	Links
*/
a:link  { 
 color: #ff9933; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
 font-family: Courier New, Courier, mono;
}

a:visited { 
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
 font-family: Courier New, Courier, mono;
}

a:active { 
 color: #ff9933; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline;
 font-family: Courier New, Courier, mono; 
}

a:hover { 
 color: #999999; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
 font-family: Courier New, Courier, mono;
}

/*  
	Navigational links in the header  (next/previous month)
*/
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ff9933;
 font-family: Courier New, Courier, mono;
 font-size:   12px; 
 font-weight: bold;
 text-decoration: none;
} 
.navlinks a:link    { color:  #ff9933; text-decoration: underline;}
.navlinks a:visited { color:  #990000; text-decoration: underline;}
.navlinks a:active  { color:  #ff9933; text-decoration: underline;}
.navlinks a:hover   { color:  #999999; text-decoration: none;}


/*  
	Days of the month  
*/
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: Courier New, Courier, mono;
 font-size:   12px;
 color:       #990000;
}
.monthdays a:link    { color:  #ff9933; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #990000; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #ff9933; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #999999; text-decoration: none;font-weight: bold;}


/*  
	Header text  
*/
.header {
 font-family: Courier New, Courier, mono;
 font-size:   12px;
 color:       #ff9933;
 font-weight: bold;
}

/*  
	Days of the week  
*/
.weekdays {
 font-family: Courier New, Courier, mono;
 font-size:   12px;
 color:       #ff9933;
 font-weight:  bold;
}

/*  
	Text in the day fields of the calendar (member names, event titles, etc.)
*/
.member, .member a:link, .member a:active, .member a:visited, .member a:hover{ 
 color:       #ff9933;
 font-family: Courier New, Courier, mono;
 font-size:   12px; 
 font-weight: bold;
} 
.member a:link    { color:  #ff9933; text-decoration: underline;}
.member a:visited { color:  #990000; text-decoration: underline;}
.member a:active  { color:  #ff9933; text-decoration: underline;}
.member a:hover   { color:  #999999; text-decoration: none;}

/* 
	Input form at the bottom of the calendar 
*/
input {
 font : bold 11px/12px Courier New, Courier, mono;
 border : 1px solid #999999;
 color : black;
 background-color : #ffffff;
 margin-top: 2px;
 margin-bottom: 2px;
}

/* 
	Color change when you put your cursor in the form field.
*/
input:focus {
 background-color : #ffffff;
}

/* 
	Submit button
*/
input.button {
 color : #000000;
 background-color : #eee8aa;
 font-family: Courier New, Courier, mono;
}
