/**
 * default.css
 * Default Stylesheet
 *
 * Projekt: sevenP.com
 * Author:  Alexander Fill - hard-soft - alex@hard-soft.at
 *
 **/

body {
    margin:0;
    padding:0;
    text-align:center;
    background:#A2A262 url(../images/page/background_body.gif) repeat-x top left;
}
body, div, table, tr, td, th, p, span {
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    color:#333;
}
form {
    display:inline;
}

#preload {
    display:none;
}

#page {
    width:714px;
    margin:auto;
    margin-top:47px;
    text-align:left;
}

#left {
    width:504px;
    float:left;
    border:4px solid #fff;
    background:#EEE;
}

#header {
    background:url(../images/v2/background_header.gif) repeat-x top right;
    height:57px;
    border-bottom:4px solid #fff;
}

#teaser {
    border-bottom:4px solid #fff;
}

#right {
    margin-left:512px;
    border-top:4px solid #fff;
}

#logo {
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
}
#logo a img {
    border:none;
}



#banner {
    width:504px;
    float:left;
}

#plan {
    /**margin-left:508px;**/
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #banner {
}
 
* html #plan {
    height: 1%;
    margin-left: 0;
}

* html #sidebar {
    height: 1%;
    margin-left: 0;
}

/* End hide from IE5/mac */

#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:504px;
    float:left;
}
#content_inhalt {
    padding:20px 16px 0 32px;
    padding-bottom:0;
    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;
    display:block;
    text-align:right;
}

#content_inhalt h1 {
    font-family:Verdana,Arial,sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#666;
    margin-top:8px;
}
#content_inhalt a {
    color:#900;
    text-decoration:none;
}
#content_inhalt a img {
    border:2px solid #FF7C5B;
    padding:2px;
}

#sidebar {
    margin-left:508px;
}

#menu {
    background:#CED400;
    padding:20px 0;
    border-right:4px solid #fff;
    border-bottom:4px solid #fff;
}
#menu ul {
    margin:0;
    padding-left:12px;
}
#menu ul li {
    list-style-type:none;
}
#menu ul li a {
    display:block;
    color:#000;
    text-decoration:none;
    background:transparent url(../images/icons/arrow.gif) no-repeat 0px 3px;
    padding:2px 0 2px 23px;
}
#menu ul li a:hover {
    background:transparent url(../images/icons/arrow_grey.gif) no-repeat 0px 3px;
    color:#333;
}

#adresse {
    margin-top:5px;
    font-size:10px;
    color:#999;
}
#adresse a {
    color:#999;
    text-decoration:none;
}

#footer {
    clear:both;
    padding-top:30px;
    padding-bottom:4px;
    border-bottom:3px solid #666;
    width:504px;
    text-align:center;
}
#footer a img {
    border:none;
    background:url(../images/page/footer.gif) no-repeat top center;
    height:20px;
    width:470px;
}
#footer a:hover img {
    background:url(../images/page/footer_hover.gif) no-repeat top center;
}

#copyright {
    padding:4px;
    color:#fff;
    font-size:10px;
    text-align:right;
    width:504px;
    margin-bottom:10px;
}
#copyright a {
    color:#fff;
    font-size:10px;
    text-decoration:none;
}
#copyright a.orange:hover {
    color:#f90;
}
#copyright a.blue:hover {
    color:#06F;
}



#frm {
    float:right;
}
#frm input, #frm textarea {
    font:normal 11px Verdana,Arial,sans-serif;
    color:#333;
    border:1px solid #999;
    padding:2px 5px;
}
#frm textarea {
    height:84px;
}
#frm table td {
    vertical-align:top;
    padding-bottom:1px;
}
#frm input[type=image] {
    border:none;
    padding:0;
}


.error {
    color:red;
}
.confirm {
    color:#063;
}
.gs_disclaimer {
    font-size:10px;
    font-style:italic;
}
