/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
/* MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW */
/* Allgemeines MWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMWMW*/
html {
  font-size:100%; /*	Übernehme Schriftgröße von browser
						Regel mit relativer Einheit em:1em = 16px bei allen Browsern
						entspricht Ansicht -> Normal */
}
body {
  font-size:62.5%; /*	Schriftgrad 62.5% von 16px sind 10px
							also 1em = 10px */
}
* { /* Stern bedeutet alle HTML-Definitionen */
  margin:0em;
  padding:0em;
}
textarea,
input {
  font-family:"Nobile",verdana,sans-serif;
  font-size:10px;
}
body {
  font-family:"Nobile",verdana,sans-serif;
  background:#000;
  color:rgb(230,230,230);
}

/* BEREICHE */
#page {
  width:801px;
  margin-left:auto;
  margin-right:auto;
  background:url(/resources/images/page_bg.png) #000 repeat-y;
}
#header {
  width:auto;
  height:185px;
  background:url(/resources/images/helmi_header.png) #000 no-repeat;
}
#content {
  margin-top:3em;
  margin-left:23.1em;
  width:53.9em;
  background:url(/resources/images/content_bg.png);
}
#navigation {
  margin-top:3em;
  width:21.6em;
  float:left;
  margin-left:15px;
}
/* SCHRIFTEN */
p,
.link {
  padding-bottom:8px;
  padding-right:15px;
  padding-left:15px;
  font-size:1.4em;
  text-decoration:none;
  line-height:1.3em;
}
.link {
  margin-bottom:8px;
}
a {
  color:rgb(230,230,230);
}
a:hover {
  text-decoration:underline;
}
h1 {
  text-align:right;
  padding-bottom:15px;
  text-transform:uppercase;
  font-size:3.6em;
}
h2 {
  text-align:left;
  margin-top:0.5em;
  padding-bottom:1.5em;
  padding-left:15px;
  text-transform:uppercase;
  font-size:1.4em;
  ;
}
#footer {
  height:50px;
  margin-top:11px;
  padding-right:16px;
  text-align:right;
  line-height:60.7302742004395px;
  text-transform: uppercase;
}
#footer a {
  font-size:1.2em;
}
#header a {
  margin:0px;
  padding:0px;
}

/* GALERIE */
.information_title .name {
  display:none;
}
.information_title .value {
  font-size:1.4em;
}
.CunddGalerie_show_preview {
  margin-top:1em;
}
.images_show_images_detail {
  width:53.9em;
}
a img {
  border:solid 1px #4c4c4c;
}

/* galerie links */
.images_show_first_images_link,
.images_show_previous_images_link,
.images_show_next_images_link,
.images_show_last_images_link {
  float:left;
  width:19%;
  text-align:center;
}
.images_step_out_images_link {
  width:100%;
  float:none;
  clear:both;
}

/* GÄSTEBUCH */
#container .blacklink a {
  font-size:1.2em;
  text-decoration:none;
}
#container #header {
}
#container #header img.back {
  border:0 none;
}
#container #footer {
}
#container #footer p {
  font-size:9px;
}
#container #content {
  margin-left:0;
  width:100%;
}
#container #footer p a {
  color: #999999;
}
#container #content #jb_addComment {
  width:232px;
}
#container #content #primary,
#container #content #secondary {
  padding:10px;
}
#container h3 {
  background:none;
}
#container .comment,
#container .comment .header {
  background:none;
  border:none;
}
