@import url("/css/fonts.css");

* {
  margin: 0px auto;
  line-height: 137%;
}

strong {
  padding: 0px;
  font-size: 11px;
  color: #0c4b88;
}

a {
  text-decoration: none;
  color: #111166;
}

a:hover {
  text-decoration: none;
  /* color: #f28e00; */
  color: #3070b0;
}

body {
/* background: #ffffff url(../images/bg.jpg) repeat-x scroll left top; */
  color: #333333;
  font-family: Verdana,Roboto,sans-serif;
  font-size: 11px;
  text-align: justify;
}

li {
  list-style-image: url(../images/3eck.gif);
}


label {
  padding: 8px 0px;
}
input.input1 {
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  width: 180px;
  float: left;
  height: 15px;
}
input.input2 {
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  width: 180px;
  height: 50px;
  float: left;
}
input.sumbtbtn {
  float: left;
  padding-top: 10px;
}

h1 {
  font-size: 16px;
  word-spacing: 0.3em 
}
h4 {
  font-size: 22px;
  color: #737373;
  font-weight: normal;
}
h5 {
  border-bottom: 1px dotted #343434;
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 15px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #343434;
  font-weight: 100;
}
h6 {
  margin: 0px 0px 10px;
  padding: 0px 0px 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 17px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #343434;
  font-weight: 100;
}

input.button {
  border: 1px solid #000000;
  margin: 0px 5px 5px 0;
  padding: 10px;
  background: #414141 none repeat scroll 0%;
  color: #CCCCCC;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  text-decoration: none;
}
input.button:hover {
  cursor: pointer;
  color: #FFFFFF;
}

.keincundp{
  -moz-user-select:none;   /* Gecko-based, Mozilla */
  -khtml-user-select:none; /* Safari */
  user-select: none;
}

.autor {
display: none !important;
}

/*
$Id: html.css,v 1.7 2011-03-16 09:16:14 dirkw Exp $
vim:tw=100:ts=3:sw=3 
*/
