﻿/*
 file:          defaults.css
 app-type:      Cascading Style Sheet
 author:        nicole pust | complexx.com
 date:          16.11.2006
 description:   styles for Schlüter-Systems
*/

/* *** defaults ******************************************************************************** */

#iMain
{
    width: 100%;
    height: 1195px;
}

html, body, td {    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    line-height: 1.4em;
    color: #333333;
    margin: 0;    
    padding: 0;
    vertical-align: top;
}
html, body {
    min-height:101%; /*Used to display vertical scrollbars on every page*/
}
body {
    background:url("p/layout_all/bg_raster.gif");
}
td {
    background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, form, table, ul, li, p {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.img-border {
    border: 1px solid #E7E8EB;
}
ol, ul {
    margin: 0 0 15px 5px;
    padding: 0;
}
ul {
    list-style-image:url(p/layout_all/bulletpoint.gif);
}
ul.products {
    list-style-image:none;
}

li {
    margin: 0 0 0 24px;
    padding: 0;
}
form, input {
    margin: 0;
    padding: 0;
}
.cleaner {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
}
#content sup {
    font-size: 13px;
}

/*
strong {
    color: #333;
}
*/

/* *** LINKS ******************************************************************************** */
A:link {
    color: #FF7300;
    text-decoration: none;
    font-weight: bold;
}
A:visited {
    color: #FF7300;
    text-decoration: none;
    font-weight: bold;
}
A:active {
    color: #FF7300;
    text-decoration: none;
    font-weight: bold;
}
A.teaser:link {
    color: #979CA5;
    text-decoration: none;
    font-weight: bold;
}
A.teaser:visited {
    color: #979CA5;
    text-decoration: none;
    font-weight: bold;
}
A.teaser:active {
    color: #979CA5;
    text-decoration: none;
    font-weight: bold;
}
/* CONTENT | LINKS */
#content a.link, #content-hp a.link {    
    margin: 0;
    margin-top: 2px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #FF7300;
    text-decoration: none;    
}
#content a.link:hover, #content-hp a.link:hover {
    color: #FF5F00;
}
#content a.link img, #content-hp a.link img {
    float: left;
    margin-top: 4px;
}
#content a.link span, #content-hp a.link span {
    display: block;
    margin-left: 45px;
}
/* *** HEADLINES ******************************************************************************** */
h1, h2, h3, h4 {
    margin: 0 0 10px 0;
}
h1, headline, .headline1 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: #FFFFFF;
}
h1.popup {
    margin: 0;
    padding: 7px 0 7px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: #FFFFFF;
}
h2, headline, .headline1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #979CA5;
}
h3, .subheadline {
    font-size: 11px;
    font-weight: bold;
    color: #979CA5;
}
h4, .subheadline2 {    
    font-size: 11px;
    font-weight: normal;
    color: #979CA5;
}

/* HOMEPAGE HEADLINES */
#content-hp h2 {    
    font-size: 14px;
    font-weight: bold;
    color: #FF7300;
}
#content-hp h3 {    
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FF7300;
}
/* CONTENT RIGHT HEADLINES */
#con-right h2 {    
    font-size: 14px;
    font-weight: bold;
    color: #FF7300;
}
#con-right h3 {    
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #979CA5;
}
#con-right h5 {
    padding: 11px 20px 11px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #979CA5;
    background-color: #EAEAEA;    
}

/* CONTENT | HEADLINE & TEXT */
#content p {
margin:0 0 15px 0;
padding:0;
line-height:17px;
}
.caption {
    font-size: 10px;
    color: #979CA5;
}
