/*--------------------- LINK STYLESHEETS ---------------------*/
a:link {
	/*color:#013893;   -- blue color*/
	color:#1d440a;
	font-weight:normal;
}
a:visited {
	color:#013893;
	font-weight:normal;
}
a:hover {
	color:#f00001;
	text-decoration:none;
	font-weight:normal;
}
a.button:link {
	text-decoration:none;
}
a.button:hover {
	text-decoration:none;
}
a.copy:link {
	color:#FFFBF0;
}
a.lang:link {
	/*color:#013893;   -- blue color*/
	font-family:Arial, Helvetica, sans-serif;
	color:#f00001;
	font-weight:bold;
	font-size:12px;
}
a.lang:visited {
	color:#013893;
	font-weight:normal;
}
a.lang:hover {
	color:#f00001;
	text-decoration:none;
	font-weight:normal;
}
/*------------------------------------------------------------*/	

/*--------------------- TEXT STYLESHEETS ---------------------*/
#body {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:19px;
}
#header { 							  /*--used home&off page--*/
	border:1px;
	border-style:dotted;
	border-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#1d440a;
}
#td-text {							  /*--used home&off page--*/
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:70%;
	background-color:#ffffee;
}
#copy {									  /*--copyright sign--*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#FFFBF0;
}
#title {					  /*--used on tours&contact page--*/
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#5ba22b;
	vertical-align:top;
}
#header_title {					/*--used on forms&terms page--*/
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#EEFFDF;
	vertical-align:top;
}
#required {							  /*--used on forms page--*/
	font-size:120%;
	font-weight:bold;
	color:#FF0000;
}
#required_text {					  /*--used on forms page--*/
	font-family:Trebuchet MS,Arial, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:normal;
	color:#FF0000;
}
#terms_body {					 	  /*--used on terms page--*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:20px;
}
#form_text {
	font-size:80%;
	color:#5ba22b;
	line-height:10px;
}
#form_body {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:20px;
	vertical-align:top;
}
#form_header {
	font-size:100%;
	color:#5ba22b;
	line-height:10px;
}
#form_header_deutsch {
	font-size:100%;
	color:#5ba22b;
	line-height:15px;
}
#form_fields {
	font-size:85%;
	line-height:15px;
}
#courses {
	vertical-align:top;
}
/*------------------------------------------------------------*/

/*--------------------IMAGE STYLESHEETS-----------------------*/

#border {
	border-left:1px;
	border-left-style:dotted;
	border-left-color:#000;
	border-right:1px;
	border-right-style:dotted;
	border-right-color:#000;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#000;
	color:#1d440a;
	vertical-align:top;
}
#img {
	border:0px;
}
#image {							/*--used on aboutme page--*/
	border-width:1px;
	border-style:solid;
	border-color:black;
	margin:2px 2px 2px 2px;
}
#web {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#1d440a;
	border:1px;
	border-style:dotted;
	border-color:#1d440a;
	background-color:#ffffcc;
}
#tour {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#1d440a;
	border:1px;
	border-style:dotted;
	border-color:#1d440a;
	background-color:#ffffcc;
}
#line {
	color:#5ba22b;
	height:1px;
	border-bottom:1px;
	border-bottom-style:none;
	margin-left:4%;
}
#course_line {
	color:#5ba22b;
	height:1px;
	border-bottom:1px;
	border-bottom-style:none;
	margin-left:4%;
}
#flags {
	border:1px;
	color:white;
}
/*------------------------------------------------------------*/
