/***/
/* gody professional series - cascading style sheets */
/* website created by andras.tarsoly@gpslan.com */
/* all of the stuff herein are copyrighted by pro series ltd. */
/* but feel free to steal ... if you are a petty thief */
/***/



/***/
/* main styles */
/***/

body, html, div, p {
	margin: 0px;
	padding: 0px;
}

body { 
	font: 10px tahoma, verdana, geneva, arial, sans serif; 
	color: #000;
    background-color: #000;
}



/***/
/* link styles */
/***/

a, a:hover, a:visited, a:active {
    color: #ff0000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.left, a.left:hover, a.left:visited, a.left:active {
    
    font-size: 11px;
    color: #eff;
    text-decoration: underline;
}

a.left:hover {
    text-decoration: none;
}



/***/
/* page structure elements */
/***/

#container {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 740px;
}
#page {
    width: 740px;
}

#header {
    width: 740px;
    height: 156px;
    background: transparent url(images/3_head.png) no-repeat top left;    
}


#menu {
    width: 740px;
    height: 42px;
    background: transparent url(images/3_menubg.gif) no-repeat top left;
}

#menu_bb {
    width: 740px;
    height: 5px;
    background: transparent url(images/3_menusep.gif) no-repeat top left;
}
    
#content {
    _position: relative;
    _top: -7px;
    width: 740px;
    background: transparent url(images/3_contentbg.gif) repeat-y top left;
    
}

#apply {
    position: relative;
    left: 4px;
    width: 176px;
}

#status {
    position: relative;
    left: 4px;
    width: 176px;
    background: url(images/3_box_nevlist_filler.gif) top left repeat-y;
}

#guide {
    position: relative;
    left: 4px;
    width: 176px;
}

#info {
    width: 176px;
    background: url(images/3_box_nevlist_filler.gif) top left repeat-y;
    margin-left: 4px;
}


#footer {
    position: relative;
    top: 0px;
    _top: -7px;
    width: 740px;
    height: 46px;
    text-align: center;
    background: transparent url(images/3_footer.gif) repeat-y top left;
}


.content_block {
    left: 12px;
    padding: 10px;
}

.news_block {
    position: relative;
    left: 30px;
    padding: 10px;
    padding-right: 20px;
    
}
#main_news, #main_history, #main_nextevent {
    position: relative;
    top: 30px;
    left: 12px;
    background: transparent url(images/gps_head_hirek.gif) top left no-repeat;
    padding: 10px;
    padding-top: 28px;
    
}

#main_history {
    position: relative;
    left: 12px;
    background: transparent url(images/gps_head_tort.gif) top left no-repeat;

}

#main_nextevent {
    position: relative;
    left: 12px;
    background: transparent url(images/gps_head_koves.gif) top left no-repeat;
}

#sub_news, #sub_events, #sub_sponsors {
    background: transparent url(images/gps_subhead_hirek.gif) top left no-repeat;
    padding: 10px;
    padding-left: 10px;
    padding-top: 32px;
}

#sub_events {
    background: transparent url(images/gps_subhead_esemenyek.gif) top left no-repeat;
}

#sub_sponsors {
    background: transparent url(images/gps_subhead_tamogatok.gif) top left no-repeat;
}

/***/
/* text formatting */
/***/

p, p.ltb {
    font: 9pt trebuchet ms, verdana, geneva, arial, sans serif;    
    text-indent: 1em;
    margin-bottom: 3px;
}

p.apply {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 12px;
}

td { 
    font: 8pt trebuchet ms, verdana, geneva, arial, sans serif;    
    margin-bottom: 3px;
}

td.big {
    font: 10pt trebuchet ms, verdana, geneva, arial, sans serif;
}

td.subhead {
    font: 8pt verdana, geneva, arial, sans serif;
}
    
td.row {
    font: 8pt verdana, geneva, arial, sans serif;
    padding-left: 50px;
}

p.ltb {
    margin-bottom: 18px;
}

.psmall {
    font-size: 9px;
    color: #444444;
}

.tnewshead {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 1px;
    padding-right: 32px;
    padding-top: 6px;
}

.tnewssubhead {
    font-size: 10px;
    padding-right: 32px;
    color: #333;
}

.tnewscontent {
    font-size: 11px;
    padding-top: 8px;
    padding-right: 32px;
}

span.sup { 
    vertical-align: super;
    font-size: 72%;
}

.tlsub {
    font-size: 10px;
    position: relative;
    top: -0px;
    padding-right: 10px;
    padding-left: 16px;
    padding-bottom: 8px;
    color: #ccc;
}

.tlevents {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 6px;
}

span.tleventsmall {
    font-size: 9px;
    font-weight: normal;
    color: #abc;
    padding-left: 6px;
    list-style-image: url(images/bullet.gif);    
}

.leftsmall {
    font-size: 10px;
    color: #eff;
}

.lefttext {
    font-size: 10px;
    color: #eff;
}

.valigned {
    vertical-align: middle;
}






