/*
 * CSS file created by Rockstarapps Concatenation
 */

/*
 * START OF FILE - /Lexware - LexLive/_resources/css/src/initial.css
 */
/********************* Lexware Umsetzung LexLive Startseite layout *****/
/************************************** Copyright (c) 2010 Lexware *****/
/***********************************************************************/
/********************************************** initial stylesheet *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-06-28 18:17:34 +0200 (Mo, 28 Jun 2010) $ *****/
html {
    overflow-y: scroll;
}

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

div, form {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

table {
    border: none;
    border-collapse: collapse;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, caption, th, td, label {
    color: #404040;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

ol {
    margin-bottom: 0;
    margin-top: 0;
}

ul {
    list-style-type: none;
}

th, td {
    vertical-align: top;
}

a {
    color: #404040;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img, fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

input, select, textarea, button, legend {
    color: #404040;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input.button, button {
    cursor: pointer;
}

select, textarea {
    background: #fff;
    margin: 0;
    padding: 0;
}

form {
    display: inline;
}

.access {
    left: -7000px;
    position: absolute;
}

.clearfix {
    min-height: 1%;
}
* html .clearfix {
    height: 1%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

/*
 * END OF FILE - /Lexware - LexLive/_resources/css/src/initial.css
 */

/*
 * START OF FILE - /Lexware - LexLive/_resources/css/src/grid.css
 */
/********************* Lexware Umsetzung LexLive Startseite layout *****/
/************************************** Copyright (c) 2010 Lexware *****/
/***********************************************************************/
/************************* grid stylesheet includes page framework *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-06-28 18:17:34 +0200 (Mo, 28 Jun 2010) $ *****/
html,
body {
    background: #fff;
}

/***********************************************************************/
/* START: page wrapper */
div#pageWrapper {
    margin: 0 auto;
    padding: 0 30px;
    width: 948px;
}

/* END: page wrapper */
/***********************************************************************/
/* START: header zone*/
div#headerZone {
    height: 100px;
    position: relative;
}

a#logo {
    position: relative;
    top: 10px;
    left: -2px;
}

div#loginZone {
    position: absolute;
    right: 0;
    top: 22px;
}

div#loginZone label {
    color: #000;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
}

.js div#loginZone label {
    background: transparent;
    cursor: text;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    z-index: 2;
}

label#fldEmailLabel {
    left: 0;
}

label#fldPasswortLabel {
    left: 146px;
}

div#loginZone input.text {
    background: transparent url('img/buttons_sprite.png') 0 -249px no-repeat;
    border: none;
    float: left;
    font-size: 11px;
    height: 14px;
    margin: 0 10px 0 0;
    padding: 4px 5px 6px;
    width: 129px;
}

div#loginZone button {
    float: left;
}

div#loginZone p {
    font-size: 0;
    line-height: 0;
}

div#loginZone a {
    font-size: 11px;
    line-height: 15px;
}

a#lostPassword,
a#orRegister {
    position: absolute;
    top: 30px;
}

a#lostPassword {
    left: 149px;
}

a#orRegister {
    left: 298px;
}

div#primNavZone {
    height: 32px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
}

ul#primNav li {
    float: left;
    font-size: 12px;
    line-height: 14px;
}

ul#primNav li.active {
    cursor: default;
}

ul#primNav a {
    background: #fff;
    color: #000;
    display: block;
    text-decoration: none;
}

ul#primNav img {
    position: relative;
    top: -32px;
}

ul#primNav li.active img,
ul#primNav li a:hover img,
ul#primNav li a:focus img,
ul#primNav li a.hover img {
    top: 0;
}

ul#primNav li a:focus {
    outline: none;
}

/* END: header zone */
/***********************************************************************/
/* START: stage zone */
div#stageZone {
    background: url('img/stage_border_top.png') no-repeat;
    padding: 4px 0 0 0;
    position: relative;
}

div.stageContent {
    background: url('img/stage_border_bottom_medium.png') no-repeat bottom left;
    min-height: 393px;
    padding: 14px 30px 13px;
}

