* {
  margin: 0;
  padding: 0; 
}
html {
  overflow-y : scroll;
}
body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.8em;
  margin-left: 3cm;
}

#print {
  display: none;
}
#navigation {
  display: none;
}

.textbox {
  width: 300px;
  border: 1px solid black;
  padding: 10px;
}

.cyan {
  color: #00a6eb;
}

.magenta {
  color: #e50083;
}
p {
  margin-bottom: 1em;
  clear: both;
}

.clear {
  clear: both;
  margin: 0 0 0 0;
  height: 0;
  line-height: 0;
}

a:link,
a:visited {
  color: #00a6eb;
  text-transform: uppercase;
}

a:hover,
a:active {
  color: #7f7f7f;
}

h1, h2, h3 {
  font-size: 1em;
  margin-bottom: 2em;
}
h1 {
  margin-top: 3em;
}

h1 a,
h1 a:link,
h1 a:visited  {
  font-size: 1.8em;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: normal;
  letter-spacing: 0.02em;
}
h1 a:hover,
h1 a:active {
	color: #7f7f7f;
}

h3 {
  margin: 20px 0 0 0;
  clear: both;
}

h2 {
  margin: 0 0 0 0;
}

img {
  border: none;
}

textarea {
  width: 300px;
  height: 10em;
  overflow: auto;
}

input, textarea {
  border: 1px solid #000000;
  padding: 0pt 0.2em 0pt 0.2em;
}

input {
  width: 200px;
  height: 1.2em;
}

#title {
  width: 17cm;
  height: 24px;
}


/* Body */

#body {
  clear: both;
}

#content {
  width: 450px;
  margin: 100px 0 0 0;
}

#back {
  float:right;
  font-weight: bold;
}

#back.bestellung {
  display: none;
}

#back a:link,
#back a:visited {
  color: #000000;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: none;
}
#back a:hover,
#back a:active {
	color: #7f7f7f;
}

#alert {
  background-color: #e50083;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  float: left;
  width: 433px;
  height: auto;
  display: block;
  margin: 0 0 2em 0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}

#alert p {
  padding: 15px 15px 0 15px;
}

#alert p.btn {
  display: none;
}


/* Listen */

#content ol.text {
  list-style-position: outside;
  margin: 1em 0 2.5em 2em;
}

#content ul.text {
  list-style-type: square;
  list-style-position: outside;
  margin: 1em 0 1em 1.2em;
}

#content ol li {
  margin: 1em 0;
}

#links, #downloads {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}

#downloads li.first h3 {
  margin-top: 0px;
}

.links,
.downloads {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}

.downloads li.first h3 {
  margin-top: 0px;
}

li.intern a,
li.extern a,
li.download a {
  line-height: 1.8em;
  font-size: 0.85em;
}

p.subtitel {
  font-weight: bold;
  margin-bottom: 0pt;
}

small {
  font-size: 0.85em;
  margin-top: 1.5em;
  margin-bottom: 5em;
  display: block;
}

/* Images */
.s, .xl {
  clear: both;
  width: 450px;
}

.s img, .xl  img {
  margin-top: 21px;
}

.s1 img {
  margin-right: 23px;
}


#content .img_album {
  width: 433px;
  display: block;
}

#content .img_album img {
  float: left;
  margin: 0 10px 10px 0;
}


/* Formulare */

table {
  display: block;
  clear: both;
  width: 433px;
  border: none;
  border-collapse: collapse;
}

.contact table td {
  padding: 0pt 0pt 2em 0pt; 
  vertical-align: top;
  border: none;
  font-size: 0.85em;
  width: 100%;
}

.contact table td.bottom {
  vertical-align: bottom;
}

.submit {
  display: none
}


a.btn,
a:link.btn,
a:visited.btn {
  text-decoration: none;
  color: #000000;
  font-weight: bold;


}
a:hover.btn {
	color: #7f7f7f;
}

a.bestellen {
  float: right;
  width: 80px;
  font-size: 0.85em;
}

a.abschicken {
  font-size: 1em;
}

p.bestellen {
  display: none;
}

.artikel {
  display: block;
  width: 433px;
  float: left;
}

.artikel small {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 0.85em;
}

input.stk {
  width: 3em;
  margin-top: 0.2em;
}

/* Sitemap */

.navigationInText {
  font-size: 0.85em;
  line-height: 1.5em;
}
.navigationInText ul {
  margin-bottom: 1em;
}
.navigationInText li {
  list-style: none;
}
.navigationInText li li {
  margin-left: 2em;
}


