@charset "UTF-8";
/**
  * WellConn Munich
  *
  * @copyright       2009 by WellConn Munich. All rights reserved.
  * @author          Stefan Heckler <sh@dietaikonauten.com>
  * @version         1.0
  *
  * @revision        $Revision$
  * @lastmodified    $Date$
  */

body,html {
    background: #b9c5cf url(../images/intro/bg.jpg) repeat-x left top;
    padding: 0;
    text-align: center;
}

/**
  * @section intro-wrapper
  *
  * General definitions for all pages
  */
.intro-wrapper {
    margin: 0 auto;
    padding: 75px 0 0 0;
    text-align: center;
    width: 748px;
}

/**
  * @section intro-header
  *
  * 
  * @see     
  */


.intro-header {
    background: url(../images/intro/header.gif) no-repeat;
    height: 60px;
    margin: 0 auto 36px auto;
    width: 250px;
}

.intro-header a {
    display: block;
    height: 100%;
    text-indent: -6000px;
    width: 100%;
}


/**
  * @section intro-select
  *
  * 
  * @see     
  */


.intro-select {
    display: block;
    height: 358px;
    margin: 0 0 40px 0;
}

.intro-select li {
    display: block;
    float: left;
    height: 358px;
    padding: 0 6px;
    overflow: hidden;
    width: 358px;
}


/**
  * @section intro-footer
  *
  * 
  * @see     
  */


.intro-footer {
    color: #8494a2;
    font-size: 11px;
    padding: 0 0 30px 0;
}

.legal-notice-center {
	font-family: Arial;
    font-size: 11px;
    font-weight: normal;
	border: 1px solid;
    text-align: center;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    margin: 0 0 20px 10px;
    width: 700px;
}

