/* 
    Document   : staticpage
    Created on : 06.10.2009, 21:16:21
    Author     : caenderl
    Description:
        stylesheet for static content
*/

#pro4jStaticContent {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    /*font-size: 1.2em;*/
}

#pro4jStaticContent fieldset br {
    display: none;
}

#pro4jStaticContent h1 {
    margin: 0em 0em 1em;
    padding-bottom: 0px;
    /*padding-top: 0px;*/
    padding-left: 0px;
    padding-right: 0px;
    /*line-height: 1.5em;*/
    color: black;
}
#pro4jStaticContent h2 {
    /*font-size: 1.5em;
    line-height: 1.5em;*/
    margin: 0em 0em 0.5em;
    color: black;
}
#pro4jStaticContent h3 {
/*    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;*/
    margin-top: 0em;
    margin-bottom: 1em;
    color: black;
}
#pro4jStaticContent p {
    margin: 0em 0em 1em;
    color: black;
    /*font-size: 1.0em;*/
    white-space: normal;
}
#pro4jStaticContent a {
    /*font-weight: bold;*/
    color: #C03;
    text-decoration: none;
}

#pro4jStaticContent a.button {
    background: url(../images/pro4j/elem/elem_button.gif) no-repeat;
    height: 25px;
    width: 150px;
    display: block;
    /*font-size: 1.2em;
    font-weight: bold;*/
    color: #FFF;
    text-decoration: none;
    margin: 2em 0em 0em;
    padding: 0px 0px 0px 30px;
    white-space: nowrap;
    line-height: 25px;
    float: left;
}

#pro4jStaticContent ul {
    margin-top: 1em;
    margin-bottom: 1em;
}
#pro4jStaticContent li {
    margin-bottom: 0.5em;
    line-height: 1.5em;
}
#pro4jStaticContent hr {
    clear: left;
    height: 1px;
    border-bottom: 1px solid #DDE;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
#pro4jStaticContent img {
    display: block;
    border-style: none;
}
#pro4jStaticContent acronym {
    color: #C03;
    border-style: none;
    cursor: help;
}
#pro4jStaticContent abbr {
    border-bottom-color: #C03;
}
#pro4jStaticContent table {
    margin: 1em 0em 0em;
    padding: 0em;
    border-style: none;
}
#pro4jStaticContent td {
    border-bottom-style: none;
    line-height: 1.5em;
    padding: 1em 2em 1em 0em;
}

/*#pro4jStaticContent td p {
    font-size: 1em;
}*/

#pro4jStaticContent form {
    margin-bottom: 2em;
    color: black;
    text-align: left;
    font-weight: normal;
}
#pro4jStaticContent fieldset {
    border-style: none;
    margin: 0em 0em 0em;
    padding: 0em;
}

/*#pro4jStaticContent label {
    line-height: 1.6em;
}*/

#pro4jStaticContent label.left {
    /*line-height: 1.6em;*/
    width: 10em;
    margin-right: 1em;
    float: left;
}

#pro4jStaticContent label.right {
    margin-right: 1em;
}
#pro4jStaticContent label.radio {
    vertical-align: middle;
    margin-right: 1em;
}

#pro4jStaticContent input {
    border: 1px solid #C03;
    color: #337;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 0em;
    margin-right: 0em;
    padding: 0.2em;
    /*font-family: Arial, Helvetica, sans-serif;*/
}
#pro4jStaticContent input.radio {
    background: #FFFFFF;
    border-style: none;
    vertical-align: middle;
}
#pro4jStaticContent input.button {
    background: url(../images/pro4j/elem/elem_button.gif) no-repeat;
    height: 25px;
    width: 180px;
    text-decoration: none;
    margin: 5px 0px 0px;
    margin-right: 5px;
    padding: 0px;
    border-style: none;
    /*font-weight: bold;*/
    color: #FFF;
    float: left;
}
#pro4jStaticContent input:focus {
    border: 1px solid #337;
}
#pro4jStaticContent textarea {
    color: #337;
    padding: 0.2em;
    border: 1px solid #C03;
}
#pro4jStaticContent textarea:focus {
    border: 1px solid #337;
}

/* Projektliste */
/*#pro4jList p {
    font-size: 1em;
}*/

#pro4jList table {
    margin: 0em;
    padding: 0em;
    border-style: none;
    table-layout:fixed;
}

#pro4jList th {
    background: url(../images/pro4j/back/back_th.gif) repeat;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0em;
    padding: 0em 0em 0em 0.5em;
    border-top: 1px solid #C03;
    text-align: left;
}

#pro4jList tr.even {
    background: #DDE;
}

#pro4jList td {
    /*font-size: 1.2em;*/
    line-height: 1.4em;
    margin: 0em;
    padding: 1em 0.5em;
    color: #337;
    vertical-align: top;
    border-bottom: 1px solid #C03;
    text-align: left;
}

/*#pro4jList td.small {
    font-size: 1.1em;
}*/

#pro4jList td p {
    margin-bottom: 0.5em;
}

#pro4jList td ul, ol {
    margin: 0em;
    padding: 0em 0em 0em 2em;
}

#pro4jList td li {
    /*font-size: 1em;*/
    margin: 0em 0em 0.5em;
    padding: 0em;
}