div.stageSmall div.stageContent {
    background-image: url('img/stage_border_bottom_small.png');
    min-height: 285px;
}

div.stageLarge div.stageContent {
    background-image: url('img/stage_border_bottom_large.png');
    min-height: 475px;
}

div#stageZone.stageHome {
    background-image: url('img/stage_border_top_home.png');
}

div.stageHome div.stageContent {
    background-image: url('img/stage_border_bottom_home.png');
}

/* END: stage zone */
/***********************************************************************/
/* START: footer zone */
div#footerZone {
    height: 40px;
    position: relative;
}

ul#footer {
    position: absolute;
    right: 0;
    top: 19px;
}

ul#footer li {
    border-right: 1px solid #b4b8b8;
    height: 14px;
    float: left;
    padding: 1px 9px 0;
}

ul#footer li#poweredByLexware {
    border-right: none;
    padding: 0;
}

ul#footer a {
    color: #787878;
    font-size: 10px;
    line-height: 12px;
}

ul#footer a:hover {
    background: none;
    text-decoration: underline;
}

/* END: footer zone */
/***********************************************************************/

/*
 * END OF FILE - /Lexware - LexLive/_resources/css/src/grid.css
 */

/*
 * START OF FILE - /Lexware - LexLive/_resources/css/src/content.css
 */
/********************* Lexware Umsetzung LexLive Startseite layout *****/
/************************************** Copyright (c) 2010 Lexware *****/
/***********************************************************************/
/************************************************** content styles *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-06-28 18:17:34 +0200 (Mo, 28 Jun 2010) $ *****/
h1 {
    color: #97a402;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 5px 0;
}

h2 {
    color: #97a402;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    margin: 0 0 28px 0;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 22px 0;
}

h4 {
    font-size: 14px;
    line-height: 17px;
}

h5 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 4px 0;
}

p {
    font-size: 12px;
    line-height: 18px;
}

div.stageContent p {
    margin: 4px 0 0 0;
}

p a {
    text-decoration: underline;
}

li a:hover,
p a:hover,
form a:hover {
    background: #7e9404;
    color: #fff;
    text-decoration: none;
}

ul.checklist li {
    background: url('img/bullet_check.png') no-repeat;
    font-size: 12px;
    line-height: 18px;
    padding: 1px 0 9px 29px;
}

div.stageHome div.stageContent ul.checklist {
    width: 369px;
    padding: 0 30px 0 0;
}

div.stageContent ul.checklist li {
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 0 0;
    padding: 0 0 0 29px;
}

div.stageContent ul.checklist li:first-child {
    margin: 0;
}

div.stageContent h3:first-child {
    margin-top: 3px;
}

ul.checklist p {
    font-size: 13px;
    line-height: 19px;
    margin: 3px 0 0 0;
}

hr {
    background: #dfdfdf;
    border: none;
    height: 1px;
}

div.stageContent hr {
    border-top: 1px solid #515353;
    border-bottom: 1px solid #fff;
    height: 0;
    margin: 66px 0 15px;
}

div.stageHome h1 {
    margin-left: -2px;
}

div.stageHome hr {
    margin: 30px 0 15px;
}

/***********************************************************************/
/* START: buttons */
button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.firefox button,
.win.safari button {
    margin: -1px -3px 0 -3px;
}

a.button,
span.button {
    background: transparent url('img/buttons_sprite.png') 0 0 no-repeat;
    display: inline-block;
    height: 24px;
    padding: 0 0 0 20px;
}

a.button:hover,
button:hover span.button {
    background: transparent url('img/buttons_sprite.png') 0 -48px no-repeat;
}

a.button span,
span.button span {
    background: transparent url('img/buttons_sprite.png') right -24px no-repeat;
    border: none;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding: 4px 19px 5px 0;
    white-space: nowrap;
}

button span.button {
    padding-left: 20px;
}

a.button:hover span,
button:hover span.button span {
    background-position: right -72px;
    color: #fff;
}

