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

Title :   Mighty Template
Author :  James Broad
URL :     kulor.com

Created : 01.06.2006 

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

/* ----- CSS ----- */

* {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
}
body, html {
    margin: 0;
    padding: 0;
    /*background: #e7e7e7;*/
    background: #ddd;
    text-align: center;
    margin-bottom: 10px;
}
a {
    color: #037500;
    text-decoration: underline;
}
    a:hover {
        color: #717171;
        text-decoration: none;
    }

hr {
    margin: 10px;
    border: 1px solid #acd785;
}
fieldset {
    border: 1px solid #acd785;
    padding: 10px;
}

/* ----- IDS ----- */

#container{
    width:980px;
    margin:8px auto;
    padding:0;
    background:#fff;
    text-align:left;
    border: 2px solid #acd785;
}

/* ----- HEADER ----- */

.subContainer {
    width:780px;
    margin:0 auto;    
}
#header{

    width:980px;
    margin: auto;

    text-align:left;
    /*margin:0;
    padding:30px 0 0 0;*/
    height:120px;
    /*background:#e7e7e7; grigio*/
    background:#015000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
 /*   border-left: 3px solid #acd785;
    border-right: 3px solid #acd785;*/

    /*background:#87b220; originale*/
}
#topright{
    float:right;
    margin: 40px 40px 0px 0px;
    font-size:12px;
    text-align:right;
}
#areainfo{
    font-size:14px;
    margin-top: 60px;
 /*   font-weight: bold;*/
    color:#fff;
}
#topleft{
    float:left;
/*    background:url('img/logo.jpg') left bottom no-repeat;*/
    width:414px;
    height: 120px;
}

/* ----- NAVIGATION ----- */

#navbox {
    font-size:12px;
    line-height: 22px;
    /* border: 1px solid #acd785; */
    border-top: 1px solid #acd785; 
    border-bottom: 1px solid #acd785; 
    margin:20px 30px 0px 260px;
    padding:10px;
    list-style:none;
}
#navbox ul {
    padding:0px;
    margin:0px;
    list-style:none;
}
#navbox li {
 /*   float:left;*/
    font-weight:bold;
    display:block;
    clear:none;
    list-style:none;
    /*background:#d8ece0;*/
   /* background:#888; */

    background:url('img/tiny_bullet.png') left no-repeat;
}

#navbox li.active {
    /*border-bottom: 2px solid #cc4444;*/
}

#navbox li.active a{
    text-decoration:none;
    font-weight:bold;
}

#navbox li a{
   /* color:#373737;*/
    color: #037500;
    margin-left: 15px;
    font-weight:normal;
    text-decoration:underline;
}
#navbox li a:hover {
    text-decoration:none;
    /*color: #687baf;*/
    /*background:#015000;*/
}

#ticker{

    width:980px;
    margin:auto;
    padding: 0;
    color: #fff;
    background: #3e763d;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    height:32px;
}

#ticker a:link, #ticker a:active, #ticker a:visited {
    color: #fff;
}

#active a {
    background:url('img/nav_bg2.gif');
}

/* ----- HEADINGS ----- */

h1, h2{
    font-size:15px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color: #037500;
}
h3{
    font-size:18px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

#primaryContent ol {
    margin-left: 20px;
}
#primaryContent ul {
    color:#043f4a;
    line-height:20px;
    list-style:none; 
    margin:20px 0;
}
#primaryContent ul li{    
    margin:8px 0;
    list-style:none;
    padding-left:25px;
    background:url('img/content_bullet.png') left top no-repeat;
    font-size: 11px;
}
#primaryContent ol li{    
    font-size: 11px;
}
#secondaryContent p{
    
}

/* ----- FORMS ----- */
#loginform p{
    padding-top: 10px;
}

#loginform button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin-left: 30px;
    padding: 2px 30px 20px 30px;
}

select, textarea, input{
    background-color: #FFF;
    color: #555;
    border: 1px solid #acd785;
    font-size: 11px;
    padding: 3px;
    /*width:160px;              */
}

option {
    padding: 3px;
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 2px 10px 20px 10px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover {
    border:none;
}


/* tabelle */
table.admin, table.yawiki {
        margin: 1em 0.5em 1em 0.5em;
        border-collapse: collapse;
        font-size:12px;
}

th.admin {
        border: 1px solid #222;
        background: #3e763d;
        color:#fff;
        padding: 5px;
}

th.admin a {
    color: #fff;
}

td.admin, td.yawiki {
        border: 1px solid #888;
        padding: 4px;
        text-align: left;
}

/* ----- CONTENT ----- */
#primaryContent{
    width: 690px;
    /*margin: 20px;*/
    margin-left: 10px;
    margin-right: 30px;
    font-size:13px;
    color:#043f4a;
    /*border-top: 2px solid #acd785;*/
    line-height:21px;
    text-align:justify;
    float:right;
    clear:none; 
}

/*
    #primaryContent img {
        float:right;
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }
*/

#secondaryContent{
    padding-top: 15px;
    width:228px;
    font-size:12px;
    border-right:1px solid #acd785;
    float:left;
    clear:none; 
}
#secondaryContent h2{
    padding:10px 15px;
    background:#999;
    color:#fff;
    margin-top: 5px;
    margin-bottom:0;
    line-height:2px;
    font-size:14px;
    letter-spacing:0.3px;
    /*font-weight:bold;*/
}
#secondaryContent h3{
    color: #037500;
    font-size: 12px;
    margin-top:10px;
}
#secondaryContent ul{
    list-style:none;
}


#secondaryContent li{
    list-style:none;
    padding-left:10px;
    padding-right:10px;
    margin:2px 0;
}
#secondaryContent li a{
    color:#474747;
    /*font-weight:bold;*/
    text-decoration:none;
}
#secondaryContent li a:hover {
    color: #037500;
    /*font-weight:bold;*/
    text-decoration:underline;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#546d17;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #7fa71f;  
    }
        #comments .comment dt{
            float:left;
            clear:none;
        }
        #comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        #comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */
#subfooter {
    margin-top:10px;
    text-align:center;
    font-size:10px;
    color:#444;
}

#footer{
    margin:0 auto;
    height:40px;
    clear:both;
    width:980px;
    text-align:left;
    font-size:11px;
    color:#484848;
    background:#fff;
    border: 1px solid #acd785;
}
    #footer ul{
        list-style:none;    
    }
    #footer li {
        list-style:none;
        display:inline;    
    }
    #footer #copyright {
        float:left;
        clear:none;
    }
    #footer #links {
        margin: 10px;
        font-size: 13px;
        font-weight: bold;
        float:right;
        clear:none;
    }
    #footer a {
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover {
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}
.clean li{
}

.error{
    text-align: left;
    color:red;
}

.nojustify {
    text-align: left;
}

#hiddenLayer {
    display: none;
}
