
*{padding:0; margin:0;}

body{
background-color: #EEE;
font-family: Arial, Tahoma, Verdana;
}


#wrap{
    margin: 20px auto;
    width: 695px;
    height: 742px;
}

#topmeny{
    float: left;
    width: auto;
    height: 30px;
    border-right: 1px solid black;
}
#topmeny ul li{
list-style-type: none;
float: left;
padding: 7px 10px 4px 10px;
border-top: 1px solid black;
border-left: 1px solid black;
}
#topmeny ul li a{
display: block;
color: black;
text-decoration: none;
}

#top_utside{
float: right;
width: 485px;
border-bottom: 1px solid black;
}

#a4{
    float: left;
    width: 695px;
    height: auto;
    border: 1px solid black;
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}
#a4 h4{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    display: block;
    color: white;
    background-color:#4D5C8F;
}
#a4 h4.vitale{
    color: white;
    background-color: #AF9F6A;
}
#a4 h4.sosial{
    color: white;
    background-color: #426737;
}
#a4 h1,h2,h3{
    padding-top: 10px;
    padding-left: 10px;
}
#a4 h1{
    font-size: 22px;
    color: #660000;
}
#a4 p{
    padding: 5px 10px 5px 20px;
}
#a4 p.info{
    font-size: 12px; 
    padding-left: 10px;
    padding-top: 0px;
    color: #336600;
}
#a4 a{
    padding-left: 10px;
}
#a4 p a{
padding-left: 0 ;
}
#a4 blockquote{
background-color: #E5E5FF;
}
#footer{
    padding-top: 10px;
    float: left;
    width: 695px;
    height: auto;
    background-color: #FFF;
    border: 1px solid black;
    border-top: none;
        text-align: center;
    font-size: 8px;
}
#footer a{
    text-align: center;
    font-size: 8px;
    text-decoration: none;
}
#twitter{
width: 600px;
height: auto;
margin-left: 30px;
}
#twitter ul{
list-style-type: none;
}
#twitter a{ 
text-decoration: none;
color: black;
}
#twitter a b{
color: blue;
margin-left: -15px;
}