div.buttonBar p,
div.buttonBar a {
    display: block;
    float: left;
    margin: 0 18px 0 0;
}

div.buttonBar p.btnRight,
div.buttonBar a.btnRight {
    float: right;
    margin: 0 0 0 18px;
}

div.buttonBar a:hover {
    background-color: transparent;
}

div.buttonBar p {
    margin: 0 19px 0 0;
    padding-top: 8px;
}

div.buttonBar p.btnRight {
    margin: 0 0 0 19px;
}

a.btnProductTour,
a.btnRegister,
a.btnVoucher {
    color: transparent;
    font-size: 0;
    height: 36px;
    line-height: 0;
}

a.btnProductTour {
    background: url('img/buttons_sprite.png') no-repeat 0 -96px;
    width: 199px;
}

a.btnProductTour:hover {
    background-position: 0 -134px;
}

a.btnVoucher {
    background: url('img/buttons_sprite.png') no-repeat 0 -578px;
    width: 242px;
}

a.btnVoucher:hover {
    background-position: 0 -616px;
}

a.btnRegister {
    background: url('img/buttons_sprite.png') no-repeat 0 -172px;
    width: 278px;
}

a.btnRegister:hover {
    background-position: 0 -210px;
}

a.btnSpecial1,
a.btnSpecial2,
a.btnSpecial3 {
    background: transparent url('img/buttons_sprite.png') no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    line-height: 1;
    padding: 0 0 0 10px;
}

a.btnSpecial1 span,
a.btnSpecial2 span,
a.btnSpecial3 span {
    background: transparent url('img/buttons_sprite.png') no-repeat top right;
    display: block;
    padding: 10px 38px 13px 0;
}

a.btnSpecial1 {
    background-position: 0 -426px;
}

a.btnSpecial1:hover {
    background-position: 0 -464px;
    color: #536b00;
}

a.btnSpecial1 span {
    background-position: right -273px;
}

a.btnSpecial1:hover span {
    background-position: right -311px;
}

a.btnSpecial2 {
    background-position: 0 -502px;
}

a.btnSpecial2:hover {
    background-position: 0 -540px;
    color: #b55d00;
}

a.btnSpecial2 span {
    background-position: right -349px;
}

a.btnSpecial2:hover span {
    background-position: right -387px;
}

a.btnSpecial3 {
    background-position: 0 -730px;
    color: #404040;
}

a.btnSpecial3:hover {
    background-position: 0 -540px;
    color: #b55d00;
}

a.btnSpecial3 span {
    background-position: right -654px;
    padding: 10px 10px 13px 0;
}

a.btnSpecial3:hover span {
    background-position: right -692px;
}

/* END: buttons */
/***********************************************************************/
/* START: columns */
div.columns {
    margin: 25px 0 0;
}

div.col {
    float: left;
}

div.col:first-child {
    padding-left: 0 !important;
}

div.threeColumns {
    background: url('img/three_col.gif') repeat-y;
    padding: 0 29px;
}

div.threeColumns div.col {
    padding: 0 0 0 61px;
    width: 256px;
}

div.stageContent div.threeColumns {
    background: url('img/three_col_stage.gif') repeat-y;
    margin: 26px 0;
    padding: 0;
}

div.stageContent div.col {
    margin: 0 0 -4px 0;
}

div.stageContent div.threeColumns div.col {
    height: auto;
    padding: 0 0 0 51px;
    width: 262px;
}

div.stageContent div.fourColumns {
    background: url('img/four_col_stage.gif') repeat-y;
    margin: 26px 0;
}

div.stageContent div.fourColumns div.col {
    padding: 0 0 0 51px;
    width: 182px;
}

div.col h4 {
    padding: 0 0 9px;
}

div.col h4:first-child {
    margin: -4px 0 0;
}

div.col h5:first-child {
    margin: -4px 0 4px 0;
}

div.col p {
    color: #404040;
    font-size: 12px;
    line-height: 18px;
}

/* END: columns */
/***********************************************************************/
/* START: teaser */
div.imgTextTeaser img {
    float: left;
    padding: 0 12px 5px 0;
}

