/* Start of CMSMS style sheet 'busanddip' */
/* ###### General Color Scheme ###### */

h1, h2, h4, q,  #header, .sidebox, .sideBox div
{border-color: #e1003e; }

#header, .sidebox div, .sidebox a:hover, .sidebox .thisPage
{background-color: #003f7f; } 

q, .sidebox a, .sidebox span
{background-color: #fafcff; }

/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

/* ###### Header ###### */

#header {
  border-bottom-style: solid;
  border-bottom-width: 14px;
  border-color: #e1003e;
  height: auto;
  margin-bottom: 10px;
  padding: 6px 10px 2px 10px;
  background-repeat: no-repeat;
}

.headertitel {
  font-family: 'Times New Roman',Times,serif;
  font-size: 250%;
  color: #ffffff;
  font-weight: bold;
}

.headersub {
  font-size: 93%;
  color: #ffffff;
  font-weight: bold;
}

.menubar {
  float: left;
  font-size: 76%;
  margin-left: 10px;
}

.locBar {
  float: right;
}

.menubar *, .locBar * {
  text-decoration: none;
/*  font-weight: bold; */
  padding-right: 1ex;
}

.menubar a {
  color: #004050;
}

.menubar a:hover, .locBar a:hover {
  text-decoration: underline;
  color: #004050;
}

.sprache {
  float: right;
  margin-right: 10px;
}

.suche {
  font-size: 86%;
  float: right;
  margin-right: 10px;
}

.links {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.links img {
  margin: 10px 0 0 0;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}

.rechts {
  width: 200px;
  height: auto;
  border-style: none;
  border-width: 1px;
  border-color: #c0c0c0;
  margin: 20px 10px 10px 10px;
  float: right;
  clear: right;
}

.rechts div {
  margin: 10px;
  font-size: 0.8em;
  line-height: 120%;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="links"] {
  margin-left: 5mm;
}

[class~="rechts"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 100.01%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3, h4 {
  font-family: verdana, tahoma, sans-serif;
  line-height: 120%;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

h2 {
  font-size: 1.6em;
  padding: 0;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 0.7em 0 0.5em 0;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  line-height: 1em;
  font-size: 80%;
  margin: 10mm 30% 2em 17em;
}

#bodyText p {
  line-height: 120%;
  padding: 0 0 0.5em 0;
  margin: 0 0 0 0; 
}

#bodyText ul {
  list-style-image: url(/uploads/images/bullet.gif);
  padding: 0.5em 0 0 0;
  margin: 0 0 0 1.1em; 
}

#bodyText li {
  line-height: 120%;
  padding: 0 0 0.3em 0;
  margin: 0 0 0 0; 
}

#bodyText a {
  color: #003f7f;
  text-decoration: underline;
}

#bodyText a:hover {
  text-decoration: none;
}

#bodyText a:visited {
  color: #003f7f;
}

#bodyText .topOfPage {
/*  font-size: 93%; */
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

.textundbild {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
  min-height: 230px;
  height: auto !important;  /* für moderne Browser */
  height: 230px;  /*für den IE */
}

p img {
  margin: 0 5px 5px 10px;
}

h4 img, li img {
  margin: 0 5px 5px 10px;
}

/* ### Seiten-Box */

.sidebox {
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 11em;
  margin-top: 5mm;
}

.sidebox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sidebox a, .sidebox a:hover, .sidebox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sidebox .thisPage {
  font-weight: bold;
}

/* ### Fuss */

#footer {
  padding: 6px 10px 6px 0px;
  margin: 0px 0px 20px 0px;
  clear: both;
  background-color: #c7d8f3;
}

#footer div {
  font-size: 0.8em;
  line-height: 1em;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#footer p {
  padding: 0px 0px 2px 10px;
  margin: 0px 0px 0px 0px;
}
#footer a {
  color: #004050;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a:visited {
  color: #003f7f;
}

.footerlinks {
  float: left;
  clear: left;
  padding-left: 3mm;
}

/*
 * Kontaktformular.
 */

.meinkontakt fieldset {
    padding: 1em;
    background: #eee url(xinli_images/xinli_logo_s_web.gif) no-repeat  98% 3%;
    border: 1px solid #B0B0B0;
    margin-bottom: 1em;
}

.meinkontakt fieldset legend {
    font-weight: bold;
}

.meinkontakt fieldset div {
    width: 99%;
    float: left;    /* Für IE */
    padding: 0.25em 0 0.25em 0;
    float: left;    /* Für IE */
}

.meinkontakt fieldset label {
    display: block;
    float: left;
    width: 6.5em;
    height: 1.2em;
    margin-top: 0.4em;
}

.meinkontakt fieldset input {
    color:  #555555;
    width: 20em;
}

.meinkontakt fieldset select {
    color:  #555555;
    width: 20em;
}

.meinkontakt fieldset textarea {
    color:  #555555;
    float: left;
    width: 100%;
    margin-top: 0.2em;
}
/* End of 'busanddip' */

