 /* ==========================================================================
 *  Übersicht:
 *    -
 *
 * ========================================================================== */

/* --------------------------------------------------------------------------
*  imports
* -------------------------------------------------------------------------- */

@import "columns.css"; /* wrapper */

/* --------------------------------------------------------------------------
 *  body
 * -------------------------------------------------------------------------- */

body {

  background: url(../graphics/bg.gif) no-repeat #fff;
  background-position: center top;
}

body, html {
  padding: 0;
  margin: 0;
}

body, html, p, table, li, .footer {
  font-family: Arial,Verdana,sans-serif,Geneva,Helvetica,Swiss,SunSans-Regular;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333;
  line-height: 16px;
}

.bg_wrapper {
  background: url(../graphics/bg_pagenav.gif) repeat-x transparent;
  height: 100%;
}

p {
  padding: 0;
  margin: 0;
}

/* --------------------------------------------------------------------------
*  form
* -------------------------------------------------------------------------- */
form input[type=submit] {
  border: 1px solid #909090;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 26px;
  background: url(../graphics/bg_button.gif) repeat-x #ccc;
  background-position: 50% 50%;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 25px 0 25px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
*  globals
* -------------------------------------------------------------------------- */
a {
  color: #669900;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
.float1 {
  float: left;
}

.err_box {
  background: #f0f7b7;
  border: 1px solid #fa0320;
  padding: 10px 30px;
}

.valign_m {
  vertical-align: middle;
}

#capcha div {
    float: left;
}

/* --------------------------------------------------------------------------
 *  Hinweisboxen
 * -------------------------------------------------------------------------- */
div.message {
  margin: 15px 0;
}
div.message ul {
  border: 1px solid #0066ff;
  border-width: 4px 1px 4px 1px;
  padding: 10px 5px 10px 30px;
  margin: 0;
}
div.message em {
  background: #0066ff;
  border: 0;
  padding: 3px 10px;
  font-weight: bold;
}
/* ----- Error -------------------------------------------------------------- */
div.message.err em {
  background: #b40000;
  font-style: normal;
  color: #fff;
}
div.message.err ul {
  border-color: #b40000;
  color: #b40000;
}
/* ----- Hinweis ------------------------------------------------------------ */
div.message.msg em {
  background: #ff9900;
  font-style: normal;
  color: #fff;
}
div.message.msg ul {
  border-color: #ff9900;
}

/* --------------------------------------------------------------------------
 *  page
 * -------------------------------------------------------------------------- */
.page {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}
/* --------------------------------------------------------------------------
 *  header
 * -------------------------------------------------------------------------- */
.header {
  position: relative;
  height: 175px;
}
.header .socialbuttons {
  position: absolute;
  top: 100px;
  right: 250px;
}
.header .login {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px 0px 10px;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 11px;
}
.header .login a {
  color: #333;
  text-decoration: none;
}
.header .login form input[type=text],
.header .login form input[type=password] {
  background: #f6f6f6;
  border: 1px solid #999;
}
.header .login a:hover {
  text-decoration: underline;
}
.header .login .btLogin {
  cursor: pointer;
}


.header .logo {
  position: absolute;
  left: 10px;
  top: 20px;
}
.header .language {
  position: absolute;
  right: 10px;
  top: 140px;
}
.header .language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .language ul li {
  float: left;
  height: 28px;
  line-height: 28px;
  margin: 0 5px;
}

/* --------------------------------------------------------------------------
 *  nav
 * -------------------------------------------------------------------------- */
.nav {
  position: absolute;
  top: 180px;
  z-index: 100;
}
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav ul li {
  background: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  margin: 0 5px 10px 5px;
  height: 35px;
  border: 2px solid #fff;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.nav ul a  {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 35px;
  padding: 0 10px;
  height: 100%;
}
.nav ul li:hover {
  height: 50px;
  background: #81e31e;
  border: 2px solid #fff;
  color: #fff;
}
.nav ul li a:hover {
  color: #fff;
}

.nav ul li{
  position: relative;
}
.nav ul li ul {
position: absolute;
left: 0px;
top: 45px;
width: auto;
display: none;
/* background: #777; Für den IE */
}
.nav ul li ul li {
  width: 270px;
  background: #d9f6bb;
}
.nav ul li ul li:hover {
  height: 35px;
}
.nav ul li ul li ul {
  position: absolute;
  top: -2px;  /* Border-Breite von li */
  left: 250px;
}

/* --------------------------------------------------------------------------
 *  content
 * -------------------------------------------------------------------------- */
.content {
  position: relative;
  background: url(../graphics/bg_content.png) repeat transparent;
  padding: 80px 5px 5px 5px;
  margin-bottom: 15px;
  -moz-box-shadow: 0px 0px 5px #666;
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* --------------------------------------------------------------------------
 *  sidenews
 * -------------------------------------------------------------------------- */
.sidenews {
  margin: 0 0 30px 0;
  text-align: justify;
}
.sidenews a {
  text-decoration: none;
  color: #333;
}
.sidenews a:hover b {
  text-decoration: underline;
}
.sidenews .imageWrapper {
  max-height: 120px;
  overflow: hidden;
  margin: 3px 0;
}
.sidenews .imageWrapper img {
  width: 230px;
}

/* --------------------------------------------------------------------------
*  footer
* -------------------------------------------------------------------------- */
.footer {
  margin: 40px 0 10px 0;
}
.footer .border {
  border: 1px solid #ccc;
  border-width: 0 1px 0 1px;
  text-align: justify;
  min-height: 140px;
  margin: 0 -1px; /* Wegen der Border */
}
.footer .border form input[type=submit] {
  padding: 0 4px;
}
.footer ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.footer ul li {
  width: 50%;
  float: left;
  line-height: 16px;
}
.footer a, .footer, .footer .border form input[type=text] {
  text-decoration: none;
  color: #999;
}
.footer a:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
*  copyright
* -------------------------------------------------------------------------- */
.copyright {
  padding-bottom: 30px;
  text-align: center;
  line-height: 25px;
}
.copyright,
.copyright a {
  color: #999;
}

/* --------------------------------------------------------------------------
*  globals apps
* -------------------------------------------------------------------------- */
.app_page,
.app_register,
.app_login,
.app_apply,
.app_sitemap,
.app_disclaimer,
.app_contact,
.app_legalnotice,
.app_newsletter,
.app_guestbook  {
  border: 1px solid #ccc;
  border-width: 1px 1px 0 1px;
  margin: 0px 14px 30px 14px;
  min-height: 600px;
  background: #fff;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding:  14px;
}
.app_page .colL,
.app_register .colL,
.app_login .colL,
.app_apply .colL,
.app_contact .colL,
.app_newsletter .colL,
.app_guestbook .colL  {
  float: left;
  width: 590px;
  margin-right: 14px;
}
.app_page .colR ,
.app_register .colR,
.app_login .colR,
.app_apply .colR,
.app_contact .colR,
.app_newsletter .colR,
.app_guestbook .colR {
  float: left;
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  width: 230px;
  min-height: 300px;
  padding: 0 0 30px 14px;
}
/* --------------------------------------------------------------------------
*  app_page
* -------------------------------------------------------------------------- */
.app_page {}
.app_page .code {
  text-align: justify;
}
.app_page img.main {
  width: 590px;
}

.app_page .gallery ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.app_page .gallery ul li {
  display: inline;
  width: 106px;
}
.app_page .gallery ul li img {
  width: 95px;
  height: 71px;
  background: #fff;
  margin: 4px;
  border: 1px solid #ccc;
  padding: 3px;
  -moz-box-shadow: 0 0 3px 0px #888;
  -webkit-box-shadow: 0 0 3px 0px #888;
  box-shadow: 0 0 3px 0px #888;
}
.app_page .gallery ul li a:hover img {
  -moz-box-shadow: 0 0 5px 0px #333;
  -webkit-box-shadow: 0 0 5px 0px #333;
  box-shadow: 0 0 5px 0px #333;
}
/* --------------------------------------------------------------------------
*  app_login
* -------------------------------------------------------------------------- */
.app_login {
}
.app_register form label,
.app_login form label {
  line-height: 20px;
}
.app_login form .impt {
  color: #669900;
  font-weight: bold;
}
.app_login form input[type=text],
.app_login form input[type=password] {
  width: 220px;
}

.app_login form .info {
  width: 150px;
}
.app_login form input.small {
  width: 50px;
}
.app_login form input.medium {
  width: 100px;
}

/* --------------------------------------------------------------------------
*  app_start
* -------------------------------------------------------------------------- */
.app_start {}

.app_start .imageWrapper {
  width: 910px;
  height: 475px;
  overflow: hidden;
}

.app_start .imageWrapper img {
  width: 910px;
}

/* --------------------------------------------------------------------------
*  app_apply
* -------------------------------------------------------------------------- */
.app_apply {
}
.app_apply form label {
  line-height: 20px;
}
.app_apply form .impt {
  color: #669900;
  font-weight: bold;
}
.app_apply form input[type=text] {
  width: 220px;
}

.app_apply form .info {
  width: 150px;
}
.app_apply form input.small {
  width: 50px;
}
.app_apply form input.medium {
  width: 100px;
}
.app_apply .confirm,
.app_apply .formapplysend {
  display: none;
}
.app_apply .confirmsend {
  display: block;
}

/* --------------------------------------------------------------------------
*  app_sitemap
* -------------------------------------------------------------------------- */
.app_sitemap .sitemap {
  margin-top: 20px;
}
.app_sitemap .sitemap li {
  margin: 10px 0;
}

/* --------------------------------------------------------------------------
*  app_contact
* -------------------------------------------------------------------------- */
.app_contact .form  {
  margin-top: 10px;
}
.app_contact .form label {
  float: left;
  width: 150px;
}
.app_contact .form input[type=text] {
  width: 200px;
}
.app_contact .form textarea {
  width: 500px;
  height: 200px;
  margin-top: 5px;
}

/* --------------------------------------------------------------------------
*  app_newsletter
* -------------------------------------------------------------------------- */
.app_newsletter {}
.app_newsletter form .info {
  width: 170px;
}

/* --------------------------------------------------------------------------
*  app_guestbook
* -------------------------------------------------------------------------- */
.app_guestbook {}
.app_guestbook form .info {
  width: 170px;
}
.app_guestbook form input[type=text],
.app_guestbook form textarea {
  width: 250px;
}
.app_guestbook form textarea {
  height: 150px;
}

.app_guestbook .list {
  margin-top: 80px;
}
.app_guestbook .list .entry {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
}
.app_guestbook .list .entry h3 {
  font-weight: normal;
  font-size: 120%;
}

.app_guestbook ul.gb_page {
  list-style: none;
  padding: 0;
  float: right;
}
.app_guestbook ul.gb_page li {
  display: block;
  float: left;
  padding: 5px;
}
.app_guestbook ul.gb_page li.link {
  padding: 0;
}
.app_guestbook ul.gb_page li a {
  display: block;
  padding: 5px;
}