div.imgTextTeaser p {
    display: table-cell;
    height: 114px;
    vertical-align: middle;
}

div.imgTextTeaser span.buttonWrapper {
    clear: both;
}

div.customersTeaser img {
    margin: 0 0 -2px 0;
}

div.featureTeaser ul.checklist {
    padding: 2px 0 7px 0;
}

div.blogTeaser ul {
    margin: -6px 0 8px;
}

div.blogTeaser li {
    border-top: 1px solid #dfdfdf;
    padding: 4px 0 6px;
    overflow: hidden;
}

div.blogTeaser li:first-child {
    border-top: none;
}

div.blogTeaser img {
    float: left;
    padding: 2px 8px 0 0;    
}

div.blogTeaser li p {
    line-height: 14px;
}

div.blogTeaser li p a{
    text-decoration: none;
}

div.blogTeaser p.blogEntry {
    height: 121px;
    margin: -7px 0 7px;
}

div.blogTeaser img.fullwidth{
    display: block;
    float: none;
    padding: 12px 0 0;
}

#priceImage 
{
    width: 138px; 
    height: 98px; 
}

#blogButton
{
    margin-top: 5px;
}

/* END: teaser */
/***********************************************************************/
/* START: unique content */
img.stencil {
    position: absolute;
    right: -11px;
    top: -24px;
}

img.fadingElement:first-child {
    display: block;
}

.js img.fadingElement:first-child,
img.fadingElement {
    display: none;
    z-index: 3;
}

div.stageCustomers img.left,
div.stageCustomers img.right {
    position: absolute;
    top: 6px;
}

div.stageCustomers img.left {
    left: 5px;
}

div.stageCustomers img.right {
    right: 5px;
}

img#customerGroup {
    bottom: 3px;
    left: 261px;
    position: absolute;
}

div.stageCustomers div.buttonBar {
    bottom: 15px;
    position: absolute;
    width: 890px;
    z-index: 2;
}

div.stageCustomers a.btnRegister {
    margin: 0;
    float: right;
}

/* END: unique content */
/***********************************************************************/

/*
 * END OF FILE - /Lexware - LexLive/_resources/css/src/content.css
 */

/*
 * START OF FILE - /Lexware - LexLive/_resources/css/src/print.css
 */
/********************* Lexware Umsetzung LexLive Startseite layout *****/
/************************************** Copyright (c) 2010 Lexware *****/
/***********************************************************************/
/*********************************************** styles (printers) *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-06-28 18:17:34 +0200 (Mo, 28 Jun 2010) $ *****/
/***********************************************************************/
/* START: general styles */
body {
    font-size: 75%;
    width: 100%;
}

th {
    text-align: left;
}

a {
    text-decoration: underline;
}

a.button,
div.buttonBar a {
    text-decoration: none;
}

#primNavZone,
#loginZone,
#footer li {
    display: none;
}

li#poweredByLexware {
    display: block;
}

a.btnProductTour,
a.btnRegister,
a.btnVoucher {
    background: transparent url('img/buttons_sprite.png') no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    line-height: 1;
    padding: 0 0 0 10px;
    text-decoration: none;
}

a.btnProductTour span,
a.btnRegister span,
a.btnVoucher span {
    background: transparent url('img/buttons_sprite.png') no-repeat top right;
    display: block;
    padding: 10px 38px 13px 0;
}

a.btnProductTour {
    background-position: 0 -426px;
}

a.btnProductTour span {
    background-position: right -273px;
}

a.btnRegister {
    background-position: 0 -502px;
}

a.btnRegister span {
    background-position: right -349px;
}

a.btnVoucher {
    background-position: 0 -730px;
    color: #404040;
}

a.btnVoucher span {
    background-position: right -654px;
    padding: 10px 10px 13px 0;
}

/* END: general styles */
/***********************************************************************/

/*
 * END OF FILE - /Lexware - LexLive/_resources/css/src/print.css
 */

/*
 * CSS file created by Rockstarapps Concatenation
 */

