/* 
    Document   : style.css
    Created on : 2009.05.05., 19:59:35
    Author     : getto
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    padding-left: 0px;
	padding-right: 0px;
	margin: 0px auto;
    width: 990px;
    background-repeat: repeat-x;
    background-image: url(images/bg.png);
}

h1{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    padding-top: 5px;
    padding-bottom: 3px;
}

h2{
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    padding-top: 5px;
    padding-bottom: 3px;
}

h3{
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding-top: 5px;
    padding-bottom: 3px;
}

h3.white{
    color: white;
    padding-left: 30px;
}

li{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
 }

p{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
 }

p.footer{
    padding-bottom: 20px;
    padding-top: 13px;
}

p.white{
    color: white;
}

p.buttons{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    font-family: verdana;
    color: #4f7cb3;
}

p.menubutton{
    margin: 0px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

p.content{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    padding: -20px 20px 20px 40px;
}

a{
    font-size: 12px;
    font-family: verdana;
    color: #4f7cb3;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a.buttons{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    font-family: verdana;
    color: #4f7cb3;
    text-decoration: none;
}

a.buttons:hover{
    text-decoration: underline;
}

a.editor{
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    font-family: verdana;
    color: #4f7cb3;
    text-decoration: none;
}

a.editor:hover{
    text-decoration: underline;
}
a.menubutton{
    margin: 0px;
    font-size: 14px;
    text-decoration: none;
    color: #666666;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.menubutton:hover{
    text-decoration: underline;
}

a.menu{

}
div.main{
    position: static;
    width: 990px;
    height: auto;
    background-color: #ffffff;
}

div.content-left{
    position: relative;
    float: left;
    height: auto;
    width: 200px;
    top: 0px;
    left: 0px;
}

div.content-main{
    height: auto;
    min-height: 400px;
    width: 990px;
    top: 0px;
    left: 0px;
    position: relative;
}

div.header{
    position: static;
    width: 990px;
    height: 115px;
    background-image: url(images/header.png);
    top: 0px;
    right: 0px;
}

div.buttons{
    position: static;
    width: 990px;
    height: 21px;
    background-repeat: repeat-x;
    background-image: url(images/button_bg.png);
}

div.menucontainer{
    position: static;
    height: auto;
    width: 200px;
    padding-top: 5px;
}

div.menubutton{
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(images/menu_button.png);
    padding-top: 5px;
}

div.news{
    height: 30px;
    width: 200px;
    background-repeat: repeat-x;
    background-image: url(images/menu_header.png);
}

div.content{
    position: static;
    float: left;
    top: 0px;
    right: 0px;
    width: 760px;
    height: auto;
    min-height: 450px;
    background-repeat: no-repeat;
    background-image: url(images/main_bg.png);
    background-position: top;
    margin-left: 20px;
}

div.footer{
    position: static;
    top: 0px;
    width: 990px;
    height: 41px;
    background-repeat: repeat-x;
    background-image: url(images/footer_bg.png);
    text-align: center;
}

div.spacer{
    height: 30px;
}

div.block{
    height: auto;
    width: 200px;
    background-color: #d9e3ed;
    padding-top: 5px;
    padding-bottom: 5px;
}