@charset "utf-8";
/*
* CSS Document (2010.09.20.) 
* menedzserguru.hu -- http://menedzserguru.hu/ 
* Copyright (c) 2010 Mucius Scaevola Kft.
* All rights reserved.
* Created by: Csala Attila Bálint
*/


* {
    padding: 0;
    margin: 0;
    border: none;
}
html {
    background: #FFFFFF;
}
body {
    background:#FFFFFF;
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11pt;
    text-align: center;
}
#content, .up-cont, .down-cont {
    width: 730px;
    margin:0 auto;
    text-align: left;
    background: url('../images/bg-middle.gif') repeat-y scroll top center;
}

.up-cont {
background: url('../images/bg-top.gif') no-repeat 0 0;
height:8px;
margin-top:20px;
}
.down-cont {
background: url('../images/bg-bottom.gif') no-repeat 0 0;
height:8px;
margin-bottom:5px;
}


.content {
padding:40px;
}

a, a:link, a:active, a:visited {
    outline: none;
    text-decoration: none;
    color: #0000FF;
}
a:hover {
    color: #FF0000;
    cursor: pointer;
}
h1 {
    font-size: 48pt;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #FF0000;
    text-align:center;
    text-transform:lowercase;
}


h2 {
    font-size: 16pt;
    font-family: Tahoma;
    padding:20px 0px;
}

.content p {
padding:0px 0px 10px 0px;
}

.question, .answer, .prologue {
text-align:justify;
} 

.prologue {
font-weight:bold;
font-size: 10pt;
}

.question {
font-style: italic;
}

.footer {
margin-top:50px;
text-align: center;
    font-size: 12pt;
    font-family: "Calibri", Verdana, Geneva, sans-serif;
}
