/**
 * Rendezvény Service - Style File
 * 2010.08.12.
 * By Petaki
 */

/* Alapártelmezések t-r-b-l */

* { margin: 0; padding: 0; }
body { background: black url(images/background.jpg) no-repeat top center; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; color: white; }
a { color: white; text-decoration: underline; outline: none; }
a:hover { text-decoration: none; }

#main { width: 690px; margin: auto; }
#main img { display: block; border: 10px solid white; margin-bottom: 15px; }
#main .link { font-weight: bold; font-size: 87.5%; text-transform: uppercase; text-decoration: none; }

#main-left { float: left; width: 210px; margin: 180px 30px 0px 0px; }
#main-middle { float: left; width: 210px; margin: 180px 30px 0px 0px; }
#main-right { float: right; width: 210px; margin: 180px 0px 0px 0px; }

.copyright { display: block; width: 260px; height: 20px; margin: 92px 0px 0px 0px; text-decoration: none; text-indent: -3000px; }
#info-text,
#copyright-text { color: #525051; font-size: 87.5%; text-align: justify; padding: 10px; }
#info-text h2,
#copyright-text h2 { font-size: 112.5%; padding-bottom: 10px; }
#info-text p,
#copyright-text p { padding-bottom: 10px; }
#info-text a,
#copyright-text a { color: #525051; font-size: 87.5%; text-decoration: underline; }
#info-text a:hover,
#copyright-text a:hover { text-decoration: none; }

/* Gyakran használt elemek */

.hide { display: none; }
.clear { clear: both; }
