/* =================================================
Stylesheets fuer das Projekt 0208_herbstpokal BASIC
Farbtupfer: #FF9933;
==================================================*/
* {
  padding: 0;
  /*Grundzustand erzwingen*/
  margin: 0;
  /*Grundzustand erzwingen*/
  border: 0;
  box-sizing: border-box;
}

html, body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  color: #353434;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

a {
  color: #353434;
  text-decoration: none;
  border-bottom: 1px dotted #353434;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #353434;
}

a:hover {
  color: #353434;
  text-decoration: underline;
  color: #fff;
}

a:active {
  text-decoration: none;
  border-bottom: 1px dotted #353434;
}

a:focus {
  text-decoration: none;
  border-bottom: 1px dotted #353434;
}

.link_ohne {
  border: none !important;
  background: none !important;
}

h1 {
  font-size: 225%;
  font-weight: normal;
  display: block;
  margin: 0 0 2rem 0;
}

h2 {
  font-size: 175%;
  font-weight: normal;
  display: block;
  margin: 2rem 0 1rem 0;
}

h3 {
  font-size: 150%;
  font-weight: normal;
  display: block;
  margin: 1rem 0 0.5rem 0;
}

h6 {
  font-size: 115%;
  font-weight: normal;
  display: block;
  margin: 2rem 0 0.5rem 0;
}

table {
  width: 100%;
}

td {
  vertical-align: top;
  padding: 0.25rem 0;
}

th {
  border: 1px solid #003366;
  background-color: #D3DCEE;
  padding: 0.5rem;
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0 0 1rem 0;
}

hr {
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #C7E2F5;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0.5rem 0;
  width: 35%;
  vertical-align: top;
}

input {
  width: 50%;
  margin: 0 0 1rem 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0.5rem;
}

input:focus {
  background-color: #FF9933;
}

input[type=submit] {
  width: auto;
}

img {
  vertical-align: bottom;
}

textarea {
  height: 15rem;
  width: 50%;
  margin: 0 0 1rem 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0.5rem;
}

select {
  max-width: 45%;
  margin: 0 0 1rem 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0.5rem;
}

textarea:focus {
  border: 1px solid #FF9933;
}

ul {
  margin: 0 0 0 1rem;
  padding: 0;
  list-style-image: url(../herbstpokal_segeln_schwerin/arrow_right.gif);
}

ol {
  margin: 0 0 0 1rem;
  padding: 0;
}

li {
  margin: 0 0 0.5rem 0;
}

.captcha {
  width: 80px;
  height: 35px;
}

/*# sourceMappingURL=basic.css.map */
