/*

  Helens Webstudio  http://www.helenswebstudio.nl
  Copyright (c) Helens Webstudio

  $Bestandsnaam: stylesheet.css
	
*/

BODY {
    background-color: #FFFFFF;
	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #878787}

.main {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5; 
	color: #878787}

a:link {
	color: #ff6207;
	text-decoration: none}
			
a:visited {
	color: #ff6207;
	text-decoration: none}
				
a:active {
	color: #ff6207;
	text-decoration: none}
			
a:hover {
	color: #ff6207;
	text-decoration: underline}
	
.headermenu{
	font-size: 15px;
	font-weight: bold;
	color: #545454}

a.headermenu:link {
	color: #545454;
	text-decoration: none}
	
a.headermenu:active {
	color: #545454;
	text-decoration: none}
	
a.headermenu:visited {
	color: #545454;
	text-decoration: none}
	
a.headermenu:hover {
	color: #ff6207;
	text-decoration: none}

.small {
	font-size: 11px;
	color: #b7b7b7}

a.small:link {
	color: #b7b7b7;
	text-decoration: none}
	
a.small:active {
	color: #b7b7b7;
	text-decoration: none}
	
a.small:visited {
	color: #b7b7b7;
	text-decoration: none}
	
a.small:hover {
	color: #2491c9;
	text-decoration: none}

.footer {
	font-size: 11px;
	color: #808080}

a.footer:link {
	color: #808080;
	text-decoration: none}
	
a.footer:active {
	color: #808080;
	text-decoration: none}
	
a.footer:visited {
	color: #808080;
	text-decoration: none}
	
a.footer:hover {
	color: #ff6207;
	text-decoration: none}

.titel {
	font-size: 24px;
	color: #404040}

.subkop {
	font-size: 15px;
	font-weight: bold;
	color: #2491c9}
	
.btn {
  font-family: Lucida Grande, Trebuchet MS, Arial;
  font-size: 13px;
  color: #FFFFFF;
  background-color: #ff6207;
  border: 0;
  cursor: hand}

.INPUT {
  font-family: Lucida Grande, Trebuchet MS, Arial;
  font-size: 13px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid;
  border-top-color: #cbcbcb;
  border-left-color: #cbcbcb;
  border-right-color: #cbcbcb;
  border-bottom-color: #cbcbcb}

.TEXTAREA {
  font-family: Lucida Grande, Trebuchet MS, Arial;
  font-size: 13px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid;
  border-top-color: #cbcbcb;
  border-left-color: #cbcbcb;
  border-right-color: #cbcbcb;
  border-bottom-color: #cbcbcb}
  
  span.linkspan {
  cursor: hand;
  cursor:pointer;
}
