﻿@charset "UTF-8";
/**
  * Aspria Landing
  * 
  * Provides classes and styles for the website
  *
  * @category        asp_landing
  *
  * @author          Bryan Mewes <bm@dietaikonauten.com>
  * @copyright       Copyright (c) 2010 Bryan Mewes <http://www.dietaikonauten.com>
  * @version         $Id: landing.css 46 2010-01-05 11:49:14Z stefan $
  */

body, html {
    background: #fff;
    color: #3A5D70;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 100%;
    text-align: center;
}


a {
   color: #3A5D70;
   text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}


#wrapper {
    text-align: left;
    width: 910px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

/*
 * header
 */

.header-lang {
    height: 15px;
    float: right;
    position: relative;
    margin-top: -25px;
}

.header-lang li {
    display: inline;
    border-right: 1px solid #999;
    padding: 0 3px;
}

.header-lang li.last {border-right:0;}



div#fancy_inner {
    border: 0;
}

div#fancy_close {
    position: absolute;
    top: 12px;
    right: 15px;
    height: 25x;
    width: 25px;
    cursor: pointer;
    z-index: 181;
    display: none;
}

/* slideshow */
#slideshow_wrapper {
    background: #71a6cd;
    clear: both;
    position: relative;
    margin: 0 0 16px 0;
    height: 300px;
    overflow: hidden;
    width: 910px;
}

#slideshow_next {
	background: url(../img/slideshow_right.png);
    width: 28px;
    height: 66px;
    display: block;
    position: absolute;
    top: 119px;
    right: 18px;
    text-indent: -9999px;
    z-index: 20000;
}

#slideshow_prev {
	background: url(../img/slideshow_left.png);
    width: 28px;
    height: 66px;
    display: block;
    position: absolute;
    top: 119px;
    left: 18px;
    text-indent: -9999px;
    z-index: 20000;
}

#logo {
    background: url(../img/logo.jpg) no-repeat;
    float: left;
    width: 56px;
    height: 69px;
    display: block;
    text-indent: -6000px;
    position: relative;
    margin-left: -69px;
    margin-bottom: -69px;
}

/* main col */
.maincol {
    float: left;
    height: auto;
    margin-bottom: 20px;
    padding-right: 20px;
    width: 630px;
}

.maincol h1 {
    display: block;
    height: 35px;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    width: 615px;
}

.maincol h2 {
    width: 500px;
    height: 25px;
    font-size: 0px;
    display: block;
    margin-bottom: 12px;
}

.maincol p {
    font-size: 12px;
    line-height: 14px;
}

.list li {
    background: url(../img/list_bullet.gif) no-repeat 0 5px;
    padding: 2px 0 2px 15px;
    font-size: 12px;
}


/* right col */
.rightcol {
    background-image: url(../img/form_bg.gif);
    color:#3A5D70;
    height: 348px;
    float: right;
    height: 412px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    width: 240px;
}

.rightcol h3 {
    display: block;
    height: 15px;
    width: 185px;
}

.rightcol p {
    line-height: 14px;
    padding: 0 3px;
    font-size: 10px;
}

.rightcol .text-row-label {
    display: block;
    height: 15px;
    padding-left: 5px;
    text-transform: uppercase;
}

.rightcol label {
    cursor: pointer;
}

.rightcol label.error {
    color: #ed1c24;
}

.rightcol .submit {
    background-image: url(../img/form_submit.gif);
    cursor: pointer;
    width: 92px;
    height: 37px;
    display: block;
    overflow: hidden;
    font-size: 0px;
    line-height: 200px;
    position: absolute;
    bottom: -40px;
    right: 10px;
    border: 0;
}


.rightcol .text-row input {
   background-image: url(../img/input_name.gif);
   font-size: 11px;
   border: 0;
   height: 14px;
   padding: 5px 7px;
   width: 223px;
}

.rightcol .note {
    position: absolute;
    bottom: 48px;
    left: 10px;
}

.rightcol .note2 {
    position: absolute;
    bottom: 10px;
}

