/* CSS for http://zso.lt */

/* common styles */

img {
    behavior: url("/js/pngbehavior.htc");
    /*
    transparent PNG hack for IE 5.5+
    http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html
    */
}

acronym     { cursor: help; border-bottom: 1px dotted #00008b; }

body        { font-family: Arial, Helvetica, Sans-serif; background-color: #fff; color: #03168c; margin: 0px; padding: 0px; margin-top: 10px;}

body#nyito  { background: #eaf1fc; }

a:link      { color: #cc0066; }
a:visited   { color: #cc0066; }
a:active    { color: #6600cc; }
a:hover     { color: #6600cc; }

h1#cv       { text-align: center; }

ul.cv       { list-style-type: none; padding-left: 0px; margin-left: 0px; }
ul.cv em    { text-decoration: underline; }
ul.cv ul em { text-decoration: none; }
ul.cv ul    { padding-top: 0.5em; padding-bottom: 0.5em; }

.oldal      { font-style: italic; font-weight: bold; }

/* design elements */

div#flags   { width:180px; margin: 0 auto; }
div#flags div{ float: left; text-align: center; }
#gbflag     { margin-left: 43px; }

div#all {
    max-width: 980px;
    /* IE kicks ass... max-width hack by http://www.svendtofte.com/code/max_width_in_ie/ */
    width:expression(document.body.clientWidth > 980 ? "980px" : "auto");
    margin: 0 auto;
}

div#main {
    background: #eaf1fc;
    background-image: url(/images/bg_icon.gif);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

div#banner  { background-image: url(/images/banner_bg.jpg); padding: 0px; }

div.inthebanner { margin-left: 15px; margin-right: 15px; margin-top: 15px; padding: 0px; }

.inthebanner img    { margin-right: 3px; }
.logo       { margin-right: 0px; margin-bottom: 5px; }

div.inthemain { 
    padding-left: 1em; 
    padding-right: 1em; 
    padding-top: 0px;
    margin: 0px; 
    position: relative; 
    min-height: 450px;
    /* TODO: IE-nel beallitani */
    height:expression(this.scrollHeight < 450 ? "450px" : "auto" );
}

#copyright { width: 100%; position: absolute; bottom: 0px; text-align: center; left: 0px; clear: both; }
#copyright p { margin: 0px; padding-top: 10px; padding-bottom: 5px; }

p#sign {
    background-image: url(/images/zsolt_sign.gif);
    background-repeat: no-repeat;
    background-position: 80% 4ex;
    min-height: 9ex;
    height:expression(this.scrollHeight < (80/12) * parseInt(document.body.currentStyle.fontSize) ? "9ex" : "auto" );
}

div#internet {
    clear: both;
    font-size: 1.4em;
    font-family: Times New Roman, Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #a4b0de;
    width: 700px;
    margin: 0 auto;
    margin-top: 10ex;
}

#britannica { text-align: right; margin-right: 5em; }

#flashcontent{ width: 400px; margin: 0 auto; text-align: left; }

.contact li { padding-bottom: 10px; }
ul.partners { list-style-type: none; padding-left: 0px; margin-left: 0px; }
ul.partners li { margin-bottom: 20px; }
ul.partners img { padding: 5px; }
		    
/* begin http://www.albin.net/CSS/RoundedCorners/ */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    18px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 18px; height: 18px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -18px 0px 0px 0px; }
.borderBR { margin: -18px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ffffff;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/* end http://www.albin.net/CSS/RoundedCorners/ */
