@charset "UTF-8";
@import url(../content.css);
@media all
{
/*body { background: #ffffff url("../../images/background-forest-bluebells2.jpg") repeat-x top left; padding: 3px 0; }*/
	
	h2 {color: #00674A; border-bottom: 1px dotted #00674A;}   
	       /* 24px */
	h3 { color: #00674A}                        /* 18px */
	a {color: #00674A;}
	a:focus,
	a:hover,
	a:active {color: #00674A; }

	#footer a, 
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {color: #00674A; }

	#topnav a {color: #00674A; }
	#topsearchbox{	color:#ffffff;	}
	#header {
		background-image:none;
	
	}
	
	#themeImage {
		background-position: left;
	}
	
	.gen{
		border:1px solid red;
		margin:0.5em;
	}
	
	.introLink a:hover,
	.introLink a:active,
	.introLink a:focus{
		color:#FF0000;
	}


/*---------------- jason additions from basemode -------------------------*/

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */

  #page{ background: #fff; border: 0px #fff solid; }



  #topnav {
  	position: relative;
	margin-bottom: 1em;
	padding-top:6px;
  }

  #logo{
		height:155px;
		width:186px;
		margin-top:10px;
		margin-left:0pt;
		background-repeat: no-repeat;
  }

