/*!
 * Layout ver 1 (http://www.frahmia.de)
 * Author: Uwe Schwarz
*/


html {
  font-family: sans-serif;
}

body {
  background-image: url('../images/background.jpg');
}

.pagetitle
{
    padding: 5px;
    width: 100%;
    height: 60px;
    text-align: right;

}

.contentbox
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 100%;
}


.leftwrapper
{
    margin: 0px;
    padding: 5px;
    float: left;
    width: 75%; 
}

.rightwrapper
{
    margin: 0px;
    padding: 5px;
    width: 20%; 
    float: right;
}

.header
{
    margin: 0px;
    padding: 0px;
    height: 30px;
}

.box
{
    margin: 0px;
    padding: 0px;
}

.headertext
{
    padding: 5px;
    overflow: hidden;
    text-align: left;
    font-family: Sans-Serif;
    font-size:small;
    font-weight:bold;
    background-color: #ff99ff;
    line-height: 20px;
    
}

.boxtext
{
    margin: 0px;
    padding: 5px;
    height: inherit;
    overflow: auto;
    text-align: left;
    font-family: Sans-Serif;
    font-size:small;
    font-weight:normal;
    background-color: white;

}

.spacerbox
{
  height: 10px;
}

.complist
{
  list-style-position:outside;
  list-style-type:square;
  text-indent:0px;
  padding-left: 25px;


}