/* 
    Document   : main.css
    Created on : 2010-08-17, 10:55:44
    Author     : zajac
    Description:
        Purpose of the stylesheet follows.
*/

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


*{
    margin:0;
    padding:0;
    font-family:"Trebuchet MS", sans-serif ,Arial,Verdana, helvetica;
}

img{
    border:none;
}


p{
    padding:0.8em 0;
}

ol{
    padding-left:30px;
}

ul{
    padding-left:30px;
}

a{
    outline: none;
}

h1,h2,h3,h4,h5,h6,h7{
    padding:0.8em 0;
}

html{
    height:100%;
}
body{
    color:#333333;
    line-height:1.4em;
    height:100%;
    font-weight: bold;
    
}

.main{
    width:1000px;
    margin:0 auto;
    padding-bottom:40px;
    overflow: hidden;
}

.centrum{
     font-family:"Times New Roman" ,"Trebuchet MS", sans-serif ,Arial,Verdana, helvetica;
     font-size:45px;
     line-height:1.0em;
     font-weight: bold;
     padding-top:40px;
}

.tat{
     font-family:"Times New Roman" ,"Trebuchet MS", sans-serif ,Arial,Verdana, helvetica;
     font-size: 45px;
     line-height:1.0em;
}

.content_text{
    width:100%;
    padding:30px 0;
    font-size:15px;
}

.box{
    float:left;
    overflow: hidden;
}

.box .text{
    width:300px;
    margin:auto;
    font-size:13px;
    text-align: center;
}

.footer{
    min-width: 1000px;
    text-align: center;
    margin:0 auto;
    font-size:10px;
    line-height: 1.2em;
    padding:20px 0;
    font-weight: normal;
}