/* CSS Document */

body {
	background-image: url(art/hatter12.gif);
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*color:#36b9e4;*/
/*  color: #FCBFFB;*/
  color: #FCBFFB;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}

a {
/*  color:#4a849c;*/
  color: #FCBFFB;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
/*    color:#99c0cf;*/
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

a.menu {
  color: #0D1137;
}

a img{
/*  border-color:#4a849c;
  border-style:solid;
  border-width:1px;*/
  border-color:#FFFFFF;
 /* border-style:dashed;*/
  /*border-style:dotted;*/
    border-style:solid;
  border-width:1px;
}

/* galeria */

div.scroll {
  height: 146px;
  width: 580px;
  display: block;
  overflow: auto;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}

.kiemelt, .kiemelt a {
  background-color: #E8D6FF;
  color: #655B88;
  padding: 2px;
  border-color: #AB6BFE;
  border-style: solid;
  border-width: 1px;
}

/* -------------------------------------------------------------------------- */

form#contact {
  padding: 10px 20px 10px 20px;
}

form#contact div {
  float: left;
  padding-bottom: 5px;
}

form#contact div.kiemelt {
  margin-bottom: 20px;
}

form#contact label {
  float: left;
  width: 80px;
  height: 12px;
  display: block;

  background-color: #E8D6FF;
  color: #655B88;
  padding: 3px;
  border-color: #AB6BFE;
  border-style: solid;
  border-width: 1px;
}

form#contact input, form#contact textarea {
  float: right;
  width: 450px;
/*
  background-color: #000000;
  color: #AAAAAA;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
*/
  background-color: #E8D6FF;
  color: #655B88;
  border-color: #AB6BFE;
  border-style: solid;
  border-width: 1px;
}

form#contact textarea {
  overflow: auto;
}

form#contact input#submit {
  background-color: #FFFFFF;
  color: #000000;
  width: auto;  
}


