/* Global */

body {

    text-align: center;

    background-color:#ECF0F8;

    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

    font-size: small;

}





a:link, a:active, a:visited {

 color: #31308C; 

/*	color: #FF0000; */

    text-decoration: underline;

}

a:hover {

    color: #000084;

    text-decoration: underline;

}



.small{color: #FF0000; font-size:16px}



#header-wrapper {

    text-align: left;

}

#top {

    background-color: #424563;

    padding: 7px;

}

#nexttop{

background-color: #87C45B;

    padding: 7px;

}





#content-wrapper {

    text-align: left;

    background-color: #fff;

}

#content {

    float: right;

    width: 520px;

    margin: 0;

    padding: 0;

}



#bar {

    width: 210px;

    margin: 0px 0px 0px 0px;

    background-color: #CCCCCC;

    border: 1px solid #ddd;

    border-width: 0px 1px 1px 0px;

    padding: 1em;

    font-size: 0.85em;

}



#top-meniu {

    background-color: #CCCCCC;

    color: #31308C;

    border-width: 0px 0px 0px 0px;

    bottom: 0px;

}



#footer {

    background-color: #212042;

    border: 1px solid #000;

    border-width: 1px 0px 0px 0px;

    bottom: 0px;

}

#footer-left {

    position: absolute;

    padding-left: 5px;

    font-size: 0.85em;

    color: rgb(170, 170, 220);

}

#footer-right {

    position: relative;

    padding-right: 5px;

    font-size: 0.85em;

    color: rgb(170, 170, 220);

    text-align: right;

}



/* Lists */

ul.menu {

    list-style-type: none;

    padding-left: 15px;

    margin: 1px 0px 0px 3px;

    vertical-align: middle;

}

li.menu {

    list-style-type: none;

    

}



ul.changelog  {

    list-style-type: none;

    padding: 0px 0px 0px 2px;

    margin: 0px 0px 0px 2px;

    vertical-align: middle;

}

li.cl-bug {

    vertical-align: top;

   

    font-size: 0.8em;

    line-height: 1.5em;

    padding-bottom: 3px;

}

li.cl-feature {

    vertical-align: top;

   

    font-size: 0.8em;

    line-height: 1.5em;

    padding-bottom: 3px;

}



.content-block {

}

.content-header {

    font-size: 1.2em;

    font-weight: bold;

}

.content-body {

    padding: 5px 10px 10px 10px;

}



.menu-header {

    font-size: 1.0em;

    font-weight: bold;

    color: #212042;

}

.headline {

    font-size: 1.1em;

    font-weight: bold;

}



.code {

    border: 1px dashed #aaa;

    padding: 5px 5px 5px 5px;

    background: #efefef;

    font-size: 9px;

    font-family: Monaco, "Courier New";

}

.box {

    border: 1px dotted #aaa;

    padding: 5px 5px 0px 5px;

    background: #efefef;

}
