/* 
    Document   : home
    Created on : 2011.07.08., 20:53:59
    Author     : Sipos Zoltán
    Description:
        Stylesheet of the home module.
*/

#content{
	width: 100%;
	background: url(../images/presentation_bg.gif) repeat-x;	
}

#presentation{
	height: 294px;
	width: 100%;
	padding: 20px 0 0 0;
	background: url(../images/presentation.jpg) no-repeat top center;
	text-align: center;
	font-family: "HelveticaNeueLTStd Th", Helvetica;
	font-weight: bold;
	font-size: 14pt;
	color: #3e3e3e;
}


#content table{
	width: 945px;
	margin: 0 auto 20px auto;
	position: relative;
	overflow: hidden;
}
#content table tr,
#content table tr td{
	padding: 0;
	margin: 0;
}
#content table tr td{
	width: 315px;
	text-align: center;
}
#content table tr:first-child td{
	height: 45px;
}
#content table tr td h4{
	margin: 0 0 25px 0;
	text-align: center;
	color: #787878;
	font-weight: normal;
}

#content table tr td a{
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Tahoma;
	text-align: center;
	vertical-align: middle;
}