body#child {
    background: #000 url(../images/www/logo.gif) no-repeat;
    padding: 10px 10px 10px 140px;
}

a:link,
a:visited {
    color: #aaaaaa;
}

a:focus,
a:hover,
a:active {
    color: #EB880E;
}

a.closewindow:link,
a.closewindow:visited {
    background: url(../images/www/icon_close.gif) no-repeat right;
    padding: 0 15px 0 0;
    text-decoration: none;
    font-size: 70%;
}

a.closewindow:focus,
a.closewindow:hover,
a.closewindow:active {
    background: url(../images/www/icon_close_on.gif) no-repeat right;    
}

body#child a.closewindow {
    display: block;
    text-align: right;
}

body#child h2 {
    font-size: 100%;
}

hr {
    color: #FFD099;
    background-color: #FFD099;
    border: 0;
    height: 1px;
}

em {
    font-style: normal;
    color: #fff;
}

/*** Child Waesche (Hochleistungswäsche) ***/

body#childwaesche {
    background-color: #000000;
    color: #aaaaaa;
    margin: 0;
    padding: 0 0 15px 0;
	font: 100% Arial, Helvetica, sans-serif;
}

body#childwaesche .row {
    width: 650px;
    margin: 0 0 13px 0;
}

body#childwaesche .row .link {
    text-align: right;
    margin: 5px 0 0 0;
}

body#childwaesche .row .link a {
    font-size: 100% !important;
}

body#childwaesche .spacer {
    height: 1px;
    line-height: 1px;
    margin: 40px 0 0 0;
}

body#childwaesche .row2 {
    width: 650px;
    margin: 0 0 30px 0;
}

body#childwaesche .row .white,
body#childwaesche .row2 .white {
    color: #FFFFFF;
}

body#childwaesche .row h2,
body#childwaesche .row2 h2 {
    font-size: 100%;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

body#childwaesche .row .leftcol,
body#childwaesche .row2 .leftcol {
    float: left;
    width: 120px;
    padding: 2px 0 0 0;
}

body#childwaesche .row .rightcol,
body#childwaesche .row2 .rightcol {
    float: right;
    width: 490px;
    font-size: 70%;
}

body#childwaesche .row .rightcol .lefttext {
    float: left;
    width: 220px;
}

body#childwaesche .row .rightcol .righttext {
    float: right;
    width: 205px;
}
