html,body {
  height:100%;
}
body {
  margin:0px;
  padding:0px;
  background:#6785A6;
  background-image:url(images/bgLogo.gif);
  background-repeat:no-repeat;
  background-position:870px 185px;
}

body,table,input,textarea,button,select {
  font-family:arial,sans-serif;;
  font-size:12px;
  color:#0E1B2E;
}

a {
  color:#557393;
}
h1 {
  font-size:16px;
  color:#fff;
  text-transform:uppercase;
}
h2 {
  font-size:15px;
  color:#0E1B2E;
  text-transform:uppercase;
}

h3 {
  font-size:14px;
  color:#fff;
  text-transform:uppercase;
}
h4 {
  font-size:14px;
  color:#0E1B2E;
  text-transform:uppercase;
}

h5 {
  font-size:12px;
  color:#fff;
  text-transform:uppercase;
}
h6 {
  font-size:12px;
  color:#0E1B2E;
  text-transform:uppercase;
}
img {
  border:0;
}
.nobr {
  white-space:nowrap;
}

table tr td,
table tr th {
  vertical-align:top;
  text-align:left;
  padding:0;
}
table th.right,
table td.right {
  text-align:right;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#content table tr td,
#content table tr th {
  padding:2px 1em 2px 0;
}

#title h1,
#titleNHEvents h1 {
  display:none;
}
#title {
  background:url(images/title_neustadthalle.jpg);
}
#titleNHEvents {
  background:url(images/title_nhevents.jpg);
}

#nv1 {
  color:#A1AFB4;
  vertical-align:middle;
}
#nv1 a {
  color:#A1AFB4;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}
#nv1 a:hover {
  color:#fff;
}
#nv1 a.a1,
#nv1 a.s1 {
  color:#FDAD01;
}


#nv2 a {
  color:#DDDAD0;
  text-decoration:none;
  font-weight:bold;
}

#nv2 td {
  background:url(images/nv2ItemBg0.gif);
  padding-left:5px;
  height:20px;
}
#nv2 td.a0 a:hover {
  color:#fff;
}
#nv2 td.a1 {
  background:url(images/nv2ItemBg1.gif);
}
#nv2 td.d2 {
  padding-left:15px;
}

#path {
  font-size:10px;
  height:20px;
  padding:3px 0px;
}
#path a {
  text-decoration:none;
  color:#6785A6;
}

#copyright {
  color:#fff;
  padding:3px;
  text-align:right;
  background:url(images/copyrightBg.jpg);
  background-repeat:repeat-y;
  background-position:right;
}
#copyright a {
  text-decoration:none;
  color:#fff;
}
#copyright a:hover {
  text-decoration:underline;
}

table.jiggy {
  margin-bottom:20px;
}
table.jiggy th {
  color:#fff;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:left;
  height:20px;
  padding:0px 5px;
  border-top:solid #ABBABC 1px;
}
table.jiggy td {
  color:#fff;
  font-size:10px;
  padding:5px;
  background:#557393;
  border-top:solid #ABBABC 1px;
  border-bottom:solid #ABBABC 1px;
}
table.jiggy td a {
  color:#fff;
  text-decoration:none;
}
table.jiggy td a:hover {
  color:#fff;
  text-decoration:underline;
}

table.roomData th {
  border-bottom:solid #fff 1px;
  vertical-align:bottom;
  text-align:left;
  padding-right:1em;
}
table.roomData td {
  background:#C5CFD1;
  text-align:center;
}

.sendmailForm label {
  width:5em;
  display:block;
  float:left;
}
.sendmailForm .text,
.sendmailForm textarea {
  width:250px;
}
.sendmailForm .submit {
  margin:0 0 0 5em;
}

.planer th {
  font-size:14px;
  text-transform:uppercase;
  text-align:left;
  padding:1em 0 0 0;
}

.article h1,
.article h2,
.article h3,
.article p {
  margin:0;
}
.article {
  margin:0 0 1em 0;
}

table.form input.text {
  width:200px;
}
table.form input.anzahl {
  width:25px;
}
table.form input.zip {
  width:50px;
}
table.form input.city {
  width:150px;
}

.sendmail_emptyfield1 input,
.sendmail_emptyfield1 textarea {
  border:solid #f00 1px;
}
.sendmail_emptyfield1 label {
  color:#f00;
}