/*
 *  Copyright (c) 2003-2019 GameDuell GmbH, All Rights Reserved
 *  This document is strictly confidential and sole property of GameDuell GmbH, Berlin, Germany
 */

/*
    Document   : privacy.css
    Created on : 23.10.2012, 17:46:29
    Author     : tfrn
*/


#privacy {	
    border-top: none;
    display: block;
    font-size: 11px;
    padding: 0px 26px 20px 26px;
}

#privacy img {
	float: right;
    padding: 20px 0px 10px 10px;
}

#privacy h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    padding-bottom: 6px;
    padding-top: 20px;
    margin:0px;
}

#privacy h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 21px;
    padding-bottom:6px;
    padding-top:6px;
    margin:0px;
}

#privacy h4 {
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    padding-bottom: 6px;
    padding-top:6px;
    margin:0px;
}

#privacy h5 {
    font-size: 12px;
    font-weight: 900;
    line-height: 15px;
    margin-bottom: 6px;
}

#privacy h2.headHeadline{
    padding-top:10px;
    padding-bottom:10px;
}

#privacy td {
    vertical-align:top;
}

#privacy td span.head {
    font-weight: bold;
}

#privacy a {
    color: #116f96;
    font-size: 11px;
    white-space: nowrap;
}

#privacy a:hover {
    color: #5bcdee;
    font-size: 11px;
}

#privacy p.redText{
    color:red;
}
#privacy .personalNote{
    font-style: italic;
}

#privacy table.tableOfContent{
    padding-bottom: 20px;
}

#privacy .noMarginBottom {
    margin-bottom: 0px;
}

#privacy .noMarginTop {
    margin-top: 0px;
}

.footerNote{
    padding-bottom: 20px;
}

.footerNoteLeft{
    float:left;
}

.footerNoteRight{
    float: right;
}

#privacy.new h1 {
    padding-top: 20px;
}
#privacy.new h3 + * {
    margin-top: 0;
}