/*
Generisches YUM-Stylesheet, dass allgemeine Formatierungen vornimmt
Autor: Steffen Schmidt
Version: 1.0

Hieran keine auftrittsspezifischen Veränderungen vornehmen
*/


/* @group Defaults */
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%; /* 1em equals 10px; 1.3em equals 13px etc. */
  color: #333;
  background-color: white;
  margin: 0;
}
#Content {
  font-size: 1.3em;
  line-height: 1.4em;
}
/* @end */



/* @group Text */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 1.6em;
}
small {
  font-size: 0.85em;
  color: #999;
}
cite {
  font-size: 1.31em;
}
sup {
  font-size: 0.5em;
  vertical-align: super;
}
sub {
  font-size: 0.75em;
  vertical-align: sub;
}
/* @end */



/* @group Absätze */
p {
  margin-bottom: 1em;
}
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
/* @end */



/* @group Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.5em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-size: 2.1em;
}
h2 {
  font-size: 1.6em;
  font-weight: bold;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.2em;
  font-weight: normal;
}
h6 {
  font-size: 1em;
}
/* @end */



/* @group Links */
a,
a:active {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: black;
}
a[href^="http://"] {
  background: transparent url(/images/icons/external.gif) no-repeat right center;
  padding: 0 1.2em 0 0;
}
a[href$=".pdf"] {
  background: transparent url(/images/icons/extensions/pdf.png) no-repeat left center;
  padding: 0.1em 0 0 1.5em;
}
a.lightwindow {
  background: none;
  padding: 0;
}
/* @end */



/* @group Bilder */
img.left {
  margin: 0 1em 0.5em 0;
  float: left;
}
img.right {
  margin: 0 0 0.5em 1em;
  float: right;
}
img.yum {
  margin-bottom: 2em;
}
/* @end */



/* @group Auflistungen, Nummerierungen */
ol,
ul {
  margin: 0 0 1em 2em;
}
ol ol,
ol ul,
ul ul,
ul ol {
  margin-bottom: 0;
}
ul {
  list-style-type: square;
  list-style-image: url(/images/icons/li.gif);
  list-style-position: outside;
}
ol {
  list-style-type: decimal;
  list-style-image: none;
  list-style-position: outside;
}
/* @end */



/* @group Tabellen */
table {
  width: 100%;
  margin: 0 0 1em 0;
}
table caption {
  font-size: 1em;
  font-weight: bold;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
  border: 0px solid black;
  padding: 0.3em;
}
table th.center,
table td.center {
  text-align: center;
}
table th.right,
table td.right {
  text-align: right;
}
/* @end */



/* @group Formulare */
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
  font-size: 1.2em;
  padding: 0.25em;
  border: 1px solid black;
}
input:focus,
textarea:focus,
select:focus {
  background-color: lemonchiffon;
}
/* @end */



/* @group Fieldsets */
fieldset {
  position: relative;
  background-color: #f2efe9;
  border: 1px solid #bfbab0;
  border-style: none;
  border-top: 1px solid #BFBAB0;
  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
}
fieldset.submit {
  width: auto;
  background-color: transparent;
  border: none;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-left: 12em;
  float: none;
}
fieldset fieldset {
  background: none;
  border: none;
  margin-bottom: -2.5em;
  padding: 0;
}
fieldset legend {
  font-weight: bold;
  color: #545351;
  margin-left: 1em;
  padding: 0;
}
fieldset fieldset legend {
  top: 0;
  font-weight: normal;
  margin-left: 0;
}
fieldset legend span {
  position: absolute;
  top: 0;
  left: 0.74em;
  font-size: 135%;
  margin-top: 0.5em;
}
fieldset ol {
  list-style: none;
  margin: 0;
  padding: 3.5em 1em 0 1em;
}
fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 11em;
  padding: 0;
}
fieldset li {
  width: 100%;
  padding-bottom: 1em;
  float: left;
  clear: left;
}
fieldset fieldset li {
  padding-bottom: 0.5em;
  float: none;
}
fieldset label {
  position: relative;
  width: 10em;
  margin-top: 0.4em;
  margin-right: 1em;
  float: left;
}
fieldset label em {
  position: absolute;
  left: 10em;
  top: 0;
}
fieldset fieldset label {
  width: auto;
  margin-right: auto;
  float: none;
}


fieldset.top_label label {
  width: auto;
  margin-right: 0;
  float: none;
  display: block;
}
fieldset.top_label fieldset label {
  display: inline;
}
/* @end */
