/*############################################################*/
/*#  copyright 2008 Scholz & Volkmer                         #*/
/*#  version $Revision$                                      #*/
/*#  author $Author$                                         #*/
/*#  $Id$, $Date$                                            #*/
/*############################################################*/


@CHARSET "UTF-8";

html.iframe,
html.iframe body,
body.iframe
{
    background-image: none;
    background-color: transparent;
}

div.content-tpl-textimage div.content h3 span.h3-headline-white
{
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}


/*############################################################*/
/*#                  FORMS                                   #*/
/*############################################################*/
div.row
{
    margin: 0 0 10px 0;
}

div.row div.label,
div.row div.entry
{
    float: left;
}

div.row div.label
{
    margin-right: 10px;
}

div.row div.label label.standardLabel
{
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}

div.row div.entry input, div.row div.entry select, div.row div.entry select option
{
    color: #494c4b;
}

div.row div.entry input.input_text
{
    width: 230px;
    padding: 2px;
    border: 1px solid #999999;
}

div.row div.entry input.input_checkbox
{
    margin-right: 5px;
}

div.error input.input_text
{
    border: 1px solid #FF0000 !important;
}

div.error div.label span
{
    display: block;
    color: #FF0000;
}

div.row div.entry span.errorMessage
{
    margin: 5px 0 0 0;
    display: block;
    color: #FF0000;
}

/* Styles for newsletter registration */
html.iframe .form_select {
    width: 250px;
    height: 20px; 
}

html.iframe div.crmForm select.selectDay {
    float:left;
    margin-right:10px;
    width:65px;
}

html.iframe div.crmForm select.selectMonth {
    float:left;
    margin-right:10px;
    width:100px;
}

html.iframe div.crmForm select.selectYear {
    float:left;
    margin-right:10px;
    width:65px;
}
div.crmForm label.salutationLabel {
    clear: both;
}

html.iframe div.formColumnBlockFirst {
    float: left;
    overflow: hidden;
}

html.iframe div.formColumnBlock {
    float: left;
    width: 220px;
    overflow: hidden;
}

html.iframe div.formColumn {
    float: left;
    width: 220px;
    overflow: hidden;
    line-height: 20px;
}

html.iframe div.formColumnBlockSmall {
    float: left;
    width: 200px;
    overflow: hidden;
}

html.iframe div.formColumnSmall {
    float: left;
    width: 200px;
    overflow: hidden;
    line-height: 20px;
}

html.iframe input.right {
    margin-left: 10px;
}

html.iframe .clear_both
{
		line-height: 1px !important;
		font-size: 1px !important;
		height: 1px !important;
		width: 1px !important;
		clear: both !important;
}
