/* Style for http://www.chris-schuster.com */

/*
    (c) 8 May 2005 by Chris Schuster cs_1ATgmxDOTde
	(c) 17 Sept 2015
*/




body {

	margin: 0;
	padding: 2px 2px 2px 12px;
	font-family: sans-serif;
	color: black;
	font-size: 16px;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;



}


  
a:link img, a:visited img
{
    border-style: none;
    border-color: #727272;
    background: silver;
    border-width: 2px;
} 

a:link img.nobackground, a:visited img.nobackground
{
	border-style: none;
  background-color: transparent;
} 


a:link {
  color:#FF9933;
  text-decoration:none;

  }
a:visited {
  color:#DD8811;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;

  }
a:active {
  color: #C00;
  text-decoration:none;
}

a.largeorange {
  font:120%/1.4em Verdana;
  font-weight: bold;
  letter-spacing:.2em;
  text-transform:none;
  color:#FF9933;
  text-align:left;
}


img {
	border-style: none;
    /*border-style: solid;
    border-color: silver;
    background: #e7e7e7;
    border-width: 2px;*/
}


img.nobackground {
	border-style: none;
  background-color: transparent;
 }


#nav {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#main_content {
	float: left;
	width: 98%;
}
 
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav ul li ul {
    list-style-type: none;
    margin-left: 10px;
}

#beetle {
	display: none;
}
 
.noborder {
    border-style: none;
}

p.copyright {  font-size: small; color: #000000; background:  #cee2e2}

h1 {
	line-height: 120%;
	font-size: 1em;
}

h2 {
  margin:1.5em 0 .5em;
  font:24px;
  /*text-transform:uppercase;*/
  color:#FF9933;
  text-align:left;
}


td{
	vertical-align: top;
	border-style: none;
	padding: 2px;
}

td.borderless  {
	vertical-align: top;
	border-style: solid;
	border-color: silver;
	border-width: 2px;
	padding: 2px;
}


table {
	border-style: none;
}

table.withborder {
	border-collapse:collapse;
	border-style: solid;
	border-color: silver;
	border-width: 2px;
}

hr {
	border-style: solid;
	border-color: silver;
	border-width: 2px;

}

.imgfooter {
	font-size: small;
	font-style: italic;
}

.header_large {
	font:120%/1.4em Verdana;
	font-weight: bold;
	/*text-transform:uppercase;*/
	letter-spacing:.2em;
	color:#FF9933;
	text-align: left;
}

.header_medium {
	font:130%/1.4em Verdana;
	font-weight: bold;
	color:#000000;
	text-align: left;
	padding-top:0em;
}

.header_normal {
	font:100%/1.4em Verdana;
	font-weight: bold;
	color:#000000;
	text-align: left;
	padding-top:0em;
}



.button {
  background: #FF9933;
  color: #000000;
  font:100%/1.4em Verdana;
  border: solid 1px #339900;
}

.formelement {
  font:70%/1.4em Verdana;
  color:#000000;
  border: solid 1px #339900;
}


@media only screen and (min-width: 600px) {

	body {
		background-image: url(http://www.chris-schuster.com/images/plant1.jpg);
		
		 padding: 10px 10px 20px 70px;
	}
	
	h1 {
		font-size: 2em;
	}
	
	#beetle {
		display: inline;
	}
	
	#main_content {
		width: 80%;
	}
}