#forename-element input { background-image: url(../img/input_forename.gif); }
#phone-element input { background-image: url(../img/input_phone.gif); }
#email-element input { background-image: url(../img/input_mail.gif); }

#privacy-element,
#newsletter-element {
    float: left;
    margin-top: -10px;
    margin-bottom: 5px;
}

#newsletter-element { margin: 0; }

#privacy-label,
#newsletter-label {
    float: right;
    display: block;
    width: 215px;
    padding: 2px 0;
    padding: 1px 10px 2px 0;
    margin-top: -10px;
    margin-bottom: 5px;
}

#privacy-label label,
#newsletter-label label {
    line-height: 15px;
}

#newsletter-label { margin: 0; }

.rightcol .text-row {
    margin-top: -39px;
    margin-bottom: 38px;
}

.rightcol .zend_form {
    position: absolute;
    top: 110px;
}

/* download & footer */
.download,
.footer {
    background: url(../img/dots.gif) repeat-x left top;
    margin-bottom: 20px;
    width: 910px;
    clear: both;
}

/* footer */
.footer {
	background-image: url(../img/dots.gif);
    padding-top: 30px;
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer .address {
    border-bottom: 2px solid #3A5D70;
    font-weight: normal;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-size: 12px;
    text-transform: uppercase;
}

.footer ul,
.footer ul li {
    display: inline;
}

.footer a {
    padding: 2px 0;
}

.linklist {
    float: left;
}

.linklist li {
    padding-right: 20px;
}

.footer .icon-facebook,
.footer .icon-twitter {
    background: url(../img/icon_facebook.gif) no-repeat left top;
    padding-left: 21px;
}

.footer .icon-twitter { background-image: url(../img/icon_twitter.gif); }

.footer-nav {
    float: right;
}

.footer-nav li {
    padding-left: 20px;
}

.subscribe-done {
    padding: 15px;
    color: #fff;
    position: relative;
}

.subscribe-done h1 {
    width: 506px;
    height: 43px;
    text-indent: -6000px;
    font-size: 0px;
    display: block;
    position: absolute;
    background: url(../img/overlay_head.gif) no-repeat 0 0;
    left: 30px;
    top: 25px;
}

.subscribe-done p.h1_sub {
    position: absolute;
    top: 70px;
    left: 30px;
    font-size: 12px;
}

.overlay-inner {
    background: #fff;
    width: 550px;
    padding: 20px 25px;
    height: 120px;
    top: 90px;
    position: absolute;
    overflow: hidden;
    left: 8px;
}

.overlay-inner p {
    color: #3A5D70;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}

.fb-tell {
    width: 500px;
    height: 47px;
    text-indent: -6000px;
    font-size: 0px;
    background: url(../img/overlay_subhead.gif) no-repeat;
    display: block;
    margin-bottom: 15px;
}

.overlay-inner .spacer {
    height: 3px;
    width: 100%;
    margin-bottom: 15px;
    background: url(../img/dots.gif) repeat-x 0 0;
}

.spacer {
	background: url(../img/dots.gif) repeat-x 0 0;
    height: 3px;
    line-height: 0px;
    font-size: 0px;
    background-repeat: repeat-x;
    margin: 18px 0;
}

.fb-list li {
    float: left;
    display: block;
    width: auto;
    margin-bottom: 30px;
}

.fb-list li a {
    background: url(../img/fancy_facebook.gif) no-repeat;
    color: #3A5D70;
    display: block;
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 30px;
    font-weight: bold;
    color: #73a7ce;
}

#privacy-label,
#newsletter-label {
    font-size: 10px;
}


div#fancy_bg {
    background-image: none;
    background-color: #3A5D70;
}

div#fancy_close {
    background: url('../img/fancy_close.gif') center no-repeat;
}

#nav {position:absolute;top:265px;left:380px;z-index:80}

#nav a { color:#fff; margin: 0 5px; padding: 3px 5px; font-size:15px;font-weight: normal; }
#nav a.activeSlide { color: #A1BBC8 }
#nav a:focus { outline: none; }

