@import url('navi.css');
@import url('pages.css');


* { margin: 0; padding: 0; }

html
{
    height: 100%;
    margin-bottom: 1px;
}

body
{

    background-image: url('../images/background-main.png');
    font-family: Arial;
    font-size: 13px;
    color: #406085;
}



/* ------------------------------------------------------------------- */
/* Layout */
/* ------------------------------------------------------------------- */

/*

gesamt: content 980px + 4px border
links: 150 + 40 (190)  --  rechts: 170 + 40 (210)

*/

#page-container
{
    width: 984px;
    margin: 0 auto;
}

#page
{
    float: left;
    width: 920px;
    padding: 5em 30px 4em;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-top-width: 0;
}



/* ------------------------------------------------------------------- */
/* header */
/* ------------------------------------------------------------------- */


#header
{
    position: relative;
    width: 984px;
    margin: 0 auto;
}

#header #logo
{
    position: absolute;
    top: 50px;
    left: 200px;
}

#header #logo_links
{
    position: absolute;
    top: 22px;
    left: 2px;
}


* html #header #logo
{
    display: none;
}

* html #header #logo
{
    background-image: url(../images/carelessWriting.com-logo.gif);
}

h1 span
{
    position: absolute;
    top: -1000px;
}

h1 #logo_ie6
{
    display: none;
}

* html h1 #logo_ie6
{
    display: block;
    position: absolute;
    top: 50px;
    left: 200px;
}



/* ------------------------------------------------------------------- */
/* sidebox */
/* ------------------------------------------------------------------- */


#sidebox
{
    position: relative;
    left: -8px;
    float: right;
    width: 190px;
    padding-left: 40px;
    border-left: 2px solid #CCC;
}

#rechtschreibreform
{
    float: left;
    font-size: 0.9em;
    margin-bottom: 2em;
}


#rechtschreibreform h3
{
    margin-top: 0;
    font-size: 0.9em;
}


#sidebox #tipDesTages
{
    clear: both;
    margin-top: 3em;
    border: 1px solid #000;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    padding: 10px;
    background-color: #F0F0F0;
    overflow: hidden;
    font-size: 0.8em;
}

#sidebox #tipDesTages h3
{
    margin-top: 0;
    font-size: 1.1em;
}

#sidebox #tipDesTages h4
{
    font-size: 1.2em;
}


#websiteNews
{
    margin-bottom: 3em;
    font-size: 0.85em;
    background-image: url('../images/box-gradient.jpg');
    padding: 10px;
    border: 1px solid #000;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}

#websiteNews h2
{
    margin-top: 0;
    font-size: 1.3em;
    text-decoration: none;
    color: #044;
}

#websiteNews a
{
    font-weight: bold;
}


#paypal
{
    margin-top: 6em;
}



/* ------------------------------------------------------------------- */
/* content */
/* ------------------------------------------------------------------- */


#content
{
    clear: left;
    float: left;
    width: 620px;
    padding-right: 60px;
    border-right: 2px solid #CCC;
}

#content a
{
    font-weight: bold;
}



/* ------------------------------------------------------------------- */
/* footer */
/* ------------------------------------------------------------------- */


#footer
{
    clear: left;
    background-image: url('../images/footer.png');
    padding: 10px 30px;
    height: 29px;
    width: 924px;
    margin: 0 auto;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
}

#footer a
{
    color: #FFF;
}


#footer #copyright
{
    display: block;
    margin-left: 63em;
}



/* ------------------------------------------------------------------- */
/* global */
/* ------------------------------------------------------------------- */

.bold
{
    font-weight: bold;
}



/* ------------------------------------------------------------------- */
/* Tags */
/* ------------------------------------------------------------------- */

#content h1
{
    margin-bottom: 1em;
    color: #AAA;
    background-color: #F0F0F0;
    font-size: 1.8em;
    border-bottom: 2px solid #888;
    padding: 0 5px;
    letter-spacing: 0.04em;
}

h2
{
    color: #777;
    margin-top: 3em;
    margin-bottom: 1.3em;
    text-decoration: underline;
    font-size: 1.2em;
}


#content h3
{
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-style: italic;
}

h4
{
    margin-bottom: 1em;
}


p, li
{
    line-height: 1.5;
}

p
{
    margin: 0.65em 0;
}


hr
{
    margin: 2em 0;
}


a
{
    text-decoration: none;
    color: #025BFF;
}

a:hover
{
    color: #F00;
}


dl
{
    margin: 1em 0;
}

dt
{
    font-weight: bold;
}


ol
{
    margin-left: 1.5em;
}


ul
{
    list-style-type: none;
}


img
{
    border: none;
}


hr
{
    border: none;
    border-bottom: 1px solid #CCC;
}


table.zweispaltig th
{
    text-align: left;
}


abbr, acronym
{
    border: none;
}


/*
------------------------------------------------------------------

Formulare

------------------------------------------------------------------
*/

label
{
    float: left;
    margin-right: 1.5em;
}

label:hover
{
    cursor: pointer;
}

label.labelRight, label.inline
{
    display: inline;
    float: none;
}


button
{
    border: 1px solid #000;
    border-bottom-width: 2px;
    border-right-width: 2px;
    background-color: #F8F8DE;
    background-color: #FBC895;
    padding: 0 5px;
    margin-top: 2em;
    font-family: Verdana, inherit;
}

input[type='text'], input[type='password'], textarea
{
    float: left;
    background-color: #FDFFFF;
    border: 1px solid #000;
    opacity: 0.8;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus
{
    background-color: #FF9;
}


form br
{
    clear: both;
    margin-bottom: 1em;
}





ul.dots
{
    list-style-image: url('../images/bullet-rot.gif');
    list-style-position: outside;
    margin-left: 1.5em;
}


div.input-errors
{
    border: 1px solid #000;
    padding: 7px;
    background-color: #FFBD8F;
    margin-bottom: 2em;
    color: #000;
    line-height: 1.4;
}


#social-bookmarking
{
    margin-top: 4em;
}