/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong, b {
  font-weight: bold;
}
i {
  font-style: italic
}

table {
  border-collapse:collapse
}






body {
  font-family: Arial;
  font-size: 13px;
  line-height: 19px;
  color: #2D4863
}

.background {
  background: url("../images/back.gif");
}
.backgroundLeft {
  background: url("../images/left.jpg");
}

.margin_10 {
  margin: 10px
}

.margin_20 {
  margin: 20px
}

.tdinner_10 td {
  padding: 10px
}

.nolink a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}


ul#navigation {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
}
ul#navigation li {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  margin:3px 0px;
}
ul#navigation li a {
  text-decoration: none;
  color: #4577B0;
  display: block;
  padding: 3px 5px;
  background: url('../images/button_off.jpg') no-repeat;
}
ul#navigation li a:hover,
ul#navigation li a.active {
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 4px;
}

ul#navigation li a.active {
  background: url('../images/button_on.jpg') no-repeat;
}

ul#navigationSmall {
  list-style-type: none;
  margin: 0px;
  padding-left: 20px;
}
ul#navigationSmall li {
  font-size: 11px;
  line-height: 13px;
  margin-right: 2px;
}
ul#navigationSmall li a {
  background:none;
  background-color: white;
  border: 1px solid #36618e
}



label {
  font-size: 11px;
  display: inline-block;
  margin-top: 10px;
}

#content {
  margin: 10px
}

a:link { color: #2e80d4 }
a:visited { color: #44607d }



h2 {
  color: #30649E;
  font-size: 17px;
  margin-bottom: 10px;
}

h3, h4 , h5, h6 {
  margin: 0px;
  padding: 0px;
  line-height: 1.3em;
}

h3 {
  color: #30649E;
  font-size: 12px;
  font-weight: normal;
}
h4 {
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}
h5 {
  color: #8F8F8F;
  font-size: 11px;
  font-weight: normal;
}

.rechts {
  margin-left: 180px;
}

.navigationWrapper {
  overflow: hidden; border:none; float:left
}



ul#ausstellungen li {
  border-bottom: 1px dotted #5350D6;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

ul#ausstellungen li a {
  color: #30649E;
  display: block;
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
  line-height: 15px;
}

#visitor {
  font-size: 11px;
  margin-left: 10px;
  color: #36618e
}