/**
 * print.css
 * Printstylesheet
 *
 * Projekt: sevenP.com
 * Author:  Alexander Fill - hard-soft - alex@hard-soft.at
 *
 **/


body {
    margin:0;
    padding:0;
}
body, div, table, tr, td, th, p, span {
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    color:#333;
}

#preload {
    display:none;
}

#page {
    width:100%;
    margin:15px 0;
}

#logo {
    text-align:right;
}
#logo a img {
    border:none;
}

#header {
    padding-top:6px;
    margin-bottom:4px;
    margin-top:8px;
    background:url(../images/page/background_header.gif) no-repeat top right;
}

#banner {
    width:504px;
    float:left;
}

#plan {
    margin-left:508px;
}
#plan a img {
    border:none;
    background:url(../images/page/plan.gif) no-repeat top left;
    height:100px;
    width:198px;
}
#plan a:hover img {
    background:url(../images/page/plan_hover.gif) no-repeat top left;
}


#body {
    background:url(../images/page/background_page_body.gif) repeat-y top left;
    width:708px;
}

#content {
    /**width:503px;**/
    float:left;
    margin-top:20px;
}
#content_inhalt {
    color:#333;
}

#subnavigation {
    width:100px;
    float:right;
    margin-top:10px;
}
#subnavigation ul {
    margin:0;
    padding:0;
}
#subnavigation ul li {
    list-style-type:none;
}
#subnavigation ul li a {
    color:#900;
}

#content_inhalt h1 {
    font-family:Verdana,Arial,sans-serif;
    font-size:24px;
    font-weight:normal;
    color:#666;
    margin-top:0;
}
#content_inhalt a {
    color:#900;
    text-decoration:none;
}

#sidebar {
    display:none;
}

#footer {
    padding-bottom:4px;
}
#footer a img {
    border:none;
    background:url(../images/page/footer.gif) no-repeat top left;
    height:20px;
    width:500px;
}

#copyright {
    padding:3px;
    background:#fff;
    color:#ccc;
}
#copyright a {
    color:#ccc;
    text-decoration:none;
}



#frm {
    float:right;
}
#frm input, #frm textarea {
    font:normal 10px Verdana,Arial,sans-serif;
    color:#333;
    border:1px solid #999;
    padding:2px;
}
#frm label {
    background:#999;
}
#frm table td {
    vertical-align:top;
    padding-bottom:2px;
}
#frm input[type=image] {
    border:none;
    padding:0;
}


.error {
    color:red;
}
