/*Stylesheet for renyi.hu pages*/

/* színek:
menu bg:  ( efefef) 
menu txt:  (204089)
headings:  ( 204090) 
links:  ( b32008) 
em:  (204088) 
*/



/*a dobozok*/


#head {
        position: absolute; left: 0px; right:0px; top: 0px;
        text-align: center;
        }



#leftmenu {
        width: 18%; min-height: 600px;
        position: absolute; left: 0px; top: 120px;
        margin: 0;
        background-color: #efefef;
        }
        
        
#middle { 
    min-height: 600px; 
    position: absolute; left: 18%; right: 18%; top: 120px;
    font-family: verdana,arial,helvetica,sans-serif; font-size: 12px;
    background-color: #ffffff;
    padding-left: 15px; padding-right: 15px;
    }
    
    #name {
        margin: 0px;
        padding-bottom: 20px; 
        padding-top: 10px;
        border-bottom: double #b32008;
        }
    #content {
        padding-top: -20px;
        padding-left: 0px; padding-right: 0px;
        }

#rightmenu {
        width: 18%; min-height: 600px;
        position: absolute; right: 0px; top: 120px;
        margin: 0;
        background-color: #efefef;
        }

#foot {
    position: absolute; bottom: 10px;
    }

/******** stílusok *****************/


    
/*cím*/

        #name H1 {color:#204090; 
            font-size: 30px; 
            font-weight: 600; letter-spacing: 0.1em; 
            text-align:center;} /*csak főcím van*/
        #name H2 {color:#204090; font-size: 20px; text-align:center; font-weight: 600;} /*alcím*/
        
        /* ha van főcím és alcím is, vagy hosszú a főcím, inkább ezeket kéne használni: */

        #name H4 {color:#204090; 
        font-size: 30px; 
        font-weight: 600; 
        padding: 0px;
        text-align:center;}
         /*főcím*/
        #name H5 {color:#204090; font-size: 18px; text-align:center; font-weight: 500;} /*alcím*/        

/*menü*/

#navbar {
    background-color: #efefef; 
    font-size: 13px; font-family: verdana,arial,helvetica,sans-serif; color: #204089; font-weight: 500;
    padding: 10;}

#navbar LI {
    line-height: 18px; margin-left: -10px;}

#navbar H2  {
    font: bold 15px/20px verdana,arial,helvetica,sans-serif; }
#navbar H3  {
    font: normal 18px verdana,arial,helvetica,sans-serif; }

#navbar A { text-decoration:none}
#navbar A:link { color: #204089 }
#navbar A:visited  { color: #204089 }
#navbar A:hover { color: #b32008;}   

/*lényeg*/

    #content {padding: 35px;}

        #content BODY {  } 
        #content P{
                text-align: justify; 
                line-height: 18px; 
                margin-top: 0px;
                margin-bottom: 5px;} 
        #content LI {
                padding-top: 5px;
                line-height: 18px; 
                text-align: justify;
                } 
         
        #content H1  {color:#204090; font-size: 20px; font-weight: 600; text-align:center; }        
        #content H2{color: #204090; font-size: 16px;}         
        #content H3{color:#204090; font-size: 14px; margin-bottom: 5px;}
        
        #content a:link {color: #b32008; text-decoration: none}
        #content a:visited {color: #b32008; text-decoration: none}
        #content a:hover {color: #b32008; border: dotted #b32008 1px }
         
        #content EM {color:#204088; font-style: normal; font-weight:900;}
        
        #content TR, TD {font-size: 12px;}

/* faq */

#faq { 
    font-family: verdana,arial,helvetica,sans-serif; font-size: 12px;
    background-color: #ffffff;
    padding-left: 15px; padding-right: 15px;
    }

        #faq H1  {color:#204090; font-size: 30px; font-weight: 600; text-align:center; }        
        #faq H2{color: #204090; font-size: 16px;}         
        #faq H3{color:#204090; font-size: 14px; padding-top: 5px; border-top: solid 1px;}
        
        #faq P{
                text-align: justify; 
                line-height: 18px; 
                margin-top: 0px;
                margin-bottom: 5px;} 
                
        #faq LI {
                text-align: left; 
                line-height: 18px; 
                }
                  
        #faq EM {color:#204088; font-style: normal; font-weight:900;}


#faq A { text-decoration:none; }          
#faq A:link { color: #b32008; }          
#faq A:visited  { color: #b32008; }      
#faq A:hover { color: #204090;  border: 0px;}         


.command {
        font-size: larger;
        font-family: courier;
        font-weight: bolder;
        white-space: nowrap;
        }

.command-long {
        font-size: larger;
        font-family: courier;
        white-space: nowrap;
        padding-left: 20px;
        }

#faq table, TD {line-height:18px;}
    

